Shades of London Hue #BA7FBD
Tints of London Hue #BA7FBD
RGB
CMYK
RGB Variations
Color information
#BA7FBD (or 0xBA7FBD) is known color: London Hue. HEX triplet: BA, 7F and BD. RGB value is (186,127,189). Sum of RGB (Red+Green+Blue) = 186+127+189=502 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.05% from 502); Green value is 127 (50% from 255 or 25.30% from 502); Blue value is 189 (74.22% from 255 or 37.65% from 502); Max value from RGB is 189 - color contains mainly: blue. Hex color #BA7FBD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA7FBD is #458042. Grayscale: #979797. Windows color (decimal): -4554819 or 12419002. OLE color: 12419002.
HSL color Cylindrical-coordinate representation of color #BA7FBD: hue angle of 297.1º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BA7FBD is Cyan = 0.02, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 186 | 127 | 189 | - |
| CMYK | 0.02 | 0.33 | 0 | 0.26 |
| HSL | 297.1º | 0.32% | 0.62% | - |
| HSV(B) | 297.1º | 0.33% | 0.74% | - |
| XYZ | 37.02 | 29.29 | 51.85 | - |
| YUV | 151.71 | 149.05 | 152.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 127 | 189 | 0.02 | 0.33 | 0 | 0.26 | 297.1 | 0.32 | 0.62 |
| Hex | BA | 7F | BD | 2 | 21 | 0 | 1A | 129 | 20 | 3E |
| Octal | 272 | 177 | 275 | 2 | 41 | 0 | 32 | 451 | 40 | 76 |
| Binary | 10111010 | 1111111 | 10111101 | 10 | 100001 | 0 | 11010 | 100101001 | 100000 | 111110 |
Color Harmonies of #BA7FBD
Complementary color
Monochromatic Colors of #BA7FBD
Black with #BA7FBD
Text Example
Text Example
White with #BA7FBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7FBD; }
p { color: rgb(186,127,189); }
H1.HeaderClassName
{
color: #BA7FBD;
}
.AnyTagClassName
{
color: #BA7FBD;
}
</style>
background-color css
<style>
a { background-color: #BA7FBD; }
a { background-color: rgb(186,127,189); }
div.DivClassName
{
background-color: #BA7FBD;
}
.BgClassName
{
background-color: #BA7FBD;
}
</style>
border-color css
<style>
span { border-color: #BA7FBD; }
span { border-color: rgb(186,127,189); }
td.TdClassName
{
border-color: #BA7FBD;
}
.TagClassName
{
border-color: #BA7FBD;
}
</style>