Shades of London Hue #BB86BC
Tints of London Hue #BB86BC
RGB
CMYK
RGB Variations
Color information
#BB86BC (or 0xBB86BC) is known color: London Hue. HEX triplet: BB, 86 and BC. RGB value is (187,134,188). Sum of RGB (Red+Green+Blue) = 187+134+188=509 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.74% from 509); Green value is 134 (52.73% from 255 or 26.33% from 509); Blue value is 188 (73.83% from 255 or 36.94% from 509); Max value from RGB is 188 - color contains mainly: blue. Hex color #BB86BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB86BC is #447943. Grayscale: #9B9B9B. Windows color (decimal): -4487492 or 12355259. OLE color: 12355259.
HSL color Cylindrical-coordinate representation of color #BB86BC: hue angle of 298.89º degrees, saturation: 0.29, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BB86BC is Cyan = 0.01, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 187 | 134 | 188 | - |
| CMYK | 0.01 | 0.29 | 0 | 0.26 |
| HSL | 298.89º | 0.29% | 0.63% | - |
| HSV(B) | 298.89º | 0.29% | 0.74% | - |
| XYZ | 38.1 | 31.25 | 51.6 | - |
| YUV | 156 | 146.06 | 150.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 134 | 188 | 0.01 | 0.29 | 0 | 0.26 | 298.89 | 0.29 | 0.63 |
| Hex | BB | 86 | BC | 1 | 1D | 0 | 1A | 12B | 1D | 3F |
| Octal | 273 | 206 | 274 | 1 | 35 | 0 | 32 | 453 | 35 | 77 |
| Binary | 10111011 | 10000110 | 10111100 | 1 | 11101 | 0 | 11010 | 100101011 | 11101 | 111111 |
Color Harmonies of #BB86BC
Complementary color
Monochromatic Colors of #BB86BC
Black with #BB86BC
Text Example
Text Example
White with #BB86BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB86BC; }
p { color: rgb(187,134,188); }
H1.HeaderClassName
{
color: #BB86BC;
}
.AnyTagClassName
{
color: #BB86BC;
}
</style>
background-color css
<style>
a { background-color: #BB86BC; }
a { background-color: rgb(187,134,188); }
div.DivClassName
{
background-color: #BB86BC;
}
.BgClassName
{
background-color: #BB86BC;
}
</style>
border-color css
<style>
span { border-color: #BB86BC; }
span { border-color: rgb(187,134,188); }
td.TdClassName
{
border-color: #BB86BC;
}
.TagClassName
{
border-color: #BB86BC;
}
</style>