Shades of London Hue #BA91BA
Tints of London Hue #BA91BA
RGB
CMYK
RGB Variations
Color information
#BA91BA (or 0xBA91BA) is known color: London Hue. HEX triplet: BA, 91 and BA. RGB value is (186,145,186). Sum of RGB (Red+Green+Blue) = 186+145+186=517 (68% of max value = 765). Red value is 186 (73.05% from 255 or 35.98% from 517); Green value is 145 (57.03% from 255 or 28.05% from 517); Blue value is 186 (73.05% from 255 or 35.98% from 517); Max value from RGB is 186 - color contains mainly: red, blue. Hex color #BA91BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA91BA is #456E45. Grayscale: #A1A1A1. Windows color (decimal): -4550214 or 12227002. OLE color: 12227002.
HSL color Cylindrical-coordinate representation of color #BA91BA: hue angle of 300º degrees, saturation: 0.23, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BA91BA is Cyan = 0, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 145 | 186 | - |
| CMYK | 0 | 0.22 | 0 | 0.27 |
| HSL | 300º | 0.23% | 0.65% | - |
| HSV(B) | 300º | 0.22% | 0.73% | - |
| XYZ | 39.24 | 34.24 | 50.99 | - |
| YUV | 161.93 | 141.58 | 145.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 145 | 186 | 0 | 0.22 | 0 | 0.27 | 300 | 0.23 | 0.65 |
| Hex | BA | 91 | BA | 0 | 16 | 0 | 1B | 12C | 17 | 41 |
| Octal | 272 | 221 | 272 | 0 | 26 | 0 | 33 | 454 | 27 | 101 |
| Binary | 10111010 | 10010001 | 10111010 | 0 | 10110 | 0 | 11011 | 100101100 | 10111 | 1000001 |
Color Harmonies of #BA91BA
Complementary color
Monochromatic Colors of #BA91BA
Black with #BA91BA
Text Example
Text Example
White with #BA91BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA91BA; }
p { color: rgb(186,145,186); }
H1.HeaderClassName
{
color: #BA91BA;
}
.AnyTagClassName
{
color: #BA91BA;
}
</style>
background-color css
<style>
a { background-color: #BA91BA; }
a { background-color: rgb(186,145,186); }
div.DivClassName
{
background-color: #BA91BA;
}
.BgClassName
{
background-color: #BA91BA;
}
</style>
border-color css
<style>
span { border-color: #BA91BA; }
span { border-color: rgb(186,145,186); }
td.TdClassName
{
border-color: #BA91BA;
}
.TagClassName
{
border-color: #BA91BA;
}
</style>