Shades of Lilac #BA93BD
Tints of Lilac #BA93BD
RGB
CMYK
RGB Variations
Color information
#BA93BD (or 0xBA93BD) is known color: Lilac. HEX triplet: BA, 93 and BD. RGB value is (186,147,189). Sum of RGB (Red+Green+Blue) = 186+147+189=522 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.63% from 522); Green value is 147 (57.81% from 255 or 28.16% from 522); Blue value is 189 (74.22% from 255 or 36.21% from 522); Max value from RGB is 189 - color contains mainly: blue. Hex color #BA93BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA93BD is #456C42. Grayscale: #A3A3A3. Windows color (decimal): -4549699 or 12424122. OLE color: 12424122.
HSL color Cylindrical-coordinate representation of color #BA93BD: hue angle of 295.71º degrees, saturation: 0.24, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BA93BD is Cyan = 0.02, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 186 | 147 | 189 | - |
| CMYK | 0.02 | 0.22 | 0 | 0.26 |
| HSL | 295.71º | 0.24% | 0.66% | - |
| HSV(B) | 295.71º | 0.22% | 0.74% | - |
| XYZ | 39.87 | 34.98 | 52.79 | - |
| YUV | 163.45 | 142.42 | 144.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 147 | 189 | 0.02 | 0.22 | 0 | 0.26 | 295.71 | 0.24 | 0.66 |
| Hex | BA | 93 | BD | 2 | 16 | 0 | 1A | 128 | 18 | 42 |
| Octal | 272 | 223 | 275 | 2 | 26 | 0 | 32 | 450 | 30 | 102 |
| Binary | 10111010 | 10010011 | 10111101 | 10 | 10110 | 0 | 11010 | 100101000 | 11000 | 1000010 |
Color Harmonies of #BA93BD
Complementary color
Monochromatic Colors of #BA93BD
Black with #BA93BD
Text Example
Text Example
White with #BA93BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA93BD; }
p { color: rgb(186,147,189); }
H1.HeaderClassName
{
color: #BA93BD;
}
.AnyTagClassName
{
color: #BA93BD;
}
</style>
background-color css
<style>
a { background-color: #BA93BD; }
a { background-color: rgb(186,147,189); }
div.DivClassName
{
background-color: #BA93BD;
}
.BgClassName
{
background-color: #BA93BD;
}
</style>
border-color css
<style>
span { border-color: #BA93BD; }
span { border-color: rgb(186,147,189); }
td.TdClassName
{
border-color: #BA93BD;
}
.TagClassName
{
border-color: #BA93BD;
}
</style>