Shades of Lilac #BA90C0
Tints of Lilac #BA90C0
RGB
CMYK
RGB Variations
Color information
#BA90C0 (or 0xBA90C0) is known color: Lilac. HEX triplet: BA, 90 and C0. RGB value is (186,144,192). Sum of RGB (Red+Green+Blue) = 186+144+192=522 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.63% from 522); Green value is 144 (56.64% from 255 or 27.59% from 522); Blue value is 192 (75.39% from 255 or 36.78% from 522); Max value from RGB is 192 - color contains mainly: blue. Hex color #BA90C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA90C0 is #456F3F. Grayscale: #A1A1A1. Windows color (decimal): -4550464 or 12619962. OLE color: 12619962.
HSL color Cylindrical-coordinate representation of color #BA90C0: hue angle of 292.5º degrees, saturation: 0.28, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BA90C0 is Cyan = 0.03, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 186 | 144 | 192 | - |
| CMYK | 0.03 | 0.25 | 0 | 0.25 |
| HSL | 292.5º | 0.28% | 0.66% | - |
| HSV(B) | 292.5º | 0.25% | 0.75% | - |
| XYZ | 39.74 | 34.19 | 54.37 | - |
| YUV | 162.03 | 144.91 | 145.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 144 | 192 | 0.03 | 0.25 | 0 | 0.25 | 292.5 | 0.28 | 0.66 |
| Hex | BA | 90 | C0 | 3 | 19 | 0 | 19 | 124 | 1C | 42 |
| Octal | 272 | 220 | 300 | 3 | 31 | 0 | 31 | 444 | 34 | 102 |
| Binary | 10111010 | 10010000 | 11000000 | 11 | 11001 | 0 | 11001 | 100100100 | 11100 | 1000010 |
Color Harmonies of #BA90C0
Complementary color
Monochromatic Colors of #BA90C0
Black with #BA90C0
Text Example
Text Example
White with #BA90C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA90C0; }
p { color: rgb(186,144,192); }
H1.HeaderClassName
{
color: #BA90C0;
}
.AnyTagClassName
{
color: #BA90C0;
}
</style>
background-color css
<style>
a { background-color: #BA90C0; }
a { background-color: rgb(186,144,192); }
div.DivClassName
{
background-color: #BA90C0;
}
.BgClassName
{
background-color: #BA90C0;
}
</style>
border-color css
<style>
span { border-color: #BA90C0; }
span { border-color: rgb(186,144,192); }
td.TdClassName
{
border-color: #BA90C0;
}
.TagClassName
{
border-color: #BA90C0;
}
</style>