Shades of London Hue #BC91B3
Tints of London Hue #BC91B3
RGB
CMYK
RGB Variations
Color information
#BC91B3 (or 0xBC91B3) is known color: London Hue. HEX triplet: BC, 91 and B3. RGB value is (188,145,179). Sum of RGB (Red+Green+Blue) = 188+145+179=512 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.72% from 512); Green value is 145 (57.03% from 255 or 28.32% from 512); Blue value is 179 (70.31% from 255 or 34.96% from 512); Max value from RGB is 188 - color contains mainly: red. Hex color #BC91B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC91B3 is #436E4C. Grayscale: #A1A1A1. Windows color (decimal): -4419149 or 11768252. OLE color: 11768252.
HSL color Cylindrical-coordinate representation of color #BC91B3: hue angle of 312.56º 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 #BC91B3 is Cyan = 0, Magento = 0.23, Yellow = 0.05 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 145 | 179 | - |
| CMYK | 0 | 0.23 | 0.05 | 0.26 |
| HSL | 312.56º | 0.24% | 0.65% | - |
| HSV(B) | 312.56º | 0.23% | 0.74% | - |
| XYZ | 39 | 34.2 | 47.19 | - |
| YUV | 161.73 | 137.75 | 146.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 145 | 179 | 0 | 0.23 | 0.05 | 0.26 | 312.56 | 0.24 | 0.65 |
| Hex | BC | 91 | B3 | 0 | 17 | 5 | 1A | 139 | 18 | 41 |
| Octal | 274 | 221 | 263 | 0 | 27 | 5 | 32 | 471 | 30 | 101 |
| Binary | 10111100 | 10010001 | 10110011 | 0 | 10111 | 101 | 11010 | 100111001 | 11000 | 1000001 |
Color Harmonies of #BC91B3
Complementary color
Monochromatic Colors of #BC91B3
Black with #BC91B3
Text Example
Text Example
White with #BC91B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC91B3; }
p { color: rgb(188,145,179); }
H1.HeaderClassName
{
color: #BC91B3;
}
.AnyTagClassName
{
color: #BC91B3;
}
</style>
background-color css
<style>
a { background-color: #BC91B3; }
a { background-color: rgb(188,145,179); }
div.DivClassName
{
background-color: #BC91B3;
}
.BgClassName
{
background-color: #BC91B3;
}
</style>
border-color css
<style>
span { border-color: #BC91B3; }
span { border-color: rgb(188,145,179); }
td.TdClassName
{
border-color: #BC91B3;
}
.TagClassName
{
border-color: #BC91B3;
}
</style>