Shades of London Hue #BBA1B7
Tints of London Hue #BBA1B7
RGB
CMYK
RGB Variations
Color information
#BBA1B7 (or 0xBBA1B7) is known color: London Hue. HEX triplet: BB, A1 and B7. RGB value is (187,161,183). Sum of RGB (Red+Green+Blue) = 187+161+183=531 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.22% from 531); Green value is 161 (63.28% from 255 or 30.32% from 531); Blue value is 183 (71.88% from 255 or 34.46% from 531); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA1B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBA1B7 is #445E48. Grayscale: #ABABAB. Windows color (decimal): -4480585 or 12034491. OLE color: 12034491.
HSL color Cylindrical-coordinate representation of color #BBA1B7: hue angle of 309.23º degrees, saturation: 0.16, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BBA1B7 is Cyan = 0, Magento = 0.14, Yellow = 0.02 and Black (K on CMYK) = 0.27.
Color convert
RGB | 187 | 161 | 183 | - |
CMYK | 0 | 0.14 | 0.02 | 0.27 |
HSL | 309.23º | 0.16% | 0.68% | - |
HSV(B) | 309.23º | 0.14% | 0.73% | - |
XYZ | 41.79 | 39.47 | 50.22 | - |
YUV | 171.28 | 134.61 | 139.21 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 187 | 161 | 183 | 0 | 0.14 | 0.02 | 0.27 | 309.23 | 0.16 | 0.68 |
Hex | BB | A1 | B7 | 0 | E | 2 | 1B | 135 | 10 | 44 |
Octal | 273 | 241 | 267 | 0 | 16 | 2 | 33 | 465 | 20 | 104 |
Binary | 10111011 | 10100001 | 10110111 | 0 | 1110 | 10 | 11011 | 100110101 | 10000 | 1000100 |
Color Harmonies of #BBA1B7
Complementary color
Monochromatic Colors of #BBA1B7
Black with #BBA1B7
Text Example
Text Example
White with #BBA1B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA1B7; }
p { color: rgb(187,161,183); }
H1.HeaderClassName
{
color: #BBA1B7;
}
.AnyTagClassName
{
color: #BBA1B7;
}
</style>
background-color css
<style>
a { background-color: #BBA1B7; }
a { background-color: rgb(187,161,183); }
div.DivClassName
{
background-color: #BBA1B7;
}
.BgClassName
{
background-color: #BBA1B7;
}
</style>
border-color css
<style>
span { border-color: #BBA1B7; }
span { border-color: rgb(187,161,183); }
td.TdClassName
{
border-color: #BBA1B7;
}
.TagClassName
{
border-color: #BBA1B7;
}
</style>