Shades of London Hue #BC91B6
Tints of London Hue #BC91B6
RGB
CMYK
RGB Variations
Color information
#BC91B6 (or 0xBC91B6) is known color: London Hue. HEX triplet: BC, 91 and B6. RGB value is (188,145,182). Sum of RGB (Red+Green+Blue) = 188+145+182=515 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.50% from 515); Green value is 145 (57.03% from 255 or 28.16% from 515); Blue value is 182 (71.48% from 255 or 35.34% from 515); Max value from RGB is 188 - color contains mainly: red. Hex color #BC91B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC91B6 is #436E49. Grayscale: #A1A1A1. Windows color (decimal): -4419146 or 11964860. OLE color: 11964860.
HSL color Cylindrical-coordinate representation of color #BC91B6: hue angle of 308.37º 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 #BC91B6 is Cyan = 0, Magento = 0.23, Yellow = 0.03 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 145 | 182 | - |
| CMYK | 0 | 0.23 | 0.03 | 0.26 |
| HSL | 308.37º | 0.24% | 0.65% | - |
| HSV(B) | 308.37º | 0.23% | 0.74% | - |
| XYZ | 39.31 | 34.32 | 48.81 | - |
| YUV | 162.08 | 139.25 | 146.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 145 | 182 | 0 | 0.23 | 0.03 | 0.26 | 308.37 | 0.24 | 0.65 |
| Hex | BC | 91 | B6 | 0 | 17 | 3 | 1A | 134 | 18 | 41 |
| Octal | 274 | 221 | 266 | 0 | 27 | 3 | 32 | 464 | 30 | 101 |
| Binary | 10111100 | 10010001 | 10110110 | 0 | 10111 | 11 | 11010 | 100110100 | 11000 | 1000001 |
Color Harmonies of #BC91B6
Complementary color
Monochromatic Colors of #BC91B6
Black with #BC91B6
Text Example
Text Example
White with #BC91B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC91B6; }
p { color: rgb(188,145,182); }
H1.HeaderClassName
{
color: #BC91B6;
}
.AnyTagClassName
{
color: #BC91B6;
}
</style>
background-color css
<style>
a { background-color: #BC91B6; }
a { background-color: rgb(188,145,182); }
div.DivClassName
{
background-color: #BC91B6;
}
.BgClassName
{
background-color: #BC91B6;
}
</style>
border-color css
<style>
span { border-color: #BC91B6; }
span { border-color: rgb(188,145,182); }
td.TdClassName
{
border-color: #BC91B6;
}
.TagClassName
{
border-color: #BC91B6;
}
</style>