Shades of London Hue #BA89AA
Tints of London Hue #BA89AA
RGB
CMYK
RGB Variations
Color information
#BA89AA (or 0xBA89AA) is known color: London Hue. HEX triplet: BA, 89 and AA. RGB value is (186,137,170). Sum of RGB (Red+Green+Blue) = 186+137+170=493 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.73% from 493); Green value is 137 (53.91% from 255 or 27.79% from 493); Blue value is 170 (66.80% from 255 or 34.48% from 493); Max value from RGB is 186 - color contains mainly: red. Hex color #BA89AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA89AA is #457655. Grayscale: #9B9B9B. Windows color (decimal): -4552278 or 11176378. OLE color: 11176378.
HSL color Cylindrical-coordinate representation of color #BA89AA: hue angle of 319.59º degrees, saturation: 0.26, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BA89AA is Cyan = 0, Magento = 0.26, Yellow = 0.09 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 137 | 170 | - |
| CMYK | 0 | 0.26 | 0.09 | 0.27 |
| HSL | 319.59º | 0.26% | 0.63% | - |
| HSV(B) | 319.59º | 0.26% | 0.73% | - |
| XYZ | 36.45 | 31.23 | 42.14 | - |
| YUV | 155.41 | 136.23 | 149.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 137 | 170 | 0 | 0.26 | 0.09 | 0.27 | 319.59 | 0.26 | 0.63 |
| Hex | BA | 89 | AA | 0 | 1A | 9 | 1B | 140 | 1A | 3F |
| Octal | 272 | 211 | 252 | 0 | 32 | 11 | 33 | 500 | 32 | 77 |
| Binary | 10111010 | 10001001 | 10101010 | 0 | 11010 | 1001 | 11011 | 101000000 | 11010 | 111111 |
Color Harmonies of #BA89AA
Complementary color
Monochromatic Colors of #BA89AA
Black with #BA89AA
Text Example
Text Example
White with #BA89AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA89AA; }
p { color: rgb(186,137,170); }
H1.HeaderClassName
{
color: #BA89AA;
}
.AnyTagClassName
{
color: #BA89AA;
}
</style>
background-color css
<style>
a { background-color: #BA89AA; }
a { background-color: rgb(186,137,170); }
div.DivClassName
{
background-color: #BA89AA;
}
.BgClassName
{
background-color: #BA89AA;
}
</style>
border-color css
<style>
span { border-color: #BA89AA; }
span { border-color: rgb(186,137,170); }
td.TdClassName
{
border-color: #BA89AA;
}
.TagClassName
{
border-color: #BA89AA;
}
</style>