Shades of Lilac #BA91BD
Tints of Lilac #BA91BD
RGB
CMYK
RGB Variations
Color information
#BA91BD (or 0xBA91BD) is known color: Lilac. HEX triplet: BA, 91 and BD. RGB value is (186,145,189). Sum of RGB (Red+Green+Blue) = 186+145+189=520 (68% of max value = 765). Red value is 186 (73.05% from 255 or 35.77% from 520); Green value is 145 (57.03% from 255 or 27.88% from 520); Blue value is 189 (74.22% from 255 or 36.35% from 520); Max value from RGB is 189 - color contains mainly: blue. Hex color #BA91BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA91BD is #456E42. Grayscale: #A2A2A2. Windows color (decimal): -4550211 or 12423610. OLE color: 12423610.
HSL color Cylindrical-coordinate representation of color #BA91BD: hue angle of 295.91º degrees, saturation: 0.25, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BA91BD is Cyan = 0.02, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 186 | 145 | 189 | - |
| CMYK | 0.02 | 0.23 | 0 | 0.26 |
| HSL | 295.91º | 0.25% | 0.65% | - |
| HSV(B) | 295.91º | 0.23% | 0.74% | - |
| XYZ | 39.56 | 34.36 | 52.69 | - |
| YUV | 162.28 | 143.08 | 144.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 145 | 189 | 0.02 | 0.23 | 0 | 0.26 | 295.91 | 0.25 | 0.65 |
| Hex | BA | 91 | BD | 2 | 17 | 0 | 1A | 128 | 19 | 41 |
| Octal | 272 | 221 | 275 | 2 | 27 | 0 | 32 | 450 | 31 | 101 |
| Binary | 10111010 | 10010001 | 10111101 | 10 | 10111 | 0 | 11010 | 100101000 | 11001 | 1000001 |
Color Harmonies of #BA91BD
Complementary color
Monochromatic Colors of #BA91BD
Black with #BA91BD
Text Example
Text Example
White with #BA91BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA91BD; }
p { color: rgb(186,145,189); }
H1.HeaderClassName
{
color: #BA91BD;
}
.AnyTagClassName
{
color: #BA91BD;
}
</style>
background-color css
<style>
a { background-color: #BA91BD; }
a { background-color: rgb(186,145,189); }
div.DivClassName
{
background-color: #BA91BD;
}
.BgClassName
{
background-color: #BA91BD;
}
</style>
border-color css
<style>
span { border-color: #BA91BD; }
span { border-color: rgb(186,145,189); }
td.TdClassName
{
border-color: #BA91BD;
}
.TagClassName
{
border-color: #BA91BD;
}
</style>