Given the hexadecimal number B5, convert it into binary and shift it right by 2 positions (logical shift). Indicate the result in each number representation:
A) Hexadecimal: B5, Binary: 10110101, Shifted Binary: 00101101
B) Hexadecimal: B5, Binary: 10110101, Shifted Binary: 00101100
C) Hexadecimal: B5, Binary: 10110101, Shifted Binary: 101101
D) Hexadecimal: B5, Binary: 10110101, Shifted Binary: 01011010