Shades of London Hue #BA7CAF
Tints of London Hue #BA7CAF
RGB
CMYK
RGB Variations
Color information
#BA7CAF (or 0xBA7CAF) is known color: London Hue. HEX triplet: BA, 7C and AF. RGB value is (186,124,175). Sum of RGB (Red+Green+Blue) = 186+124+175=485 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.35% from 485); Green value is 124 (48.83% from 255 or 25.57% from 485); Blue value is 175 (68.75% from 255 or 36.08% from 485); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7CAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA7CAF is #458350. Grayscale: #949494. Windows color (decimal): -4555601 or 11500730. OLE color: 11500730.
HSL color Cylindrical-coordinate representation of color #BA7CAF: hue angle of 310.65º degrees, saturation: 0.31, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BA7CAF is Cyan = 0, Magento = 0.33, Yellow = 0.06 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 124 | 175 | - |
| CMYK | 0 | 0.33 | 0.06 | 0.27 |
| HSL | 310.65º | 0.31% | 0.61% | - |
| HSV(B) | 310.65º | 0.33% | 0.73% | - |
| XYZ | 35.2 | 27.95 | 44.1 | - |
| YUV | 148.35 | 143.04 | 154.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 124 | 175 | 0 | 0.33 | 0.06 | 0.27 | 310.65 | 0.31 | 0.61 |
| Hex | BA | 7C | AF | 0 | 21 | 6 | 1B | 137 | 1F | 3D |
| Octal | 272 | 174 | 257 | 0 | 41 | 6 | 33 | 467 | 37 | 75 |
| Binary | 10111010 | 1111100 | 10101111 | 0 | 100001 | 110 | 11011 | 100110111 | 11111 | 111101 |
Color Harmonies of #BA7CAF
Complementary color
Monochromatic Colors of #BA7CAF
Black with #BA7CAF
Text Example
Text Example
White with #BA7CAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7CAF; }
p { color: rgb(186,124,175); }
H1.HeaderClassName
{
color: #BA7CAF;
}
.AnyTagClassName
{
color: #BA7CAF;
}
</style>
background-color css
<style>
a { background-color: #BA7CAF; }
a { background-color: rgb(186,124,175); }
div.DivClassName
{
background-color: #BA7CAF;
}
.BgClassName
{
background-color: #BA7CAF;
}
</style>
border-color css
<style>
span { border-color: #BA7CAF; }
span { border-color: rgb(186,124,175); }
td.TdClassName
{
border-color: #BA7CAF;
}
.TagClassName
{
border-color: #BA7CAF;
}
</style>