Shades of London Hue #BA87AA
Tints of London Hue #BA87AA
RGB
CMYK
RGB Variations
Color information
#BA87AA (or 0xBA87AA) is known color: London Hue. HEX triplet: BA, 87 and AA. RGB value is (186,135,170). Sum of RGB (Red+Green+Blue) = 186+135+170=491 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.88% from 491); Green value is 135 (53.12% from 255 or 27.49% from 491); Blue value is 170 (66.80% from 255 or 34.62% from 491); Max value from RGB is 186 - color contains mainly: red. Hex color #BA87AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA87AA is #457855. Grayscale: #9A9A9A. Windows color (decimal): -4552790 or 11175866. OLE color: 11175866.
HSL color Cylindrical-coordinate representation of color #BA87AA: hue angle of 318.82º degrees, saturation: 0.27, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BA87AA is Cyan = 0, Magento = 0.27, Yellow = 0.09 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 135 | 170 | - |
| CMYK | 0 | 0.27 | 0.09 | 0.27 |
| HSL | 318.82º | 0.27% | 0.63% | - |
| HSV(B) | 318.82º | 0.27% | 0.73% | - |
| XYZ | 36.17 | 30.67 | 42.04 | - |
| YUV | 154.24 | 136.9 | 150.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 135 | 170 | 0 | 0.27 | 0.09 | 0.27 | 318.82 | 0.27 | 0.63 |
| Hex | BA | 87 | AA | 0 | 1B | 9 | 1B | 13F | 1B | 3F |
| Octal | 272 | 207 | 252 | 0 | 33 | 11 | 33 | 477 | 33 | 77 |
| Binary | 10111010 | 10000111 | 10101010 | 0 | 11011 | 1001 | 11011 | 100111111 | 11011 | 111111 |
Color Harmonies of #BA87AA
Complementary color
Monochromatic Colors of #BA87AA
Black with #BA87AA
Text Example
Text Example
White with #BA87AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA87AA; }
p { color: rgb(186,135,170); }
H1.HeaderClassName
{
color: #BA87AA;
}
.AnyTagClassName
{
color: #BA87AA;
}
</style>
background-color css
<style>
a { background-color: #BA87AA; }
a { background-color: rgb(186,135,170); }
div.DivClassName
{
background-color: #BA87AA;
}
.BgClassName
{
background-color: #BA87AA;
}
</style>
border-color css
<style>
span { border-color: #BA87AA; }
span { border-color: rgb(186,135,170); }
td.TdClassName
{
border-color: #BA87AA;
}
.TagClassName
{
border-color: #BA87AA;
}
</style>