Shades of London Hue #BA96B9
Tints of London Hue #BA96B9
RGB
CMYK
RGB Variations
Color information
#BA96B9 (or 0xBA96B9) is known color: London Hue. HEX triplet: BA, 96 and B9. RGB value is (186,150,185). Sum of RGB (Red+Green+Blue) = 186+150+185=521 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.70% from 521); Green value is 150 (58.98% from 255 or 28.79% from 521); Blue value is 185 (72.66% from 255 or 35.51% from 521); Max value from RGB is 186 - color contains mainly: red. Hex color #BA96B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA96B9 is #456946. Grayscale: #A4A4A4. Windows color (decimal): -4548935 or 12162746. OLE color: 12162746.
HSL color Cylindrical-coordinate representation of color #BA96B9: hue angle of 301.67º 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 #BA96B9 is Cyan = 0, Magento = 0.19, Yellow = 0.01 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 150 | 185 | - |
| CMYK | 0 | 0.19 | 0.01 | 0.27 |
| HSL | 301.67º | 0.21% | 0.66% | - |
| HSV(B) | 301.67º | 0.19% | 0.73% | - |
| XYZ | 39.91 | 35.75 | 50.7 | - |
| YUV | 164.75 | 139.43 | 143.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 150 | 185 | 0 | 0.19 | 0.01 | 0.27 | 301.67 | 0.21 | 0.66 |
| Hex | BA | 96 | B9 | 0 | 13 | 1 | 1B | 12E | 15 | 42 |
| Octal | 272 | 226 | 271 | 0 | 23 | 1 | 33 | 456 | 25 | 102 |
| Binary | 10111010 | 10010110 | 10111001 | 0 | 10011 | 1 | 11011 | 100101110 | 10101 | 1000010 |
Color Harmonies of #BA96B9
Complementary color
Monochromatic Colors of #BA96B9
Black with #BA96B9
Text Example
Text Example
White with #BA96B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA96B9; }
p { color: rgb(186,150,185); }
H1.HeaderClassName
{
color: #BA96B9;
}
.AnyTagClassName
{
color: #BA96B9;
}
</style>
background-color css
<style>
a { background-color: #BA96B9; }
a { background-color: rgb(186,150,185); }
div.DivClassName
{
background-color: #BA96B9;
}
.BgClassName
{
background-color: #BA96B9;
}
</style>
border-color css
<style>
span { border-color: #BA96B9; }
span { border-color: rgb(186,150,185); }
td.TdClassName
{
border-color: #BA96B9;
}
.TagClassName
{
border-color: #BA96B9;
}
</style>