Shades of London Hue #BA8AB0
Tints of London Hue #BA8AB0
RGB
CMYK
RGB Variations
Color information
#BA8AB0 (or 0xBA8AB0) is known color: London Hue. HEX triplet: BA, 8A and B0. RGB value is (186,138,176). Sum of RGB (Red+Green+Blue) = 186+138+176=500 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.2% from 500); Green value is 138 (54.30% from 255 or 27.6% from 500); Blue value is 176 (69.14% from 255 or 35.2% from 500); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8AB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA8AB0 is #45754F. Grayscale: #9C9C9C. Windows color (decimal): -4552016 or 11569850. OLE color: 11569850.
HSL color Cylindrical-coordinate representation of color #BA8AB0: hue angle of 312.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 #BA8AB0 is Cyan = 0, Magento = 0.26, Yellow = 0.05 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 138 | 176 | - |
| CMYK | 0 | 0.26 | 0.05 | 0.27 |
| HSL | 312.5º | 0.26% | 0.64% | - |
| HSV(B) | 312.5º | 0.26% | 0.73% | - |
| XYZ | 37.17 | 31.75 | 45.24 | - |
| YUV | 156.68 | 138.9 | 148.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 138 | 176 | 0 | 0.26 | 0.05 | 0.27 | 312.5 | 0.26 | 0.64 |
| Hex | BA | 8A | B0 | 0 | 1A | 5 | 1B | 138 | 1A | 40 |
| Octal | 272 | 212 | 260 | 0 | 32 | 5 | 33 | 470 | 32 | 100 |
| Binary | 10111010 | 10001010 | 10110000 | 0 | 11010 | 101 | 11011 | 100111000 | 11010 | 1000000 |
Color Harmonies of #BA8AB0
Complementary color
Monochromatic Colors of #BA8AB0
Black with #BA8AB0
Text Example
Text Example
White with #BA8AB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8AB0; }
p { color: rgb(186,138,176); }
H1.HeaderClassName
{
color: #BA8AB0;
}
.AnyTagClassName
{
color: #BA8AB0;
}
</style>
background-color css
<style>
a { background-color: #BA8AB0; }
a { background-color: rgb(186,138,176); }
div.DivClassName
{
background-color: #BA8AB0;
}
.BgClassName
{
background-color: #BA8AB0;
}
</style>
border-color css
<style>
span { border-color: #BA8AB0; }
span { border-color: rgb(186,138,176); }
td.TdClassName
{
border-color: #BA8AB0;
}
.TagClassName
{
border-color: #BA8AB0;
}
</style>