Shades of London Hue #BA8EAE
Tints of London Hue #BA8EAE
RGB
CMYK
RGB Variations
Color information
#BA8EAE (or 0xBA8EAE) is known color: London Hue. HEX triplet: BA, 8E and AE. RGB value is (186,142,174). Sum of RGB (Red+Green+Blue) = 186+142+174=502 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.05% from 502); Green value is 142 (55.86% from 255 or 28.29% from 502); Blue value is 174 (68.36% from 255 or 34.66% from 502); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8EAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA8EAE is #457151. Grayscale: #9E9E9E. Windows color (decimal): -4550994 or 11439802. OLE color: 11439802.
HSL color Cylindrical-coordinate representation of color #BA8EAE: hue angle of 316.36º degrees, saturation: 0.24, 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 #BA8EAE is Cyan = 0, Magento = 0.24, Yellow = 0.06 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 142 | 174 | - |
| CMYK | 0 | 0.24 | 0.06 | 0.27 |
| HSL | 316.36º | 0.24% | 0.64% | - |
| HSV(B) | 316.36º | 0.24% | 0.73% | - |
| XYZ | 37.56 | 32.84 | 44.4 | - |
| YUV | 158.8 | 136.58 | 147.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 142 | 174 | 0 | 0.24 | 0.06 | 0.27 | 316.36 | 0.24 | 0.64 |
| Hex | BA | 8E | AE | 0 | 18 | 6 | 1B | 13C | 18 | 40 |
| Octal | 272 | 216 | 256 | 0 | 30 | 6 | 33 | 474 | 30 | 100 |
| Binary | 10111010 | 10001110 | 10101110 | 0 | 11000 | 110 | 11011 | 100111100 | 11000 | 1000000 |
Color Harmonies of #BA8EAE
Complementary color
Monochromatic Colors of #BA8EAE
Black with #BA8EAE
Text Example
Text Example
White with #BA8EAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8EAE; }
p { color: rgb(186,142,174); }
H1.HeaderClassName
{
color: #BA8EAE;
}
.AnyTagClassName
{
color: #BA8EAE;
}
</style>
background-color css
<style>
a { background-color: #BA8EAE; }
a { background-color: rgb(186,142,174); }
div.DivClassName
{
background-color: #BA8EAE;
}
.BgClassName
{
background-color: #BA8EAE;
}
</style>
border-color css
<style>
span { border-color: #BA8EAE; }
span { border-color: rgb(186,142,174); }
td.TdClassName
{
border-color: #BA8EAE;
}
.TagClassName
{
border-color: #BA8EAE;
}
</style>