Shades of London Hue #BA7FBC
Tints of London Hue #BA7FBC
RGB
CMYK
RGB Variations
Color information
#BA7FBC (or 0xBA7FBC) is known color: London Hue. HEX triplet: BA, 7F and BC. RGB value is (186,127,188). Sum of RGB (Red+Green+Blue) = 186+127+188=501 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.13% from 501); Green value is 127 (50% from 255 or 25.35% from 501); Blue value is 188 (73.83% from 255 or 37.52% from 501); Max value from RGB is 188 - color contains mainly: blue. Hex color #BA7FBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA7FBC is #458043. Grayscale: #979797. Windows color (decimal): -4554820 or 12353466. OLE color: 12353466.
HSL color Cylindrical-coordinate representation of color #BA7FBC: hue angle of 298.03º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BA7FBC is Cyan = 0.01, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 186 | 127 | 188 | - |
| CMYK | 0.01 | 0.32 | 0 | 0.26 |
| HSL | 298.03º | 0.31% | 0.62% | - |
| HSV(B) | 298.03º | 0.32% | 0.74% | - |
| XYZ | 36.92 | 29.25 | 51.28 | - |
| YUV | 151.6 | 148.55 | 152.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 127 | 188 | 0.01 | 0.32 | 0 | 0.26 | 298.03 | 0.31 | 0.62 |
| Hex | BA | 7F | BC | 1 | 20 | 0 | 1A | 12A | 1F | 3E |
| Octal | 272 | 177 | 274 | 1 | 40 | 0 | 32 | 452 | 37 | 76 |
| Binary | 10111010 | 1111111 | 10111100 | 1 | 100000 | 0 | 11010 | 100101010 | 11111 | 111110 |
Color Harmonies of #BA7FBC
Complementary color
Monochromatic Colors of #BA7FBC
Black with #BA7FBC
Text Example
Text Example
White with #BA7FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7FBC; }
p { color: rgb(186,127,188); }
H1.HeaderClassName
{
color: #BA7FBC;
}
.AnyTagClassName
{
color: #BA7FBC;
}
</style>
background-color css
<style>
a { background-color: #BA7FBC; }
a { background-color: rgb(186,127,188); }
div.DivClassName
{
background-color: #BA7FBC;
}
.BgClassName
{
background-color: #BA7FBC;
}
</style>
border-color css
<style>
span { border-color: #BA7FBC; }
span { border-color: rgb(186,127,188); }
td.TdClassName
{
border-color: #BA7FBC;
}
.TagClassName
{
border-color: #BA7FBC;
}
</style>