Shades of London Hue #BC96B7
Tints of London Hue #BC96B7
RGB
CMYK
RGB Variations
Color information
#BC96B7 (or 0xBC96B7) is known color: London Hue. HEX triplet: BC, 96 and B7. RGB value is (188,150,183). Sum of RGB (Red+Green+Blue) = 188+150+183=521 (69% of max value = 765). Red value is 188 (73.83% from 255 or 36.08% from 521); Green value is 150 (58.98% from 255 or 28.79% from 521); Blue value is 183 (71.88% from 255 or 35.12% from 521); Max value from RGB is 188 - color contains mainly: red. Hex color #BC96B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC96B7 is #436948. Grayscale: #A5A5A5. Windows color (decimal): -4417865 or 12031676. OLE color: 12031676.
HSL color Cylindrical-coordinate representation of color #BC96B7: hue angle of 307.89º 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 #BC96B7 is Cyan = 0, Magento = 0.20, Yellow = 0.03 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 150 | 183 | - |
| CMYK | 0 | 0.20 | 0.03 | 0.26 |
| HSL | 307.89º | 0.22% | 0.66% | - |
| HSV(B) | 307.89º | 0.2% | 0.74% | - |
| XYZ | 40.19 | 35.92 | 49.62 | - |
| YUV | 165.12 | 138.09 | 144.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 150 | 183 | 0 | 0.20 | 0.03 | 0.26 | 307.89 | 0.22 | 0.66 |
| Hex | BC | 96 | B7 | 0 | 14 | 3 | 1A | 134 | 16 | 42 |
| Octal | 274 | 226 | 267 | 0 | 24 | 3 | 32 | 464 | 26 | 102 |
| Binary | 10111100 | 10010110 | 10110111 | 0 | 10100 | 11 | 11010 | 100110100 | 10110 | 1000010 |
Color Harmonies of #BC96B7
Complementary color
Monochromatic Colors of #BC96B7
Black with #BC96B7
Text Example
Text Example
White with #BC96B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC96B7; }
p { color: rgb(188,150,183); }
H1.HeaderClassName
{
color: #BC96B7;
}
.AnyTagClassName
{
color: #BC96B7;
}
</style>
background-color css
<style>
a { background-color: #BC96B7; }
a { background-color: rgb(188,150,183); }
div.DivClassName
{
background-color: #BC96B7;
}
.BgClassName
{
background-color: #BC96B7;
}
</style>
border-color css
<style>
span { border-color: #BC96B7; }
span { border-color: rgb(188,150,183); }
td.TdClassName
{
border-color: #BC96B7;
}
.TagClassName
{
border-color: #BC96B7;
}
</style>