Shades of London Hue #BA96B2
Tints of London Hue #BA96B2
RGB
CMYK
RGB Variations
Color information
#BA96B2 (or 0xBA96B2) is known color: London Hue. HEX triplet: BA, 96 and B2. RGB value is (186,150,178). Sum of RGB (Red+Green+Blue) = 186+150+178=514 (68% of max value = 765). Red value is 186 (73.05% from 255 or 36.19% from 514); Green value is 150 (58.98% from 255 or 29.18% from 514); Blue value is 178 (69.92% from 255 or 34.63% from 514); Max value from RGB is 186 - color contains mainly: red. Hex color #BA96B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA96B2 is #45694D. Grayscale: #A3A3A3. Windows color (decimal): -4548942 or 11703994. OLE color: 11703994.
HSL color Cylindrical-coordinate representation of color #BA96B2: hue angle of 313.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 #BA96B2 is Cyan = 0, Magento = 0.19, Yellow = 0.04 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 150 | 178 | - |
| CMYK | 0 | 0.19 | 0.04 | 0.27 |
| HSL | 313.33º | 0.21% | 0.66% | - |
| HSV(B) | 313.33º | 0.19% | 0.73% | - |
| XYZ | 39.19 | 35.47 | 46.9 | - |
| YUV | 163.96 | 135.93 | 143.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 150 | 178 | 0 | 0.19 | 0.04 | 0.27 | 313.33 | 0.21 | 0.66 |
| Hex | BA | 96 | B2 | 0 | 13 | 4 | 1B | 139 | 15 | 42 |
| Octal | 272 | 226 | 262 | 0 | 23 | 4 | 33 | 471 | 25 | 102 |
| Binary | 10111010 | 10010110 | 10110010 | 0 | 10011 | 100 | 11011 | 100111001 | 10101 | 1000010 |
Color Harmonies of #BA96B2
Complementary color
Monochromatic Colors of #BA96B2
Black with #BA96B2
Text Example
Text Example
White with #BA96B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA96B2; }
p { color: rgb(186,150,178); }
H1.HeaderClassName
{
color: #BA96B2;
}
.AnyTagClassName
{
color: #BA96B2;
}
</style>
background-color css
<style>
a { background-color: #BA96B2; }
a { background-color: rgb(186,150,178); }
div.DivClassName
{
background-color: #BA96B2;
}
.BgClassName
{
background-color: #BA96B2;
}
</style>
border-color css
<style>
span { border-color: #BA96B2; }
span { border-color: rgb(186,150,178); }
td.TdClassName
{
border-color: #BA96B2;
}
.TagClassName
{
border-color: #BA96B2;
}
</style>