Shades of London Hue #BA8ABB
Tints of London Hue #BA8ABB
RGB
CMYK
RGB Variations
Color information
#BA8ABB (or 0xBA8ABB) is known color: London Hue. HEX triplet: BA, 8A and BB. RGB value is (186,138,187). Sum of RGB (Red+Green+Blue) = 186+138+187=511 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.40% from 511); Green value is 138 (54.30% from 255 or 27.01% from 511); Blue value is 187 (73.44% from 255 or 36.59% from 511); Max value from RGB is 187 - color contains mainly: blue. Hex color #BA8ABB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA8ABB is #457544. Grayscale: #9D9D9D. Windows color (decimal): -4552005 or 12290746. OLE color: 12290746.
HSL color Cylindrical-coordinate representation of color #BA8ABB: hue angle of 298.78º degrees, saturation: 0.26, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BA8ABB is Cyan = 0.01, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 138 | 187 | - |
| CMYK | 0.01 | 0.26 | 0 | 0.27 |
| HSL | 298.78º | 0.26% | 0.64% | - |
| HSV(B) | 298.78º | 0.26% | 0.73% | - |
| XYZ | 38.31 | 32.2 | 51.21 | - |
| YUV | 157.94 | 144.4 | 148.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 138 | 187 | 0.01 | 0.26 | 0 | 0.27 | 298.78 | 0.26 | 0.64 |
| Hex | BA | 8A | BB | 1 | 1A | 0 | 1B | 12B | 1A | 40 |
| Octal | 272 | 212 | 273 | 1 | 32 | 0 | 33 | 453 | 32 | 100 |
| Binary | 10111010 | 10001010 | 10111011 | 1 | 11010 | 0 | 11011 | 100101011 | 11010 | 1000000 |
Color Harmonies of #BA8ABB
Complementary color
Monochromatic Colors of #BA8ABB
Black with #BA8ABB
Text Example
Text Example
White with #BA8ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8ABB; }
p { color: rgb(186,138,187); }
H1.HeaderClassName
{
color: #BA8ABB;
}
.AnyTagClassName
{
color: #BA8ABB;
}
</style>
background-color css
<style>
a { background-color: #BA8ABB; }
a { background-color: rgb(186,138,187); }
div.DivClassName
{
background-color: #BA8ABB;
}
.BgClassName
{
background-color: #BA8ABB;
}
</style>
border-color css
<style>
span { border-color: #BA8ABB; }
span { border-color: rgb(186,138,187); }
td.TdClassName
{
border-color: #BA8ABB;
}
.TagClassName
{
border-color: #BA8ABB;
}
</style>