Shades of London Hue #BB86AA
Tints of London Hue #BB86AA
RGB
CMYK
RGB Variations
Color information
#BB86AA (or 0xBB86AA) is known color: London Hue. HEX triplet: BB, 86 and AA. RGB value is (187,134,170). Sum of RGB (Red+Green+Blue) = 187+134+170=491 (65% of max value = 765). Red value is 187 (73.44% from 255 or 38.09% from 491); Green value is 134 (52.73% from 255 or 27.29% from 491); Blue value is 170 (66.80% from 255 or 34.62% from 491); Max value from RGB is 187 - color contains mainly: red. Hex color #BB86AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB86AA is #447955. Grayscale: #999999. Windows color (decimal): -4487510 or 11175611. OLE color: 11175611.
HSL color Cylindrical-coordinate representation of color #BB86AA: hue angle of 319.25º degrees, saturation: 0.28, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BB86AA is Cyan = 0, Magento = 0.28, Yellow = 0.09 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 134 | 170 | - |
| CMYK | 0 | 0.28 | 0.09 | 0.27 |
| HSL | 319.25º | 0.28% | 0.63% | - |
| HSV(B) | 319.25º | 0.28% | 0.73% | - |
| XYZ | 36.27 | 30.52 | 42.01 | - |
| YUV | 153.95 | 137.06 | 151.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 134 | 170 | 0 | 0.28 | 0.09 | 0.27 | 319.25 | 0.28 | 0.63 |
| Hex | BB | 86 | AA | 0 | 1C | 9 | 1B | 13F | 1C | 3F |
| Octal | 273 | 206 | 252 | 0 | 34 | 11 | 33 | 477 | 34 | 77 |
| Binary | 10111011 | 10000110 | 10101010 | 0 | 11100 | 1001 | 11011 | 100111111 | 11100 | 111111 |
Color Harmonies of #BB86AA
Complementary color
Monochromatic Colors of #BB86AA
Black with #BB86AA
Text Example
Text Example
White with #BB86AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB86AA; }
p { color: rgb(187,134,170); }
H1.HeaderClassName
{
color: #BB86AA;
}
.AnyTagClassName
{
color: #BB86AA;
}
</style>
background-color css
<style>
a { background-color: #BB86AA; }
a { background-color: rgb(187,134,170); }
div.DivClassName
{
background-color: #BB86AA;
}
.BgClassName
{
background-color: #BB86AA;
}
</style>
border-color css
<style>
span { border-color: #BB86AA; }
span { border-color: rgb(187,134,170); }
td.TdClassName
{
border-color: #BB86AA;
}
.TagClassName
{
border-color: #BB86AA;
}
</style>