Shades of London Hue #BA7DBC
Tints of London Hue #BA7DBC
RGB
CMYK
RGB Variations
Color information
#BA7DBC (or 0xBA7DBC) is known color: London Hue. HEX triplet: BA, 7D and BC. RGB value is (186,125,188). Sum of RGB (Red+Green+Blue) = 186+125+188=499 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.27% from 499); Green value is 125 (49.22% from 255 or 25.05% from 499); Blue value is 188 (73.83% from 255 or 37.68% from 499); Max value from RGB is 188 - color contains mainly: blue. Hex color #BA7DBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA7DBC is #458243. Grayscale: #969696. Windows color (decimal): -4555332 or 12352954. OLE color: 12352954.
HSL color Cylindrical-coordinate representation of color #BA7DBC: hue angle of 298.1º 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 #BA7DBC is Cyan = 0.01, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 186 | 125 | 188 | - |
| CMYK | 0.01 | 0.34 | 0 | 0.26 |
| HSL | 298.1º | 0.32% | 0.61% | - |
| HSV(B) | 298.1º | 0.34% | 0.74% | - |
| XYZ | 36.66 | 28.74 | 51.19 | - |
| YUV | 150.42 | 149.21 | 153.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 125 | 188 | 0.01 | 0.34 | 0 | 0.26 | 298.1 | 0.32 | 0.61 |
| Hex | BA | 7D | BC | 1 | 22 | 0 | 1A | 12A | 20 | 3D |
| Octal | 272 | 175 | 274 | 1 | 42 | 0 | 32 | 452 | 40 | 75 |
| Binary | 10111010 | 1111101 | 10111100 | 1 | 100010 | 0 | 11010 | 100101010 | 100000 | 111101 |
Color Harmonies of #BA7DBC
Complementary color
Monochromatic Colors of #BA7DBC
Black with #BA7DBC
Text Example
Text Example
White with #BA7DBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7DBC; }
p { color: rgb(186,125,188); }
H1.HeaderClassName
{
color: #BA7DBC;
}
.AnyTagClassName
{
color: #BA7DBC;
}
</style>
background-color css
<style>
a { background-color: #BA7DBC; }
a { background-color: rgb(186,125,188); }
div.DivClassName
{
background-color: #BA7DBC;
}
.BgClassName
{
background-color: #BA7DBC;
}
</style>
border-color css
<style>
span { border-color: #BA7DBC; }
span { border-color: rgb(186,125,188); }
td.TdClassName
{
border-color: #BA7DBC;
}
.TagClassName
{
border-color: #BA7DBC;
}
</style>