Shades of London Hue #BC96B8
Tints of London Hue #BC96B8
RGB
CMYK
RGB Variations
Color information
#BC96B8 (or 0xBC96B8) is known color: London Hue. HEX triplet: BC, 96 and B8. RGB value is (188,150,184). Sum of RGB (Red+Green+Blue) = 188+150+184=522 (69% of max value = 765). Red value is 188 (73.83% from 255 or 36.02% from 522); Green value is 150 (58.98% from 255 or 28.74% from 522); Blue value is 184 (72.27% from 255 or 35.25% from 522); Max value from RGB is 188 - color contains mainly: red. Hex color #BC96B8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC96B8 is #436947. Grayscale: #A5A5A5. Windows color (decimal): -4417864 or 12097212. OLE color: 12097212.
HSL color Cylindrical-coordinate representation of color #BC96B8: hue angle of 306.32º degrees, saturation: 0.22, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BC96B8 is Cyan = 0, Magento = 0.20, Yellow = 0.02 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 150 | 184 | - |
| CMYK | 0 | 0.20 | 0.02 | 0.26 |
| HSL | 306.32º | 0.22% | 0.66% | - |
| HSV(B) | 306.32º | 0.2% | 0.74% | - |
| XYZ | 40.3 | 35.96 | 50.17 | - |
| YUV | 165.24 | 138.59 | 144.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 150 | 184 | 0 | 0.20 | 0.02 | 0.26 | 306.32 | 0.22 | 0.66 |
| Hex | BC | 96 | B8 | 0 | 14 | 2 | 1A | 132 | 16 | 42 |
| Octal | 274 | 226 | 270 | 0 | 24 | 2 | 32 | 462 | 26 | 102 |
| Binary | 10111100 | 10010110 | 10111000 | 0 | 10100 | 10 | 11010 | 100110010 | 10110 | 1000010 |
Color Harmonies of #BC96B8
Complementary color
Monochromatic Colors of #BC96B8
Black with #BC96B8
Text Example
Text Example
White with #BC96B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC96B8; }
p { color: rgb(188,150,184); }
H1.HeaderClassName
{
color: #BC96B8;
}
.AnyTagClassName
{
color: #BC96B8;
}
</style>
background-color css
<style>
a { background-color: #BC96B8; }
a { background-color: rgb(188,150,184); }
div.DivClassName
{
background-color: #BC96B8;
}
.BgClassName
{
background-color: #BC96B8;
}
</style>
border-color css
<style>
span { border-color: #BC96B8; }
span { border-color: rgb(188,150,184); }
td.TdClassName
{
border-color: #BC96B8;
}
.TagClassName
{
border-color: #BC96B8;
}
</style>