BB in Decimal
Hexadecimal BB equals 187 in decimal.
BB in all number bases
Decimal187
Hexadecimal0xBB
Binary1011 1011
Octal273
How bb converts from hexadecimal to decimal
Multiply each digit by 16 raised to its position (starting at 0 from the right), then add the results:
B× 161 = 11 × 16 = 176
B× 160 = 11 × 1 = 11
Sum: 187