Shades of London Hue #BC81BF
Tints of London Hue #BC81BF
RGB
CMYK
RGB Variations
Color information
#BC81BF (or 0xBC81BF) is known color: London Hue. HEX triplet: BC, 81 and BF. RGB value is (188,129,191). Sum of RGB (Red+Green+Blue) = 188+129+191=508 (67% of max value = 765). Red value is 188 (73.83% from 255 or 37.01% from 508); Green value is 129 (50.78% from 255 or 25.39% from 508); Blue value is 191 (75% from 255 or 37.60% from 508); Max value from RGB is 191 - color contains mainly: blue. Hex color #BC81BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC81BF is #437E40. Grayscale: #999999. Windows color (decimal): -4423233 or 12550588. OLE color: 12550588.
HSL color Cylindrical-coordinate representation of color #BC81BF: hue angle of 297.1º degrees, saturation: 0.33, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BC81BF is Cyan = 0.02, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 188 | 129 | 191 | - |
| CMYK | 0.02 | 0.32 | 0 | 0.25 |
| HSL | 297.1º | 0.33% | 0.63% | - |
| HSV(B) | 297.1º | 0.32% | 0.75% | - |
| XYZ | 37.99 | 30.15 | 53.11 | - |
| YUV | 153.71 | 149.05 | 152.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 129 | 191 | 0.02 | 0.32 | 0 | 0.25 | 297.1 | 0.33 | 0.63 |
| Hex | BC | 81 | BF | 2 | 20 | 0 | 19 | 129 | 21 | 3F |
| Octal | 274 | 201 | 277 | 2 | 40 | 0 | 31 | 451 | 41 | 77 |
| Binary | 10111100 | 10000001 | 10111111 | 10 | 100000 | 0 | 11001 | 100101001 | 100001 | 111111 |
Color Harmonies of #BC81BF
Complementary color
Monochromatic Colors of #BC81BF
Black with #BC81BF
Text Example
Text Example
White with #BC81BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC81BF; }
p { color: rgb(188,129,191); }
H1.HeaderClassName
{
color: #BC81BF;
}
.AnyTagClassName
{
color: #BC81BF;
}
</style>
background-color css
<style>
a { background-color: #BC81BF; }
a { background-color: rgb(188,129,191); }
div.DivClassName
{
background-color: #BC81BF;
}
.BgClassName
{
background-color: #BC81BF;
}
</style>
border-color css
<style>
span { border-color: #BC81BF; }
span { border-color: rgb(188,129,191); }
td.TdClassName
{
border-color: #BC81BF;
}
.TagClassName
{
border-color: #BC81BF;
}
</style>