Shades of London Hue #BB86B5
Tints of London Hue #BB86B5
RGB
CMYK
RGB Variations
Color information
#BB86B5 (or 0xBB86B5) is known color: London Hue. HEX triplet: BB, 86 and B5. RGB value is (187,134,181). Sum of RGB (Red+Green+Blue) = 187+134+181=502 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.25% from 502); Green value is 134 (52.73% from 255 or 26.69% from 502); Blue value is 181 (71.09% from 255 or 36.06% from 502); Max value from RGB is 187 - color contains mainly: red. Hex color #BB86B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB86B5 is #44794A. Grayscale: #9B9B9B. Windows color (decimal): -4487499 or 11896507. OLE color: 11896507.
HSL color Cylindrical-coordinate representation of color #BB86B5: hue angle of 306.79º 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 #BB86B5 is Cyan = 0, Magento = 0.28, Yellow = 0.03 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 134 | 181 | - |
| CMYK | 0 | 0.28 | 0.03 | 0.27 |
| HSL | 306.79º | 0.28% | 0.63% | - |
| HSV(B) | 306.79º | 0.28% | 0.73% | - |
| XYZ | 37.36 | 30.95 | 47.72 | - |
| YUV | 155.21 | 142.56 | 150.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 134 | 181 | 0 | 0.28 | 0.03 | 0.27 | 306.79 | 0.28 | 0.63 |
| Hex | BB | 86 | B5 | 0 | 1C | 3 | 1B | 133 | 1C | 3F |
| Octal | 273 | 206 | 265 | 0 | 34 | 3 | 33 | 463 | 34 | 77 |
| Binary | 10111011 | 10000110 | 10110101 | 0 | 11100 | 11 | 11011 | 100110011 | 11100 | 111111 |
Color Harmonies of #BB86B5
Complementary color
Monochromatic Colors of #BB86B5
Black with #BB86B5
Text Example
Text Example
White with #BB86B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB86B5; }
p { color: rgb(187,134,181); }
H1.HeaderClassName
{
color: #BB86B5;
}
.AnyTagClassName
{
color: #BB86B5;
}
</style>
background-color css
<style>
a { background-color: #BB86B5; }
a { background-color: rgb(187,134,181); }
div.DivClassName
{
background-color: #BB86B5;
}
.BgClassName
{
background-color: #BB86B5;
}
</style>
border-color css
<style>
span { border-color: #BB86B5; }
span { border-color: rgb(187,134,181); }
td.TdClassName
{
border-color: #BB86B5;
}
.TagClassName
{
border-color: #BB86B5;
}
</style>