Shades of London Hue #BA8CAF
Tints of London Hue #BA8CAF
RGB
CMYK
RGB Variations
Color information
#BA8CAF (or 0xBA8CAF) is known color: London Hue. HEX triplet: BA, 8C and AF. RGB value is (186,140,175). Sum of RGB (Red+Green+Blue) = 186+140+175=501 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.13% from 501); Green value is 140 (55.08% from 255 or 27.94% from 501); Blue value is 175 (68.75% from 255 or 34.93% from 501); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8CAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA8CAF is #457350. Grayscale: #9D9D9D. Windows color (decimal): -4551505 or 11504826. OLE color: 11504826.
HSL color Cylindrical-coordinate representation of color #BA8CAF: hue angle of 314.35º 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 #BA8CAF is Cyan = 0, Magento = 0.25, Yellow = 0.06 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 140 | 175 | - |
| CMYK | 0 | 0.25 | 0.06 | 0.27 |
| HSL | 314.35º | 0.25% | 0.64% | - |
| HSV(B) | 314.35º | 0.25% | 0.73% | - |
| XYZ | 37.37 | 32.29 | 44.82 | - |
| YUV | 157.74 | 137.74 | 148.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 140 | 175 | 0 | 0.25 | 0.06 | 0.27 | 314.35 | 0.25 | 0.64 |
| Hex | BA | 8C | AF | 0 | 19 | 6 | 1B | 13A | 19 | 40 |
| Octal | 272 | 214 | 257 | 0 | 31 | 6 | 33 | 472 | 31 | 100 |
| Binary | 10111010 | 10001100 | 10101111 | 0 | 11001 | 110 | 11011 | 100111010 | 11001 | 1000000 |
Color Harmonies of #BA8CAF
Complementary color
Monochromatic Colors of #BA8CAF
Black with #BA8CAF
Text Example
Text Example
White with #BA8CAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8CAF; }
p { color: rgb(186,140,175); }
H1.HeaderClassName
{
color: #BA8CAF;
}
.AnyTagClassName
{
color: #BA8CAF;
}
</style>
background-color css
<style>
a { background-color: #BA8CAF; }
a { background-color: rgb(186,140,175); }
div.DivClassName
{
background-color: #BA8CAF;
}
.BgClassName
{
background-color: #BA8CAF;
}
</style>
border-color css
<style>
span { border-color: #BA8CAF; }
span { border-color: rgb(186,140,175); }
td.TdClassName
{
border-color: #BA8CAF;
}
.TagClassName
{
border-color: #BA8CAF;
}
</style>