Shades of London Hue #BC91B2
Tints of London Hue #BC91B2
RGB
CMYK
RGB Variations
Color information
#BC91B2 (or 0xBC91B2) is known color: London Hue. HEX triplet: BC, 91 and B2. RGB value is (188,145,178). Sum of RGB (Red+Green+Blue) = 188+145+178=511 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.79% from 511); Green value is 145 (57.03% from 255 or 28.38% from 511); Blue value is 178 (69.92% from 255 or 34.83% from 511); Max value from RGB is 188 - color contains mainly: red. Hex color #BC91B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC91B2 is #436E4D. Grayscale: #A1A1A1. Windows color (decimal): -4419150 or 11702716. OLE color: 11702716.
HSL color Cylindrical-coordinate representation of color #BC91B2: hue angle of 313.95º degrees, saturation: 0.24, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BC91B2 is Cyan = 0, Magento = 0.23, Yellow = 0.05 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 145 | 178 | - |
| CMYK | 0 | 0.23 | 0.05 | 0.26 |
| HSL | 313.95º | 0.24% | 0.65% | - |
| HSV(B) | 313.95º | 0.23% | 0.74% | - |
| XYZ | 38.9 | 34.16 | 46.66 | - |
| YUV | 161.62 | 137.25 | 146.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 145 | 178 | 0 | 0.23 | 0.05 | 0.26 | 313.95 | 0.24 | 0.65 |
| Hex | BC | 91 | B2 | 0 | 17 | 5 | 1A | 13A | 18 | 41 |
| Octal | 274 | 221 | 262 | 0 | 27 | 5 | 32 | 472 | 30 | 101 |
| Binary | 10111100 | 10010001 | 10110010 | 0 | 10111 | 101 | 11010 | 100111010 | 11000 | 1000001 |
Color Harmonies of #BC91B2
Complementary color
Monochromatic Colors of #BC91B2
Black with #BC91B2
Text Example
Text Example
White with #BC91B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC91B2; }
p { color: rgb(188,145,178); }
H1.HeaderClassName
{
color: #BC91B2;
}
.AnyTagClassName
{
color: #BC91B2;
}
</style>
background-color css
<style>
a { background-color: #BC91B2; }
a { background-color: rgb(188,145,178); }
div.DivClassName
{
background-color: #BC91B2;
}
.BgClassName
{
background-color: #BC91B2;
}
</style>
border-color css
<style>
span { border-color: #BC91B2; }
span { border-color: rgb(188,145,178); }
td.TdClassName
{
border-color: #BC91B2;
}
.TagClassName
{
border-color: #BC91B2;
}
</style>