Shades of London Hue #BA8ABC
Tints of London Hue #BA8ABC
RGB
CMYK
RGB Variations
Color information
#BA8ABC (or 0xBA8ABC) is known color: London Hue. HEX triplet: BA, 8A and BC. RGB value is (186,138,188). Sum of RGB (Red+Green+Blue) = 186+138+188=512 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.33% from 512); Green value is 138 (54.30% from 255 or 26.95% from 512); Blue value is 188 (73.83% from 255 or 36.72% from 512); Max value from RGB is 188 - color contains mainly: blue. Hex color #BA8ABC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA8ABC is #457543. Grayscale: #9D9D9D. Windows color (decimal): -4552004 or 12356282. OLE color: 12356282.
HSL color Cylindrical-coordinate representation of color #BA8ABC: hue angle of 297.6º degrees, saturation: 0.27, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BA8ABC is Cyan = 0.01, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 186 | 138 | 188 | - |
| CMYK | 0.01 | 0.27 | 0 | 0.26 |
| HSL | 297.6º | 0.27% | 0.64% | - |
| HSV(B) | 297.6º | 0.27% | 0.74% | - |
| XYZ | 38.42 | 32.25 | 51.78 | - |
| YUV | 158.05 | 144.9 | 147.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 138 | 188 | 0.01 | 0.27 | 0 | 0.26 | 297.6 | 0.27 | 0.64 |
| Hex | BA | 8A | BC | 1 | 1B | 0 | 1A | 12A | 1B | 40 |
| Octal | 272 | 212 | 274 | 1 | 33 | 0 | 32 | 452 | 33 | 100 |
| Binary | 10111010 | 10001010 | 10111100 | 1 | 11011 | 0 | 11010 | 100101010 | 11011 | 1000000 |
Color Harmonies of #BA8ABC
Complementary color
Monochromatic Colors of #BA8ABC
Black with #BA8ABC
Text Example
Text Example
White with #BA8ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8ABC; }
p { color: rgb(186,138,188); }
H1.HeaderClassName
{
color: #BA8ABC;
}
.AnyTagClassName
{
color: #BA8ABC;
}
</style>
background-color css
<style>
a { background-color: #BA8ABC; }
a { background-color: rgb(186,138,188); }
div.DivClassName
{
background-color: #BA8ABC;
}
.BgClassName
{
background-color: #BA8ABC;
}
</style>
border-color css
<style>
span { border-color: #BA8ABC; }
span { border-color: rgb(186,138,188); }
td.TdClassName
{
border-color: #BA8ABC;
}
.TagClassName
{
border-color: #BA8ABC;
}
</style>