Shades of London Hue #BC88B2
Tints of London Hue #BC88B2
RGB
CMYK
RGB Variations
Color information
#BC88B2 (or 0xBC88B2) is known color: London Hue. HEX triplet: BC, 88 and B2. RGB value is (188,136,178). Sum of RGB (Red+Green+Blue) = 188+136+178=502 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.45% from 502); Green value is 136 (53.52% from 255 or 27.09% from 502); Blue value is 178 (69.92% from 255 or 35.46% from 502); Max value from RGB is 188 - color contains mainly: red. Hex color #BC88B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC88B2 is #43774D. Grayscale: #9C9C9C. Windows color (decimal): -4421454 or 11700412. OLE color: 11700412.
HSL color Cylindrical-coordinate representation of color #BC88B2: hue angle of 311.54º 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 #BC88B2 is Cyan = 0, Magento = 0.28, Yellow = 0.05 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 136 | 178 | - |
| CMYK | 0 | 0.28 | 0.05 | 0.26 |
| HSL | 311.54º | 0.28% | 0.64% | - |
| HSV(B) | 311.54º | 0.28% | 0.74% | - |
| XYZ | 37.58 | 31.51 | 46.22 | - |
| YUV | 156.34 | 140.23 | 150.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 136 | 178 | 0 | 0.28 | 0.05 | 0.26 | 311.54 | 0.28 | 0.64 |
| Hex | BC | 88 | B2 | 0 | 1C | 5 | 1A | 138 | 1C | 40 |
| Octal | 274 | 210 | 262 | 0 | 34 | 5 | 32 | 470 | 34 | 100 |
| Binary | 10111100 | 10001000 | 10110010 | 0 | 11100 | 101 | 11010 | 100111000 | 11100 | 1000000 |
Color Harmonies of #BC88B2
Complementary color
Monochromatic Colors of #BC88B2
Black with #BC88B2
Text Example
Text Example
White with #BC88B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC88B2; }
p { color: rgb(188,136,178); }
H1.HeaderClassName
{
color: #BC88B2;
}
.AnyTagClassName
{
color: #BC88B2;
}
</style>
background-color css
<style>
a { background-color: #BC88B2; }
a { background-color: rgb(188,136,178); }
div.DivClassName
{
background-color: #BC88B2;
}
.BgClassName
{
background-color: #BC88B2;
}
</style>
border-color css
<style>
span { border-color: #BC88B2; }
span { border-color: rgb(188,136,178); }
td.TdClassName
{
border-color: #BC88B2;
}
.TagClassName
{
border-color: #BC88B2;
}
</style>