Shades of London Hue #BA96B8
Tints of London Hue #BA96B8
RGB
CMYK
RGB Variations
Color information
#BA96B8 (or 0xBA96B8) is known color: London Hue. HEX triplet: BA, 96 and B8. RGB value is (186,150,184). Sum of RGB (Red+Green+Blue) = 186+150+184=520 (68% of max value = 765). Red value is 186 (73.05% from 255 or 35.77% from 520); Green value is 150 (58.98% from 255 or 28.85% from 520); Blue value is 184 (72.27% from 255 or 35.38% from 520); Max value from RGB is 186 - color contains mainly: red. Hex color #BA96B8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA96B8 is #456947. Grayscale: #A4A4A4. Windows color (decimal): -4548936 or 12097210. OLE color: 12097210.
HSL color Cylindrical-coordinate representation of color #BA96B8: hue angle of 303.33º degrees, saturation: 0.21, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BA96B8 is Cyan = 0, Magento = 0.19, Yellow = 0.01 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 150 | 184 | - |
| CMYK | 0 | 0.19 | 0.01 | 0.27 |
| HSL | 303.33º | 0.21% | 0.66% | - |
| HSV(B) | 303.33º | 0.19% | 0.73% | - |
| XYZ | 39.81 | 35.71 | 50.14 | - |
| YUV | 164.64 | 138.93 | 143.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 150 | 184 | 0 | 0.19 | 0.01 | 0.27 | 303.33 | 0.21 | 0.66 |
| Hex | BA | 96 | B8 | 0 | 13 | 1 | 1B | 12F | 15 | 42 |
| Octal | 272 | 226 | 270 | 0 | 23 | 1 | 33 | 457 | 25 | 102 |
| Binary | 10111010 | 10010110 | 10111000 | 0 | 10011 | 1 | 11011 | 100101111 | 10101 | 1000010 |
Color Harmonies of #BA96B8
Complementary color
Monochromatic Colors of #BA96B8
Black with #BA96B8
Text Example
Text Example
White with #BA96B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA96B8; }
p { color: rgb(186,150,184); }
H1.HeaderClassName
{
color: #BA96B8;
}
.AnyTagClassName
{
color: #BA96B8;
}
</style>
background-color css
<style>
a { background-color: #BA96B8; }
a { background-color: rgb(186,150,184); }
div.DivClassName
{
background-color: #BA96B8;
}
.BgClassName
{
background-color: #BA96B8;
}
</style>
border-color css
<style>
span { border-color: #BA96B8; }
span { border-color: rgb(186,150,184); }
td.TdClassName
{
border-color: #BA96B8;
}
.TagClassName
{
border-color: #BA96B8;
}
</style>