Shades of London Hue #BA8AB4
Tints of London Hue #BA8AB4
RGB
CMYK
RGB Variations
Color information
#BA8AB4 (or 0xBA8AB4) is known color: London Hue. HEX triplet: BA, 8A and B4. RGB value is (186,138,180). Sum of RGB (Red+Green+Blue) = 186+138+180=504 (66% of max value = 765). Red value is 186 (73.05% from 255 or 36.90% from 504); Green value is 138 (54.30% from 255 or 27.38% from 504); Blue value is 180 (70.70% from 255 or 35.71% from 504); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8AB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA8AB4 is #45754B. Grayscale: #9D9D9D. Windows color (decimal): -4552012 or 11831994. OLE color: 11831994.
HSL color Cylindrical-coordinate representation of color #BA8AB4: hue angle of 307.5º 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 #BA8AB4 is Cyan = 0, Magento = 0.26, Yellow = 0.03 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 138 | 180 | - |
| CMYK | 0 | 0.26 | 0.03 | 0.27 |
| HSL | 307.5º | 0.26% | 0.64% | - |
| HSV(B) | 307.5º | 0.26% | 0.73% | - |
| XYZ | 37.58 | 31.91 | 47.36 | - |
| YUV | 157.14 | 140.9 | 148.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 138 | 180 | 0 | 0.26 | 0.03 | 0.27 | 307.5 | 0.26 | 0.64 |
| Hex | BA | 8A | B4 | 0 | 1A | 3 | 1B | 134 | 1A | 40 |
| Octal | 272 | 212 | 264 | 0 | 32 | 3 | 33 | 464 | 32 | 100 |
| Binary | 10111010 | 10001010 | 10110100 | 0 | 11010 | 11 | 11011 | 100110100 | 11010 | 1000000 |
Color Harmonies of #BA8AB4
Complementary color
Monochromatic Colors of #BA8AB4
Black with #BA8AB4
Text Example
Text Example
White with #BA8AB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8AB4; }
p { color: rgb(186,138,180); }
H1.HeaderClassName
{
color: #BA8AB4;
}
.AnyTagClassName
{
color: #BA8AB4;
}
</style>
background-color css
<style>
a { background-color: #BA8AB4; }
a { background-color: rgb(186,138,180); }
div.DivClassName
{
background-color: #BA8AB4;
}
.BgClassName
{
background-color: #BA8AB4;
}
</style>
border-color css
<style>
span { border-color: #BA8AB4; }
span { border-color: rgb(186,138,180); }
td.TdClassName
{
border-color: #BA8AB4;
}
.TagClassName
{
border-color: #BA8AB4;
}
</style>