Shades of London Hue #BA8EBA
Tints of London Hue #BA8EBA
RGB
CMYK
RGB Variations
Color information
#BA8EBA (or 0xBA8EBA) is known color: London Hue. HEX triplet: BA, 8E and BA. RGB value is (186,142,186). Sum of RGB (Red+Green+Blue) = 186+142+186=514 (68% of max value = 765). Red value is 186 (73.05% from 255 or 36.19% from 514); Green value is 142 (55.86% from 255 or 27.63% from 514); Blue value is 186 (73.05% from 255 or 36.19% from 514); Max value from RGB is 186 - color contains mainly: red, blue. Hex color #BA8EBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA8EBA is #457145. Grayscale: #A0A0A0. Windows color (decimal): -4550982 or 12226234. OLE color: 12226234.
HSL color Cylindrical-coordinate representation of color #BA8EBA: hue angle of 300º 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 #BA8EBA is Cyan = 0, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 142 | 186 | - |
| CMYK | 0 | 0.24 | 0 | 0.27 |
| HSL | 300º | 0.24% | 0.64% | - |
| HSV(B) | 300º | 0.24% | 0.73% | - |
| XYZ | 38.79 | 33.33 | 50.84 | - |
| YUV | 160.17 | 142.58 | 146.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 142 | 186 | 0 | 0.24 | 0 | 0.27 | 300 | 0.24 | 0.64 |
| Hex | BA | 8E | BA | 0 | 18 | 0 | 1B | 12C | 18 | 40 |
| Octal | 272 | 216 | 272 | 0 | 30 | 0 | 33 | 454 | 30 | 100 |
| Binary | 10111010 | 10001110 | 10111010 | 0 | 11000 | 0 | 11011 | 100101100 | 11000 | 1000000 |
Color Harmonies of #BA8EBA
Complementary color
Monochromatic Colors of #BA8EBA
Black with #BA8EBA
Text Example
Text Example
White with #BA8EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8EBA; }
p { color: rgb(186,142,186); }
H1.HeaderClassName
{
color: #BA8EBA;
}
.AnyTagClassName
{
color: #BA8EBA;
}
</style>
background-color css
<style>
a { background-color: #BA8EBA; }
a { background-color: rgb(186,142,186); }
div.DivClassName
{
background-color: #BA8EBA;
}
.BgClassName
{
background-color: #BA8EBA;
}
</style>
border-color css
<style>
span { border-color: #BA8EBA; }
span { border-color: rgb(186,142,186); }
td.TdClassName
{
border-color: #BA8EBA;
}
.TagClassName
{
border-color: #BA8EBA;
}
</style>