Shades of London Hue #BA96B5
Tints of London Hue #BA96B5
RGB
CMYK
RGB Variations
Color information
#BA96B5 (or 0xBA96B5) is known color: London Hue. HEX triplet: BA, 96 and B5. RGB value is (186,150,181). Sum of RGB (Red+Green+Blue) = 186+150+181=517 (68% of max value = 765). Red value is 186 (73.05% from 255 or 35.98% from 517); Green value is 150 (58.98% from 255 or 29.01% from 517); Blue value is 181 (71.09% from 255 or 35.01% from 517); Max value from RGB is 186 - color contains mainly: red. Hex color #BA96B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA96B5 is #45694A. Grayscale: #A4A4A4. Windows color (decimal): -4548939 or 11900602. OLE color: 11900602.
HSL color Cylindrical-coordinate representation of color #BA96B5: hue angle of 308.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 #BA96B5 is Cyan = 0, Magento = 0.19, Yellow = 0.03 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 150 | 181 | - |
| CMYK | 0 | 0.19 | 0.03 | 0.27 |
| HSL | 308.33º | 0.21% | 0.66% | - |
| HSV(B) | 308.33º | 0.19% | 0.73% | - |
| XYZ | 39.5 | 35.59 | 48.5 | - |
| YUV | 164.3 | 137.43 | 143.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 150 | 181 | 0 | 0.19 | 0.03 | 0.27 | 308.33 | 0.21 | 0.66 |
| Hex | BA | 96 | B5 | 0 | 13 | 3 | 1B | 134 | 15 | 42 |
| Octal | 272 | 226 | 265 | 0 | 23 | 3 | 33 | 464 | 25 | 102 |
| Binary | 10111010 | 10010110 | 10110101 | 0 | 10011 | 11 | 11011 | 100110100 | 10101 | 1000010 |
Color Harmonies of #BA96B5
Complementary color
Monochromatic Colors of #BA96B5
Black with #BA96B5
Text Example
Text Example
White with #BA96B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA96B5; }
p { color: rgb(186,150,181); }
H1.HeaderClassName
{
color: #BA96B5;
}
.AnyTagClassName
{
color: #BA96B5;
}
</style>
background-color css
<style>
a { background-color: #BA96B5; }
a { background-color: rgb(186,150,181); }
div.DivClassName
{
background-color: #BA96B5;
}
.BgClassName
{
background-color: #BA96B5;
}
</style>
border-color css
<style>
span { border-color: #BA96B5; }
span { border-color: rgb(186,150,181); }
td.TdClassName
{
border-color: #BA96B5;
}
.TagClassName
{
border-color: #BA96B5;
}
</style>