Shades of London Hue #BC86B4
Tints of London Hue #BC86B4
RGB
CMYK
RGB Variations
Color information
#BC86B4 (or 0xBC86B4) is known color: London Hue. HEX triplet: BC, 86 and B4. RGB value is (188,134,180). Sum of RGB (Red+Green+Blue) = 188+134+180=502 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.45% from 502); Green value is 134 (52.73% from 255 or 26.69% from 502); Blue value is 180 (70.70% from 255 or 35.86% from 502); Max value from RGB is 188 - color contains mainly: red. Hex color #BC86B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC86B4 is #43794B. Grayscale: #9B9B9B. Windows color (decimal): -4421964 or 11830972. OLE color: 11830972.
HSL color Cylindrical-coordinate representation of color #BC86B4: hue angle of 308.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 #BC86B4 is Cyan = 0, Magento = 0.29, Yellow = 0.04 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 134 | 180 | - |
| CMYK | 0 | 0.29 | 0.04 | 0.26 |
| HSL | 308.89º | 0.29% | 0.63% | - |
| HSV(B) | 308.89º | 0.29% | 0.74% | - |
| XYZ | 37.5 | 31.04 | 47.19 | - |
| YUV | 155.39 | 141.89 | 151.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 134 | 180 | 0 | 0.29 | 0.04 | 0.26 | 308.89 | 0.29 | 0.63 |
| Hex | BC | 86 | B4 | 0 | 1D | 4 | 1A | 135 | 1D | 3F |
| Octal | 274 | 206 | 264 | 0 | 35 | 4 | 32 | 465 | 35 | 77 |
| Binary | 10111100 | 10000110 | 10110100 | 0 | 11101 | 100 | 11010 | 100110101 | 11101 | 111111 |
Color Harmonies of #BC86B4
Complementary color
Monochromatic Colors of #BC86B4
Black with #BC86B4
Text Example
Text Example
White with #BC86B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC86B4; }
p { color: rgb(188,134,180); }
H1.HeaderClassName
{
color: #BC86B4;
}
.AnyTagClassName
{
color: #BC86B4;
}
</style>
background-color css
<style>
a { background-color: #BC86B4; }
a { background-color: rgb(188,134,180); }
div.DivClassName
{
background-color: #BC86B4;
}
.BgClassName
{
background-color: #BC86B4;
}
</style>
border-color css
<style>
span { border-color: #BC86B4; }
span { border-color: rgb(188,134,180); }
td.TdClassName
{
border-color: #BC86B4;
}
.TagClassName
{
border-color: #BC86B4;
}
</style>