Shades of London Hue #BC92BA
Tints of London Hue #BC92BA
RGB
CMYK
RGB Variations
Color information
#BC92BA (or 0xBC92BA) is known color: London Hue. HEX triplet: BC, 92 and BA. RGB value is (188,146,186). Sum of RGB (Red+Green+Blue) = 188+146+186=520 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.15% from 520); Green value is 146 (57.42% from 255 or 28.08% from 520); Blue value is 186 (73.05% from 255 or 35.77% from 520); Max value from RGB is 188 - color contains mainly: red. Hex color #BC92BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC92BA is #436D45. Grayscale: #A3A3A3. Windows color (decimal): -4418886 or 12227260. OLE color: 12227260.
HSL color Cylindrical-coordinate representation of color #BC92BA: hue angle of 302.86º 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 #BC92BA is Cyan = 0, Magento = 0.22, Yellow = 0.01 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 146 | 186 | - |
| CMYK | 0 | 0.22 | 0.01 | 0.26 |
| HSL | 302.86º | 0.24% | 0.65% | - |
| HSV(B) | 302.86º | 0.22% | 0.74% | - |
| XYZ | 39.88 | 34.79 | 51.07 | - |
| YUV | 163.12 | 140.91 | 145.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 146 | 186 | 0 | 0.22 | 0.01 | 0.26 | 302.86 | 0.24 | 0.65 |
| Hex | BC | 92 | BA | 0 | 16 | 1 | 1A | 12F | 18 | 41 |
| Octal | 274 | 222 | 272 | 0 | 26 | 1 | 32 | 457 | 30 | 101 |
| Binary | 10111100 | 10010010 | 10111010 | 0 | 10110 | 1 | 11010 | 100101111 | 11000 | 1000001 |
Color Harmonies of #BC92BA
Complementary color
Monochromatic Colors of #BC92BA
Black with #BC92BA
Text Example
Text Example
White with #BC92BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC92BA; }
p { color: rgb(188,146,186); }
H1.HeaderClassName
{
color: #BC92BA;
}
.AnyTagClassName
{
color: #BC92BA;
}
</style>
background-color css
<style>
a { background-color: #BC92BA; }
a { background-color: rgb(188,146,186); }
div.DivClassName
{
background-color: #BC92BA;
}
.BgClassName
{
background-color: #BC92BA;
}
</style>
border-color css
<style>
span { border-color: #BC92BA; }
span { border-color: rgb(188,146,186); }
td.TdClassName
{
border-color: #BC92BA;
}
.TagClassName
{
border-color: #BC92BA;
}
</style>