Shades of London Hue #BB87AA
Tints of London Hue #BB87AA
RGB
CMYK
RGB Variations
Color information
#BB87AA (or 0xBB87AA) is known color: London Hue. HEX triplet: BB, 87 and AA. RGB value is (187,135,170). Sum of RGB (Red+Green+Blue) = 187+135+170=492 (65% of max value = 765). Red value is 187 (73.44% from 255 or 38.01% from 492); Green value is 135 (53.12% from 255 or 27.44% from 492); Blue value is 170 (66.80% from 255 or 34.55% from 492); Max value from RGB is 187 - color contains mainly: red. Hex color #BB87AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB87AA is #447855. Grayscale: #9A9A9A. Windows color (decimal): -4487254 or 11175867. OLE color: 11175867.
HSL color Cylindrical-coordinate representation of color #BB87AA: hue angle of 319.62º 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 #BB87AA is Cyan = 0, Magento = 0.28, Yellow = 0.09 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 135 | 170 | - |
| CMYK | 0 | 0.28 | 0.09 | 0.27 |
| HSL | 319.62º | 0.28% | 0.63% | - |
| HSV(B) | 319.62º | 0.28% | 0.73% | - |
| XYZ | 36.41 | 30.8 | 42.06 | - |
| YUV | 154.54 | 136.73 | 151.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 135 | 170 | 0 | 0.28 | 0.09 | 0.27 | 319.62 | 0.28 | 0.63 |
| Hex | BB | 87 | AA | 0 | 1C | 9 | 1B | 140 | 1C | 3F |
| Octal | 273 | 207 | 252 | 0 | 34 | 11 | 33 | 500 | 34 | 77 |
| Binary | 10111011 | 10000111 | 10101010 | 0 | 11100 | 1001 | 11011 | 101000000 | 11100 | 111111 |
Color Harmonies of #BB87AA
Complementary color
Monochromatic Colors of #BB87AA
Black with #BB87AA
Text Example
Text Example
White with #BB87AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB87AA; }
p { color: rgb(187,135,170); }
H1.HeaderClassName
{
color: #BB87AA;
}
.AnyTagClassName
{
color: #BB87AA;
}
</style>
background-color css
<style>
a { background-color: #BB87AA; }
a { background-color: rgb(187,135,170); }
div.DivClassName
{
background-color: #BB87AA;
}
.BgClassName
{
background-color: #BB87AA;
}
</style>
border-color css
<style>
span { border-color: #BB87AA; }
span { border-color: rgb(187,135,170); }
td.TdClassName
{
border-color: #BB87AA;
}
.TagClassName
{
border-color: #BB87AA;
}
</style>