Shades of London Hue #BA8AB2
Tints of London Hue #BA8AB2
RGB
CMYK
RGB Variations
Color information
#BA8AB2 (or 0xBA8AB2) is known color: London Hue. HEX triplet: BA, 8A and B2. RGB value is (186,138,178). Sum of RGB (Red+Green+Blue) = 186+138+178=502 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.05% from 502); Green value is 138 (54.30% from 255 or 27.49% from 502); Blue value is 178 (69.92% from 255 or 35.46% from 502); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8AB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA8AB2 is #45754D. Grayscale: #9C9C9C. Windows color (decimal): -4552014 or 11700922. OLE color: 11700922.
HSL color Cylindrical-coordinate representation of color #BA8AB2: hue angle of 310º 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 #BA8AB2 is Cyan = 0, Magento = 0.26, Yellow = 0.04 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 138 | 178 | - |
| CMYK | 0 | 0.26 | 0.04 | 0.27 |
| HSL | 310º | 0.26% | 0.64% | - |
| HSV(B) | 310º | 0.26% | 0.73% | - |
| XYZ | 37.37 | 31.83 | 46.29 | - |
| YUV | 156.91 | 139.9 | 148.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 138 | 178 | 0 | 0.26 | 0.04 | 0.27 | 310 | 0.26 | 0.64 |
| Hex | BA | 8A | B2 | 0 | 1A | 4 | 1B | 136 | 1A | 40 |
| Octal | 272 | 212 | 262 | 0 | 32 | 4 | 33 | 466 | 32 | 100 |
| Binary | 10111010 | 10001010 | 10110010 | 0 | 11010 | 100 | 11011 | 100110110 | 11010 | 1000000 |
Color Harmonies of #BA8AB2
Complementary color
Monochromatic Colors of #BA8AB2
Black with #BA8AB2
Text Example
Text Example
White with #BA8AB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8AB2; }
p { color: rgb(186,138,178); }
H1.HeaderClassName
{
color: #BA8AB2;
}
.AnyTagClassName
{
color: #BA8AB2;
}
</style>
background-color css
<style>
a { background-color: #BA8AB2; }
a { background-color: rgb(186,138,178); }
div.DivClassName
{
background-color: #BA8AB2;
}
.BgClassName
{
background-color: #BA8AB2;
}
</style>
border-color css
<style>
span { border-color: #BA8AB2; }
span { border-color: rgb(186,138,178); }
td.TdClassName
{
border-color: #BA8AB2;
}
.TagClassName
{
border-color: #BA8AB2;
}
</style>