Shades of London Hue #BC91BB
Tints of London Hue #BC91BB
RGB
CMYK
RGB Variations
Color information
#BC91BB (or 0xBC91BB) is known color: London Hue. HEX triplet: BC, 91 and BB. RGB value is (188,145,187). Sum of RGB (Red+Green+Blue) = 188+145+187=520 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.15% from 520); Green value is 145 (57.03% from 255 or 27.88% from 520); Blue value is 187 (73.44% from 255 or 35.96% from 520); Max value from RGB is 188 - color contains mainly: red. Hex color #BC91BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC91BB is #436E44. Grayscale: #A2A2A2. Windows color (decimal): -4419141 or 12292540. OLE color: 12292540.
HSL color Cylindrical-coordinate representation of color #BC91BB: hue angle of 301.4º 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 #BC91BB is Cyan = 0, Magento = 0.23, Yellow = 0.01 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 145 | 187 | - |
| CMYK | 0 | 0.23 | 0.01 | 0.26 |
| HSL | 301.4º | 0.24% | 0.65% | - |
| HSV(B) | 301.4º | 0.23% | 0.74% | - |
| XYZ | 39.83 | 34.53 | 51.58 | - |
| YUV | 162.65 | 141.75 | 146.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 145 | 187 | 0 | 0.23 | 0.01 | 0.26 | 301.4 | 0.24 | 0.65 |
| Hex | BC | 91 | BB | 0 | 17 | 1 | 1A | 12D | 18 | 41 |
| Octal | 274 | 221 | 273 | 0 | 27 | 1 | 32 | 455 | 30 | 101 |
| Binary | 10111100 | 10010001 | 10111011 | 0 | 10111 | 1 | 11010 | 100101101 | 11000 | 1000001 |
Color Harmonies of #BC91BB
Complementary color
Monochromatic Colors of #BC91BB
Black with #BC91BB
Text Example
Text Example
White with #BC91BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC91BB; }
p { color: rgb(188,145,187); }
H1.HeaderClassName
{
color: #BC91BB;
}
.AnyTagClassName
{
color: #BC91BB;
}
</style>
background-color css
<style>
a { background-color: #BC91BB; }
a { background-color: rgb(188,145,187); }
div.DivClassName
{
background-color: #BC91BB;
}
.BgClassName
{
background-color: #BC91BB;
}
</style>
border-color css
<style>
span { border-color: #BC91BB; }
span { border-color: rgb(188,145,187); }
td.TdClassName
{
border-color: #BC91BB;
}
.TagClassName
{
border-color: #BC91BB;
}
</style>