Shades of London Hue #BC88BA
Tints of London Hue #BC88BA
RGB
CMYK
RGB Variations
Color information
#BC88BA (or 0xBC88BA) is known color: London Hue. HEX triplet: BC, 88 and BA. RGB value is (188,136,186). Sum of RGB (Red+Green+Blue) = 188+136+186=510 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.86% from 510); Green value is 136 (53.52% from 255 or 26.67% from 510); Blue value is 186 (73.05% from 255 or 36.47% from 510); Max value from RGB is 188 - color contains mainly: red. Hex color #BC88BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC88BA is #437745. Grayscale: #9D9D9D. Windows color (decimal): -4421446 or 12224700. OLE color: 12224700.
HSL color Cylindrical-coordinate representation of color #BC88BA: hue angle of 302.31º 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 #BC88BA is Cyan = 0, Magento = 0.28, Yellow = 0.01 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 136 | 186 | - |
| CMYK | 0 | 0.28 | 0.01 | 0.26 |
| HSL | 302.31º | 0.28% | 0.64% | - |
| HSV(B) | 302.31º | 0.28% | 0.74% | - |
| XYZ | 38.41 | 31.84 | 50.58 | - |
| YUV | 157.25 | 144.23 | 149.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 136 | 186 | 0 | 0.28 | 0.01 | 0.26 | 302.31 | 0.28 | 0.64 |
| Hex | BC | 88 | BA | 0 | 1C | 1 | 1A | 12E | 1C | 40 |
| Octal | 274 | 210 | 272 | 0 | 34 | 1 | 32 | 456 | 34 | 100 |
| Binary | 10111100 | 10001000 | 10111010 | 0 | 11100 | 1 | 11010 | 100101110 | 11100 | 1000000 |
Color Harmonies of #BC88BA
Complementary color
Monochromatic Colors of #BC88BA
Black with #BC88BA
Text Example
Text Example
White with #BC88BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC88BA; }
p { color: rgb(188,136,186); }
H1.HeaderClassName
{
color: #BC88BA;
}
.AnyTagClassName
{
color: #BC88BA;
}
</style>
background-color css
<style>
a { background-color: #BC88BA; }
a { background-color: rgb(188,136,186); }
div.DivClassName
{
background-color: #BC88BA;
}
.BgClassName
{
background-color: #BC88BA;
}
</style>
border-color css
<style>
span { border-color: #BC88BA; }
span { border-color: rgb(188,136,186); }
td.TdClassName
{
border-color: #BC88BA;
}
.TagClassName
{
border-color: #BC88BA;
}
</style>