Shades of London Hue #BA8DAF
Tints of London Hue #BA8DAF
RGB
CMYK
RGB Variations
Color information
#BA8DAF (or 0xBA8DAF) is known color: London Hue. HEX triplet: BA, 8D and AF. RGB value is (186,141,175). Sum of RGB (Red+Green+Blue) = 186+141+175=502 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.05% from 502); Green value is 141 (55.47% from 255 or 28.09% from 502); Blue value is 175 (68.75% from 255 or 34.86% from 502); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8DAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA8DAF is #457250. Grayscale: #9E9E9E. Windows color (decimal): -4551249 or 11505082. OLE color: 11505082.
HSL color Cylindrical-coordinate representation of color #BA8DAF: hue angle of 314.67º degrees, saturation: 0.25, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BA8DAF is Cyan = 0, Magento = 0.24, Yellow = 0.06 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 141 | 175 | - |
| CMYK | 0 | 0.24 | 0.06 | 0.27 |
| HSL | 314.67º | 0.25% | 0.64% | - |
| HSV(B) | 314.67º | 0.24% | 0.73% | - |
| XYZ | 37.51 | 32.58 | 44.87 | - |
| YUV | 158.33 | 137.41 | 147.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 141 | 175 | 0 | 0.24 | 0.06 | 0.27 | 314.67 | 0.25 | 0.64 |
| Hex | BA | 8D | AF | 0 | 18 | 6 | 1B | 13B | 19 | 40 |
| Octal | 272 | 215 | 257 | 0 | 30 | 6 | 33 | 473 | 31 | 100 |
| Binary | 10111010 | 10001101 | 10101111 | 0 | 11000 | 110 | 11011 | 100111011 | 11001 | 1000000 |
Color Harmonies of #BA8DAF
Complementary color
Monochromatic Colors of #BA8DAF
Black with #BA8DAF
Text Example
Text Example
White with #BA8DAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8DAF; }
p { color: rgb(186,141,175); }
H1.HeaderClassName
{
color: #BA8DAF;
}
.AnyTagClassName
{
color: #BA8DAF;
}
</style>
background-color css
<style>
a { background-color: #BA8DAF; }
a { background-color: rgb(186,141,175); }
div.DivClassName
{
background-color: #BA8DAF;
}
.BgClassName
{
background-color: #BA8DAF;
}
</style>
border-color css
<style>
span { border-color: #BA8DAF; }
span { border-color: rgb(186,141,175); }
td.TdClassName
{
border-color: #BA8DAF;
}
.TagClassName
{
border-color: #BA8DAF;
}
</style>