Shades of London Hue #BC86AC
Tints of London Hue #BC86AC
RGB
CMYK
RGB Variations
Color information
#BC86AC (or 0xBC86AC) is known color: London Hue. HEX triplet: BC, 86 and AC. RGB value is (188,134,172). Sum of RGB (Red+Green+Blue) = 188+134+172=494 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.06% from 494); Green value is 134 (52.73% from 255 or 27.13% from 494); Blue value is 172 (67.58% from 255 or 34.82% from 494); Max value from RGB is 188 - color contains mainly: red. Hex color #BC86AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC86AC is #437953. Grayscale: #9A9A9A. Windows color (decimal): -4421972 or 11306684. OLE color: 11306684.
HSL color Cylindrical-coordinate representation of color #BC86AC: hue angle of 317.78º 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 #BC86AC is Cyan = 0, Magento = 0.29, Yellow = 0.09 and Black (K on CMYK) = 0.26.
Color convert
RGB | 188 | 134 | 172 | - |
CMYK | 0 | 0.29 | 0.09 | 0.26 |
HSL | 317.78º | 0.29% | 0.63% | - |
HSV(B) | 317.78º | 0.29% | 0.74% | - |
XYZ | 36.71 | 30.72 | 43.02 | - |
YUV | 154.48 | 137.89 | 151.91 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 188 | 134 | 172 | 0 | 0.29 | 0.09 | 0.26 | 317.78 | 0.29 | 0.63 |
Hex | BC | 86 | AC | 0 | 1D | 9 | 1A | 13E | 1D | 3F |
Octal | 274 | 206 | 254 | 0 | 35 | 11 | 32 | 476 | 35 | 77 |
Binary | 10111100 | 10000110 | 10101100 | 0 | 11101 | 1001 | 11010 | 100111110 | 11101 | 111111 |
Color Harmonies of #BC86AC
Complementary color
Monochromatic Colors of #BC86AC
Black with #BC86AC
Text Example
Text Example
White with #BC86AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC86AC; }
p { color: rgb(188,134,172); }
H1.HeaderClassName
{
color: #BC86AC;
}
.AnyTagClassName
{
color: #BC86AC;
}
</style>
background-color css
<style>
a { background-color: #BC86AC; }
a { background-color: rgb(188,134,172); }
div.DivClassName
{
background-color: #BC86AC;
}
.BgClassName
{
background-color: #BC86AC;
}
</style>
border-color css
<style>
span { border-color: #BC86AC; }
span { border-color: rgb(188,134,172); }
td.TdClassName
{
border-color: #BC86AC;
}
.TagClassName
{
border-color: #BC86AC;
}
</style>