Shades of London Hue #BA87AF
Tints of London Hue #BA87AF
RGB
CMYK
RGB Variations
Color information
#BA87AF (or 0xBA87AF) is known color: London Hue. HEX triplet: BA, 87 and AF. RGB value is (186,135,175). Sum of RGB (Red+Green+Blue) = 186+135+175=496 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.5% from 496); Green value is 135 (53.12% from 255 or 27.22% from 496); Blue value is 175 (68.75% from 255 or 35.28% from 496); Max value from RGB is 186 - color contains mainly: red. Hex color #BA87AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA87AF is #457850. Grayscale: #9A9A9A. Windows color (decimal): -4552785 or 11503546. OLE color: 11503546.
HSL color Cylindrical-coordinate representation of color #BA87AF: hue angle of 312.94º 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 #BA87AF is Cyan = 0, Magento = 0.27, Yellow = 0.06 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 135 | 175 | - |
| CMYK | 0 | 0.27 | 0.06 | 0.27 |
| HSL | 312.94º | 0.27% | 0.63% | - |
| HSV(B) | 312.94º | 0.27% | 0.73% | - |
| XYZ | 36.65 | 30.86 | 44.58 | - |
| YUV | 154.81 | 139.4 | 150.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 135 | 175 | 0 | 0.27 | 0.06 | 0.27 | 312.94 | 0.27 | 0.63 |
| Hex | BA | 87 | AF | 0 | 1B | 6 | 1B | 139 | 1B | 3F |
| Octal | 272 | 207 | 257 | 0 | 33 | 6 | 33 | 471 | 33 | 77 |
| Binary | 10111010 | 10000111 | 10101111 | 0 | 11011 | 110 | 11011 | 100111001 | 11011 | 111111 |
Color Harmonies of #BA87AF
Complementary color
Monochromatic Colors of #BA87AF
Black with #BA87AF
Text Example
Text Example
White with #BA87AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA87AF; }
p { color: rgb(186,135,175); }
H1.HeaderClassName
{
color: #BA87AF;
}
.AnyTagClassName
{
color: #BA87AF;
}
</style>
background-color css
<style>
a { background-color: #BA87AF; }
a { background-color: rgb(186,135,175); }
div.DivClassName
{
background-color: #BA87AF;
}
.BgClassName
{
background-color: #BA87AF;
}
</style>
border-color css
<style>
span { border-color: #BA87AF; }
span { border-color: rgb(186,135,175); }
td.TdClassName
{
border-color: #BA87AF;
}
.TagClassName
{
border-color: #BA87AF;
}
</style>