Shades of London Hue #BB86AC
Tints of London Hue #BB86AC
RGB
CMYK
RGB Variations
Color information
#BB86AC (or 0xBB86AC) is known color: London Hue. HEX triplet: BB, 86 and AC. RGB value is (187,134,172). Sum of RGB (Red+Green+Blue) = 187+134+172=493 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.93% from 493); Green value is 134 (52.73% from 255 or 27.18% from 493); Blue value is 172 (67.58% from 255 or 34.89% from 493); Max value from RGB is 187 - color contains mainly: red. Hex color #BB86AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB86AC is #447953. Grayscale: #9A9A9A. Windows color (decimal): -4487508 or 11306683. OLE color: 11306683.
HSL color Cylindrical-coordinate representation of color #BB86AC: hue angle of 316.98º 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 #BB86AC is Cyan = 0, Magento = 0.28, Yellow = 0.08 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 134 | 172 | - |
| CMYK | 0 | 0.28 | 0.08 | 0.27 |
| HSL | 316.98º | 0.28% | 0.63% | - |
| HSV(B) | 316.98º | 0.28% | 0.73% | - |
| XYZ | 36.47 | 30.59 | 43.01 | - |
| YUV | 154.18 | 138.06 | 151.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 134 | 172 | 0 | 0.28 | 0.08 | 0.27 | 316.98 | 0.28 | 0.63 |
| Hex | BB | 86 | AC | 0 | 1C | 8 | 1B | 13D | 1C | 3F |
| Octal | 273 | 206 | 254 | 0 | 34 | 10 | 33 | 475 | 34 | 77 |
| Binary | 10111011 | 10000110 | 10101100 | 0 | 11100 | 1000 | 11011 | 100111101 | 11100 | 111111 |
Color Harmonies of #BB86AC
Complementary color
Monochromatic Colors of #BB86AC
Black with #BB86AC
Text Example
Text Example
White with #BB86AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB86AC; }
p { color: rgb(187,134,172); }
H1.HeaderClassName
{
color: #BB86AC;
}
.AnyTagClassName
{
color: #BB86AC;
}
</style>
background-color css
<style>
a { background-color: #BB86AC; }
a { background-color: rgb(187,134,172); }
div.DivClassName
{
background-color: #BB86AC;
}
.BgClassName
{
background-color: #BB86AC;
}
</style>
border-color css
<style>
span { border-color: #BB86AC; }
span { border-color: rgb(187,134,172); }
td.TdClassName
{
border-color: #BB86AC;
}
.TagClassName
{
border-color: #BB86AC;
}
</style>