Shades of London Hue #BC81AC
Tints of London Hue #BC81AC
RGB
CMYK
RGB Variations
Color information
#BC81AC (or 0xBC81AC) is known color: London Hue. HEX triplet: BC, 81 and AC. RGB value is (188,129,172). Sum of RGB (Red+Green+Blue) = 188+129+172=489 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.45% from 489); Green value is 129 (50.78% from 255 or 26.38% from 489); Blue value is 172 (67.58% from 255 or 35.17% from 489); Max value from RGB is 188 - color contains mainly: red. Hex color #BC81AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC81AC is #437E53. Grayscale: #979797. Windows color (decimal): -4423252 or 11305404. OLE color: 11305404.
HSL color Cylindrical-coordinate representation of color #BC81AC: hue angle of 316.27º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BC81AC is Cyan = 0, Magento = 0.31, Yellow = 0.09 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 129 | 172 | - |
| CMYK | 0 | 0.31 | 0.09 | 0.26 |
| HSL | 316.27º | 0.31% | 0.62% | - |
| HSV(B) | 316.27º | 0.31% | 0.74% | - |
| XYZ | 36.04 | 29.37 | 42.8 | - |
| YUV | 151.54 | 139.55 | 154 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 129 | 172 | 0 | 0.31 | 0.09 | 0.26 | 316.27 | 0.31 | 0.62 |
| Hex | BC | 81 | AC | 0 | 1F | 9 | 1A | 13C | 1F | 3E |
| Octal | 274 | 201 | 254 | 0 | 37 | 11 | 32 | 474 | 37 | 76 |
| Binary | 10111100 | 10000001 | 10101100 | 0 | 11111 | 1001 | 11010 | 100111100 | 11111 | 111110 |
Color Harmonies of #BC81AC
Complementary color
Monochromatic Colors of #BC81AC
Black with #BC81AC
Text Example
Text Example
White with #BC81AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC81AC; }
p { color: rgb(188,129,172); }
H1.HeaderClassName
{
color: #BC81AC;
}
.AnyTagClassName
{
color: #BC81AC;
}
</style>
background-color css
<style>
a { background-color: #BC81AC; }
a { background-color: rgb(188,129,172); }
div.DivClassName
{
background-color: #BC81AC;
}
.BgClassName
{
background-color: #BC81AC;
}
</style>
border-color css
<style>
span { border-color: #BC81AC; }
span { border-color: rgb(188,129,172); }
td.TdClassName
{
border-color: #BC81AC;
}
.TagClassName
{
border-color: #BC81AC;
}
</style>