Shades of London Hue #BA96B6
Tints of London Hue #BA96B6
RGB
CMYK
RGB Variations
Color information
#BA96B6 (or 0xBA96B6) is known color: London Hue. HEX triplet: BA, 96 and B6. RGB value is (186,150,182). Sum of RGB (Red+Green+Blue) = 186+150+182=518 (68% of max value = 765). Red value is 186 (73.05% from 255 or 35.91% from 518); Green value is 150 (58.98% from 255 or 28.96% from 518); Blue value is 182 (71.48% from 255 or 35.14% from 518); Max value from RGB is 186 - color contains mainly: red. Hex color #BA96B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA96B6 is #456949. Grayscale: #A4A4A4. Windows color (decimal): -4548938 or 11966138. OLE color: 11966138.
HSL color Cylindrical-coordinate representation of color #BA96B6: hue angle of 306.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 #BA96B6 is Cyan = 0, Magento = 0.19, Yellow = 0.02 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 150 | 182 | - |
| CMYK | 0 | 0.19 | 0.02 | 0.27 |
| HSL | 306.67º | 0.21% | 0.66% | - |
| HSV(B) | 306.67º | 0.19% | 0.73% | - |
| XYZ | 39.6 | 35.63 | 49.05 | - |
| YUV | 164.41 | 137.93 | 143.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 150 | 182 | 0 | 0.19 | 0.02 | 0.27 | 306.67 | 0.21 | 0.66 |
| Hex | BA | 96 | B6 | 0 | 13 | 2 | 1B | 133 | 15 | 42 |
| Octal | 272 | 226 | 266 | 0 | 23 | 2 | 33 | 463 | 25 | 102 |
| Binary | 10111010 | 10010110 | 10110110 | 0 | 10011 | 10 | 11011 | 100110011 | 10101 | 1000010 |
Color Harmonies of #BA96B6
Complementary color
Monochromatic Colors of #BA96B6
Black with #BA96B6
Text Example
Text Example
White with #BA96B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA96B6; }
p { color: rgb(186,150,182); }
H1.HeaderClassName
{
color: #BA96B6;
}
.AnyTagClassName
{
color: #BA96B6;
}
</style>
background-color css
<style>
a { background-color: #BA96B6; }
a { background-color: rgb(186,150,182); }
div.DivClassName
{
background-color: #BA96B6;
}
.BgClassName
{
background-color: #BA96B6;
}
</style>
border-color css
<style>
span { border-color: #BA96B6; }
span { border-color: rgb(186,150,182); }
td.TdClassName
{
border-color: #BA96B6;
}
.TagClassName
{
border-color: #BA96B6;
}
</style>