Shades of London Hue #BC96BA
Tints of London Hue #BC96BA
RGB
CMYK
RGB Variations
Color information
#BC96BA (or 0xBC96BA) is known color: London Hue. HEX triplet: BC, 96 and BA. RGB value is (188,150,186). Sum of RGB (Red+Green+Blue) = 188+150+186=524 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.88% from 524); Green value is 150 (58.98% from 255 or 28.63% from 524); Blue value is 186 (73.05% from 255 or 35.50% from 524); Max value from RGB is 188 - color contains mainly: red. Hex color #BC96BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC96BA is #436945. Grayscale: #A5A5A5. Windows color (decimal): -4417862 or 12228284. OLE color: 12228284.
HSL color Cylindrical-coordinate representation of color #BC96BA: hue angle of 303.16º 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 #BC96BA is Cyan = 0, Magento = 0.20, Yellow = 0.01 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 150 | 186 | - |
| CMYK | 0 | 0.20 | 0.01 | 0.26 |
| HSL | 303.16º | 0.22% | 0.66% | - |
| HSV(B) | 303.16º | 0.2% | 0.74% | - |
| XYZ | 40.51 | 36.05 | 51.28 | - |
| YUV | 165.47 | 139.59 | 144.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 150 | 186 | 0 | 0.20 | 0.01 | 0.26 | 303.16 | 0.22 | 0.66 |
| Hex | BC | 96 | BA | 0 | 14 | 1 | 1A | 12F | 16 | 42 |
| Octal | 274 | 226 | 272 | 0 | 24 | 1 | 32 | 457 | 26 | 102 |
| Binary | 10111100 | 10010110 | 10111010 | 0 | 10100 | 1 | 11010 | 100101111 | 10110 | 1000010 |
Color Harmonies of #BC96BA
Complementary color
Monochromatic Colors of #BC96BA
Black with #BC96BA
Text Example
Text Example
White with #BC96BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC96BA; }
p { color: rgb(188,150,186); }
H1.HeaderClassName
{
color: #BC96BA;
}
.AnyTagClassName
{
color: #BC96BA;
}
</style>
background-color css
<style>
a { background-color: #BC96BA; }
a { background-color: rgb(188,150,186); }
div.DivClassName
{
background-color: #BC96BA;
}
.BgClassName
{
background-color: #BC96BA;
}
</style>
border-color css
<style>
span { border-color: #BC96BA; }
span { border-color: rgb(188,150,186); }
td.TdClassName
{
border-color: #BC96BA;
}
.TagClassName
{
border-color: #BC96BA;
}
</style>