Shades of London Hue #BA8CB0
Tints of London Hue #BA8CB0
RGB
CMYK
RGB Variations
Color information
#BA8CB0 (or 0xBA8CB0) is known color: London Hue. HEX triplet: BA, 8C and B0. RGB value is (186,140,176). Sum of RGB (Red+Green+Blue) = 186+140+176=502 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.05% from 502); Green value is 140 (55.08% from 255 or 27.89% from 502); Blue value is 176 (69.14% from 255 or 35.06% from 502); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8CB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA8CB0 is #45734F. Grayscale: #9D9D9D. Windows color (decimal): -4551504 or 11570362. OLE color: 11570362.
HSL color Cylindrical-coordinate representation of color #BA8CB0: hue angle of 313.04º degrees, saturation: 0.25, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BA8CB0 is Cyan = 0, Magento = 0.25, Yellow = 0.05 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 140 | 176 | - |
| CMYK | 0 | 0.25 | 0.05 | 0.27 |
| HSL | 313.04º | 0.25% | 0.64% | - |
| HSV(B) | 313.04º | 0.25% | 0.73% | - |
| XYZ | 37.46 | 32.33 | 45.34 | - |
| YUV | 157.86 | 138.24 | 148.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 140 | 176 | 0 | 0.25 | 0.05 | 0.27 | 313.04 | 0.25 | 0.64 |
| Hex | BA | 8C | B0 | 0 | 19 | 5 | 1B | 139 | 19 | 40 |
| Octal | 272 | 214 | 260 | 0 | 31 | 5 | 33 | 471 | 31 | 100 |
| Binary | 10111010 | 10001100 | 10110000 | 0 | 11001 | 101 | 11011 | 100111001 | 11001 | 1000000 |
Color Harmonies of #BA8CB0
Complementary color
Monochromatic Colors of #BA8CB0
Black with #BA8CB0
Text Example
Text Example
White with #BA8CB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8CB0; }
p { color: rgb(186,140,176); }
H1.HeaderClassName
{
color: #BA8CB0;
}
.AnyTagClassName
{
color: #BA8CB0;
}
</style>
background-color css
<style>
a { background-color: #BA8CB0; }
a { background-color: rgb(186,140,176); }
div.DivClassName
{
background-color: #BA8CB0;
}
.BgClassName
{
background-color: #BA8CB0;
}
</style>
border-color css
<style>
span { border-color: #BA8CB0; }
span { border-color: rgb(186,140,176); }
td.TdClassName
{
border-color: #BA8CB0;
}
.TagClassName
{
border-color: #BA8CB0;
}
</style>