Shades of London Hue #BA7CBC
Tints of London Hue #BA7CBC
RGB
CMYK
RGB Variations
Color information
#BA7CBC (or 0xBA7CBC) is known color: London Hue. HEX triplet: BA, 7C and BC. RGB value is (186,124,188). Sum of RGB (Red+Green+Blue) = 186+124+188=498 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.35% from 498); Green value is 124 (48.83% from 255 or 24.90% from 498); Blue value is 188 (73.83% from 255 or 37.75% from 498); Max value from RGB is 188 - color contains mainly: blue. Hex color #BA7CBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA7CBC is #458343. Grayscale: #959595. Windows color (decimal): -4555588 or 12352698. OLE color: 12352698.
HSL color Cylindrical-coordinate representation of color #BA7CBC: hue angle of 298.12º degrees, saturation: 0.32, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BA7CBC is Cyan = 0.01, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 186 | 124 | 188 | - |
| CMYK | 0.01 | 0.34 | 0 | 0.26 |
| HSL | 298.13º | 0.32% | 0.61% | - |
| HSV(B) | 298.13º | 0.34% | 0.74% | - |
| XYZ | 36.53 | 28.49 | 51.15 | - |
| YUV | 149.83 | 149.54 | 153.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 124 | 188 | 0.01 | 0.34 | 0 | 0.26 | 298.13 | 0.32 | 0.61 |
| Hex | BA | 7C | BC | 1 | 22 | 0 | 1A | 12A | 20 | 3D |
| Octal | 272 | 174 | 274 | 1 | 42 | 0 | 32 | 452 | 40 | 75 |
| Binary | 10111010 | 1111100 | 10111100 | 1 | 100010 | 0 | 11010 | 100101010 | 100000 | 111101 |
Color Harmonies of #BA7CBC
Complementary color
Monochromatic Colors of #BA7CBC
Black with #BA7CBC
Text Example
Text Example
White with #BA7CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7CBC; }
p { color: rgb(186,124,188); }
H1.HeaderClassName
{
color: #BA7CBC;
}
.AnyTagClassName
{
color: #BA7CBC;
}
</style>
background-color css
<style>
a { background-color: #BA7CBC; }
a { background-color: rgb(186,124,188); }
div.DivClassName
{
background-color: #BA7CBC;
}
.BgClassName
{
background-color: #BA7CBC;
}
</style>
border-color css
<style>
span { border-color: #BA7CBC; }
span { border-color: rgb(186,124,188); }
td.TdClassName
{
border-color: #BA7CBC;
}
.TagClassName
{
border-color: #BA7CBC;
}
</style>