Shades of London Hue #BC88AB
Tints of London Hue #BC88AB
RGB
CMYK
RGB Variations
Color information
#BC88AB (or 0xBC88AB) is known color: London Hue. HEX triplet: BC, 88 and AB. RGB value is (188,136,171). Sum of RGB (Red+Green+Blue) = 188+136+171=495 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.98% from 495); Green value is 136 (53.52% from 255 or 27.47% from 495); Blue value is 171 (67.19% from 255 or 34.55% from 495); Max value from RGB is 188 - color contains mainly: red. Hex color #BC88AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC88AB is #437754. Grayscale: #9B9B9B. Windows color (decimal): -4421461 or 11241660. OLE color: 11241660.
HSL color Cylindrical-coordinate representation of color #BC88AB: hue angle of 319.62º degrees, saturation: 0.28, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BC88AB is Cyan = 0, Magento = 0.28, Yellow = 0.09 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 136 | 171 | - |
| CMYK | 0 | 0.28 | 0.09 | 0.26 |
| HSL | 319.62º | 0.28% | 0.64% | - |
| HSV(B) | 319.62º | 0.28% | 0.74% | - |
| XYZ | 36.89 | 31.24 | 42.61 | - |
| YUV | 155.54 | 136.73 | 151.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 136 | 171 | 0 | 0.28 | 0.09 | 0.26 | 319.62 | 0.28 | 0.64 |
| Hex | BC | 88 | AB | 0 | 1C | 9 | 1A | 140 | 1C | 40 |
| Octal | 274 | 210 | 253 | 0 | 34 | 11 | 32 | 500 | 34 | 100 |
| Binary | 10111100 | 10001000 | 10101011 | 0 | 11100 | 1001 | 11010 | 101000000 | 11100 | 1000000 |
Color Harmonies of #BC88AB
Complementary color
Monochromatic Colors of #BC88AB
Black with #BC88AB
Text Example
Text Example
White with #BC88AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC88AB; }
p { color: rgb(188,136,171); }
H1.HeaderClassName
{
color: #BC88AB;
}
.AnyTagClassName
{
color: #BC88AB;
}
</style>
background-color css
<style>
a { background-color: #BC88AB; }
a { background-color: rgb(188,136,171); }
div.DivClassName
{
background-color: #BC88AB;
}
.BgClassName
{
background-color: #BC88AB;
}
</style>
border-color css
<style>
span { border-color: #BC88AB; }
span { border-color: rgb(188,136,171); }
td.TdClassName
{
border-color: #BC88AB;
}
.TagClassName
{
border-color: #BC88AB;
}
</style>