Shades of London Hue #BC88B9
Tints of London Hue #BC88B9
RGB
CMYK
RGB Variations
Color information
#BC88B9 (or 0xBC88B9) is known color: London Hue. HEX triplet: BC, 88 and B9. RGB value is (188,136,185). Sum of RGB (Red+Green+Blue) = 188+136+185=509 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.94% from 509); Green value is 136 (53.52% from 255 or 26.72% from 509); Blue value is 185 (72.66% from 255 or 36.35% from 509); Max value from RGB is 188 - color contains mainly: red. Hex color #BC88B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC88B9 is #437746. Grayscale: #9C9C9C. Windows color (decimal): -4421447 or 12159164. OLE color: 12159164.
HSL color Cylindrical-coordinate representation of color #BC88B9: hue angle of 303.46º 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 #BC88B9 is Cyan = 0, Magento = 0.28, Yellow = 0.02 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 136 | 185 | - |
| CMYK | 0 | 0.28 | 0.02 | 0.26 |
| HSL | 303.46º | 0.28% | 0.64% | - |
| HSV(B) | 303.46º | 0.28% | 0.74% | - |
| XYZ | 38.3 | 31.8 | 50.02 | - |
| YUV | 157.13 | 143.73 | 150.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 136 | 185 | 0 | 0.28 | 0.02 | 0.26 | 303.46 | 0.28 | 0.64 |
| Hex | BC | 88 | B9 | 0 | 1C | 2 | 1A | 12F | 1C | 40 |
| Octal | 274 | 210 | 271 | 0 | 34 | 2 | 32 | 457 | 34 | 100 |
| Binary | 10111100 | 10001000 | 10111001 | 0 | 11100 | 10 | 11010 | 100101111 | 11100 | 1000000 |
Color Harmonies of #BC88B9
Complementary color
Monochromatic Colors of #BC88B9
Black with #BC88B9
Text Example
Text Example
White with #BC88B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC88B9; }
p { color: rgb(188,136,185); }
H1.HeaderClassName
{
color: #BC88B9;
}
.AnyTagClassName
{
color: #BC88B9;
}
</style>
background-color css
<style>
a { background-color: #BC88B9; }
a { background-color: rgb(188,136,185); }
div.DivClassName
{
background-color: #BC88B9;
}
.BgClassName
{
background-color: #BC88B9;
}
</style>
border-color css
<style>
span { border-color: #BC88B9; }
span { border-color: rgb(188,136,185); }
td.TdClassName
{
border-color: #BC88B9;
}
.TagClassName
{
border-color: #BC88B9;
}
</style>