Shades of London Hue #BC96B4
Tints of London Hue #BC96B4
RGB
CMYK
RGB Variations
Color information
#BC96B4 (or 0xBC96B4) is known color: London Hue. HEX triplet: BC, 96 and B4. RGB value is (188,150,180). Sum of RGB (Red+Green+Blue) = 188+150+180=518 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.29% from 518); Green value is 150 (58.98% from 255 or 28.96% from 518); Blue value is 180 (70.70% from 255 or 34.75% from 518); Max value from RGB is 188 - color contains mainly: red. Hex color #BC96B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC96B4 is #43694B. Grayscale: #A4A4A4. Windows color (decimal): -4417868 or 11835068. OLE color: 11835068.
HSL color Cylindrical-coordinate representation of color #BC96B4: hue angle of 312.63º 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 #BC96B4 is Cyan = 0, Magento = 0.20, Yellow = 0.04 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 150 | 180 | - |
| CMYK | 0 | 0.20 | 0.04 | 0.26 |
| HSL | 312.63º | 0.22% | 0.66% | - |
| HSV(B) | 312.63º | 0.2% | 0.74% | - |
| XYZ | 39.88 | 35.8 | 47.99 | - |
| YUV | 164.78 | 136.59 | 144.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 150 | 180 | 0 | 0.20 | 0.04 | 0.26 | 312.63 | 0.22 | 0.66 |
| Hex | BC | 96 | B4 | 0 | 14 | 4 | 1A | 139 | 16 | 42 |
| Octal | 274 | 226 | 264 | 0 | 24 | 4 | 32 | 471 | 26 | 102 |
| Binary | 10111100 | 10010110 | 10110100 | 0 | 10100 | 100 | 11010 | 100111001 | 10110 | 1000010 |
Color Harmonies of #BC96B4
Complementary color
Monochromatic Colors of #BC96B4
Black with #BC96B4
Text Example
Text Example
White with #BC96B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC96B4; }
p { color: rgb(188,150,180); }
H1.HeaderClassName
{
color: #BC96B4;
}
.AnyTagClassName
{
color: #BC96B4;
}
</style>
background-color css
<style>
a { background-color: #BC96B4; }
a { background-color: rgb(188,150,180); }
div.DivClassName
{
background-color: #BC96B4;
}
.BgClassName
{
background-color: #BC96B4;
}
</style>
border-color css
<style>
span { border-color: #BC96B4; }
span { border-color: rgb(188,150,180); }
td.TdClassName
{
border-color: #BC96B4;
}
.TagClassName
{
border-color: #BC96B4;
}
</style>