Shades of London Hue #BA8CBC
Tints of London Hue #BA8CBC
RGB
CMYK
RGB Variations
Color information
#BA8CBC (or 0xBA8CBC) is known color: London Hue. HEX triplet: BA, 8C and BC. RGB value is (186,140,188). Sum of RGB (Red+Green+Blue) = 186+140+188=514 (68% of max value = 765). Red value is 186 (73.05% from 255 or 36.19% from 514); Green value is 140 (55.08% from 255 or 27.24% from 514); Blue value is 188 (73.83% from 255 or 36.58% from 514); Max value from RGB is 188 - color contains mainly: blue. Hex color #BA8CBC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA8CBC is #457343. Grayscale: #9F9F9F. Windows color (decimal): -4551492 or 12356794. OLE color: 12356794.
HSL color Cylindrical-coordinate representation of color #BA8CBC: hue angle of 297.5º degrees, saturation: 0.26, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BA8CBC is Cyan = 0.01, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 186 | 140 | 188 | - |
| CMYK | 0.01 | 0.26 | 0 | 0.26 |
| HSL | 297.5º | 0.26% | 0.64% | - |
| HSV(B) | 297.5º | 0.26% | 0.74% | - |
| XYZ | 38.7 | 32.83 | 51.87 | - |
| YUV | 159.23 | 144.24 | 147.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 140 | 188 | 0.01 | 0.26 | 0 | 0.26 | 297.5 | 0.26 | 0.64 |
| Hex | BA | 8C | BC | 1 | 1A | 0 | 1A | 12A | 1A | 40 |
| Octal | 272 | 214 | 274 | 1 | 32 | 0 | 32 | 452 | 32 | 100 |
| Binary | 10111010 | 10001100 | 10111100 | 1 | 11010 | 0 | 11010 | 100101010 | 11010 | 1000000 |
Color Harmonies of #BA8CBC
Complementary color
Monochromatic Colors of #BA8CBC
Black with #BA8CBC
Text Example
Text Example
White with #BA8CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8CBC; }
p { color: rgb(186,140,188); }
H1.HeaderClassName
{
color: #BA8CBC;
}
.AnyTagClassName
{
color: #BA8CBC;
}
</style>
background-color css
<style>
a { background-color: #BA8CBC; }
a { background-color: rgb(186,140,188); }
div.DivClassName
{
background-color: #BA8CBC;
}
.BgClassName
{
background-color: #BA8CBC;
}
</style>
border-color css
<style>
span { border-color: #BA8CBC; }
span { border-color: rgb(186,140,188); }
td.TdClassName
{
border-color: #BA8CBC;
}
.TagClassName
{
border-color: #BA8CBC;
}
</style>