Shades of London Hue #BA96B3
Tints of London Hue #BA96B3
RGB
CMYK
RGB Variations
Color information
#BA96B3 (or 0xBA96B3) is known color: London Hue. HEX triplet: BA, 96 and B3. RGB value is (186,150,179). Sum of RGB (Red+Green+Blue) = 186+150+179=515 (68% of max value = 765). Red value is 186 (73.05% from 255 or 36.12% from 515); Green value is 150 (58.98% from 255 or 29.13% from 515); Blue value is 179 (70.31% from 255 or 34.76% from 515); Max value from RGB is 186 - color contains mainly: red. Hex color #BA96B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA96B3 is #45694C. Grayscale: #A3A3A3. Windows color (decimal): -4548941 or 11769530. OLE color: 11769530.
HSL color Cylindrical-coordinate representation of color #BA96B3: hue angle of 311.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 #BA96B3 is Cyan = 0, Magento = 0.19, Yellow = 0.04 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 150 | 179 | - |
| CMYK | 0 | 0.19 | 0.04 | 0.27 |
| HSL | 311.67º | 0.21% | 0.66% | - |
| HSV(B) | 311.67º | 0.19% | 0.73% | - |
| XYZ | 39.29 | 35.51 | 47.43 | - |
| YUV | 164.07 | 136.43 | 143.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 150 | 179 | 0 | 0.19 | 0.04 | 0.27 | 311.67 | 0.21 | 0.66 |
| Hex | BA | 96 | B3 | 0 | 13 | 4 | 1B | 138 | 15 | 42 |
| Octal | 272 | 226 | 263 | 0 | 23 | 4 | 33 | 470 | 25 | 102 |
| Binary | 10111010 | 10010110 | 10110011 | 0 | 10011 | 100 | 11011 | 100111000 | 10101 | 1000010 |
Color Harmonies of #BA96B3
Complementary color
Monochromatic Colors of #BA96B3
Black with #BA96B3
Text Example
Text Example
White with #BA96B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA96B3; }
p { color: rgb(186,150,179); }
H1.HeaderClassName
{
color: #BA96B3;
}
.AnyTagClassName
{
color: #BA96B3;
}
</style>
background-color css
<style>
a { background-color: #BA96B3; }
a { background-color: rgb(186,150,179); }
div.DivClassName
{
background-color: #BA96B3;
}
.BgClassName
{
background-color: #BA96B3;
}
</style>
border-color css
<style>
span { border-color: #BA96B3; }
span { border-color: rgb(186,150,179); }
td.TdClassName
{
border-color: #BA96B3;
}
.TagClassName
{
border-color: #BA96B3;
}
</style>