Shades of Lilac #BA93BE
Tints of Lilac #BA93BE
RGB
CMYK
RGB Variations
Color information
#BA93BE (or 0xBA93BE) is known color: Lilac. HEX triplet: BA, 93 and BE. RGB value is (186,147,190). Sum of RGB (Red+Green+Blue) = 186+147+190=523 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.56% from 523); Green value is 147 (57.81% from 255 or 28.11% from 523); Blue value is 190 (74.61% from 255 or 36.33% from 523); Max value from RGB is 190 - color contains mainly: blue. Hex color #BA93BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA93BE is #456C41. Grayscale: #A3A3A3. Windows color (decimal): -4549698 or 12489658. OLE color: 12489658.
HSL color Cylindrical-coordinate representation of color #BA93BE: hue angle of 294.42º degrees, saturation: 0.25, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BA93BE is Cyan = 0.02, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 186 | 147 | 190 | - |
| CMYK | 0.02 | 0.23 | 0 | 0.25 |
| HSL | 294.42º | 0.25% | 0.66% | - |
| HSV(B) | 294.42º | 0.23% | 0.75% | - |
| XYZ | 39.98 | 35.02 | 53.37 | - |
| YUV | 163.56 | 142.92 | 144 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 147 | 190 | 0.02 | 0.23 | 0 | 0.25 | 294.42 | 0.25 | 0.66 |
| Hex | BA | 93 | BE | 2 | 17 | 0 | 19 | 126 | 19 | 42 |
| Octal | 272 | 223 | 276 | 2 | 27 | 0 | 31 | 446 | 31 | 102 |
| Binary | 10111010 | 10010011 | 10111110 | 10 | 10111 | 0 | 11001 | 100100110 | 11001 | 1000010 |
Color Harmonies of #BA93BE
Complementary color
Monochromatic Colors of #BA93BE
Black with #BA93BE
Text Example
Text Example
White with #BA93BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA93BE; }
p { color: rgb(186,147,190); }
H1.HeaderClassName
{
color: #BA93BE;
}
.AnyTagClassName
{
color: #BA93BE;
}
</style>
background-color css
<style>
a { background-color: #BA93BE; }
a { background-color: rgb(186,147,190); }
div.DivClassName
{
background-color: #BA93BE;
}
.BgClassName
{
background-color: #BA93BE;
}
</style>
border-color css
<style>
span { border-color: #BA93BE; }
span { border-color: rgb(186,147,190); }
td.TdClassName
{
border-color: #BA93BE;
}
.TagClassName
{
border-color: #BA93BE;
}
</style>