Shades of London Hue #BC92BB
Tints of London Hue #BC92BB
RGB
CMYK
RGB Variations
Color information
#BC92BB (or 0xBC92BB) is known color: London Hue. HEX triplet: BC, 92 and BB. RGB value is (188,146,187). Sum of RGB (Red+Green+Blue) = 188+146+187=521 (69% of max value = 765). Red value is 188 (73.83% from 255 or 36.08% from 521); Green value is 146 (57.42% from 255 or 28.02% from 521); Blue value is 187 (73.44% from 255 or 35.89% from 521); Max value from RGB is 188 - color contains mainly: red. Hex color #BC92BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC92BB is #436D44. Grayscale: #A3A3A3. Windows color (decimal): -4418885 or 12292796. OLE color: 12292796.
HSL color Cylindrical-coordinate representation of color #BC92BB: hue angle of 301.43º degrees, saturation: 0.24, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BC92BB is Cyan = 0, Magento = 0.22, Yellow = 0.01 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 146 | 187 | - |
| CMYK | 0 | 0.22 | 0.01 | 0.26 |
| HSL | 301.43º | 0.24% | 0.65% | - |
| HSV(B) | 301.43º | 0.22% | 0.74% | - |
| XYZ | 39.99 | 34.84 | 51.63 | - |
| YUV | 163.23 | 141.41 | 145.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 146 | 187 | 0 | 0.22 | 0.01 | 0.26 | 301.43 | 0.24 | 0.65 |
| Hex | BC | 92 | BB | 0 | 16 | 1 | 1A | 12D | 18 | 41 |
| Octal | 274 | 222 | 273 | 0 | 26 | 1 | 32 | 455 | 30 | 101 |
| Binary | 10111100 | 10010010 | 10111011 | 0 | 10110 | 1 | 11010 | 100101101 | 11000 | 1000001 |
Color Harmonies of #BC92BB
Complementary color
Monochromatic Colors of #BC92BB
Black with #BC92BB
Text Example
Text Example
White with #BC92BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC92BB; }
p { color: rgb(188,146,187); }
H1.HeaderClassName
{
color: #BC92BB;
}
.AnyTagClassName
{
color: #BC92BB;
}
</style>
background-color css
<style>
a { background-color: #BC92BB; }
a { background-color: rgb(188,146,187); }
div.DivClassName
{
background-color: #BC92BB;
}
.BgClassName
{
background-color: #BC92BB;
}
</style>
border-color css
<style>
span { border-color: #BC92BB; }
span { border-color: rgb(188,146,187); }
td.TdClassName
{
border-color: #BC92BB;
}
.TagClassName
{
border-color: #BC92BB;
}
</style>