Shades of London Hue #BC81AD
Tints of London Hue #BC81AD
RGB
CMYK
RGB Variations
Color information
#BC81AD (or 0xBC81AD) is known color: London Hue. HEX triplet: BC, 81 and AD. RGB value is (188,129,173). Sum of RGB (Red+Green+Blue) = 188+129+173=490 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.37% from 490); Green value is 129 (50.78% from 255 or 26.33% from 490); Blue value is 173 (67.97% from 255 or 35.31% from 490); Max value from RGB is 188 - color contains mainly: red. Hex color #BC81AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC81AD is #437E52. Grayscale: #979797. Windows color (decimal): -4423251 or 11370940. OLE color: 11370940.
HSL color Cylindrical-coordinate representation of color #BC81AD: hue angle of 315.25º 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 #BC81AD is Cyan = 0, Magento = 0.31, Yellow = 0.08 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 129 | 173 | - |
| CMYK | 0 | 0.31 | 0.08 | 0.26 |
| HSL | 315.25º | 0.31% | 0.62% | - |
| HSV(B) | 315.25º | 0.31% | 0.74% | - |
| XYZ | 36.13 | 29.41 | 43.31 | - |
| YUV | 151.66 | 140.05 | 153.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 129 | 173 | 0 | 0.31 | 0.08 | 0.26 | 315.25 | 0.31 | 0.62 |
| Hex | BC | 81 | AD | 0 | 1F | 8 | 1A | 13B | 1F | 3E |
| Octal | 274 | 201 | 255 | 0 | 37 | 10 | 32 | 473 | 37 | 76 |
| Binary | 10111100 | 10000001 | 10101101 | 0 | 11111 | 1000 | 11010 | 100111011 | 11111 | 111110 |
Color Harmonies of #BC81AD
Complementary color
Monochromatic Colors of #BC81AD
Black with #BC81AD
Text Example
Text Example
White with #BC81AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC81AD; }
p { color: rgb(188,129,173); }
H1.HeaderClassName
{
color: #BC81AD;
}
.AnyTagClassName
{
color: #BC81AD;
}
</style>
background-color css
<style>
a { background-color: #BC81AD; }
a { background-color: rgb(188,129,173); }
div.DivClassName
{
background-color: #BC81AD;
}
.BgClassName
{
background-color: #BC81AD;
}
</style>
border-color css
<style>
span { border-color: #BC81AD; }
span { border-color: rgb(188,129,173); }
td.TdClassName
{
border-color: #BC81AD;
}
.TagClassName
{
border-color: #BC81AD;
}
</style>