Shades of London Hue #BC96B9
Tints of London Hue #BC96B9
RGB
CMYK
RGB Variations
Color information
#BC96B9 (or 0xBC96B9) is known color: London Hue. HEX triplet: BC, 96 and B9. RGB value is (188,150,185). Sum of RGB (Red+Green+Blue) = 188+150+185=523 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.95% from 523); Green value is 150 (58.98% from 255 or 28.68% from 523); Blue value is 185 (72.66% from 255 or 35.37% from 523); Max value from RGB is 188 - color contains mainly: red. Hex color #BC96B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC96B9 is #436946. Grayscale: #A5A5A5. Windows color (decimal): -4417863 or 12162748. OLE color: 12162748.
HSL color Cylindrical-coordinate representation of color #BC96B9: hue angle of 304.74º 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 #BC96B9 is Cyan = 0, Magento = 0.20, Yellow = 0.02 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 150 | 185 | - |
| CMYK | 0 | 0.20 | 0.02 | 0.26 |
| HSL | 304.74º | 0.22% | 0.66% | - |
| HSV(B) | 304.74º | 0.2% | 0.74% | - |
| XYZ | 40.4 | 36.01 | 50.72 | - |
| YUV | 165.35 | 139.09 | 144.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 150 | 185 | 0 | 0.20 | 0.02 | 0.26 | 304.74 | 0.22 | 0.66 |
| Hex | BC | 96 | B9 | 0 | 14 | 2 | 1A | 131 | 16 | 42 |
| Octal | 274 | 226 | 271 | 0 | 24 | 2 | 32 | 461 | 26 | 102 |
| Binary | 10111100 | 10010110 | 10111001 | 0 | 10100 | 10 | 11010 | 100110001 | 10110 | 1000010 |
Color Harmonies of #BC96B9
Complementary color
Monochromatic Colors of #BC96B9
Black with #BC96B9
Text Example
Text Example
White with #BC96B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC96B9; }
p { color: rgb(188,150,185); }
H1.HeaderClassName
{
color: #BC96B9;
}
.AnyTagClassName
{
color: #BC96B9;
}
</style>
background-color css
<style>
a { background-color: #BC96B9; }
a { background-color: rgb(188,150,185); }
div.DivClassName
{
background-color: #BC96B9;
}
.BgClassName
{
background-color: #BC96B9;
}
</style>
border-color css
<style>
span { border-color: #BC96B9; }
span { border-color: rgb(188,150,185); }
td.TdClassName
{
border-color: #BC96B9;
}
.TagClassName
{
border-color: #BC96B9;
}
</style>