Shades of Lilac #BA90BD
Tints of Lilac #BA90BD
RGB
CMYK
RGB Variations
Color information
#BA90BD (or 0xBA90BD) is known color: Lilac. HEX triplet: BA, 90 and BD. RGB value is (186,144,189). Sum of RGB (Red+Green+Blue) = 186+144+189=519 (68% of max value = 765). Red value is 186 (73.05% from 255 or 35.84% from 519); Green value is 144 (56.64% from 255 or 27.75% from 519); Blue value is 189 (74.22% from 255 or 36.42% from 519); Max value from RGB is 189 - color contains mainly: blue. Hex color #BA90BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA90BD is #456F42. Grayscale: #A1A1A1. Windows color (decimal): -4550467 or 12423354. OLE color: 12423354.
HSL color Cylindrical-coordinate representation of color #BA90BD: hue angle of 296º degrees, saturation: 0.25, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BA90BD is Cyan = 0.02, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 186 | 144 | 189 | - |
| CMYK | 0.02 | 0.24 | 0 | 0.26 |
| HSL | 296º | 0.25% | 0.65% | - |
| HSV(B) | 296º | 0.24% | 0.74% | - |
| XYZ | 39.41 | 34.06 | 52.64 | - |
| YUV | 161.69 | 143.41 | 145.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 144 | 189 | 0.02 | 0.24 | 0 | 0.26 | 296 | 0.25 | 0.65 |
| Hex | BA | 90 | BD | 2 | 18 | 0 | 1A | 128 | 19 | 41 |
| Octal | 272 | 220 | 275 | 2 | 30 | 0 | 32 | 450 | 31 | 101 |
| Binary | 10111010 | 10010000 | 10111101 | 10 | 11000 | 0 | 11010 | 100101000 | 11001 | 1000001 |
Color Harmonies of #BA90BD
Complementary color
Monochromatic Colors of #BA90BD
Black with #BA90BD
Text Example
Text Example
White with #BA90BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA90BD; }
p { color: rgb(186,144,189); }
H1.HeaderClassName
{
color: #BA90BD;
}
.AnyTagClassName
{
color: #BA90BD;
}
</style>
background-color css
<style>
a { background-color: #BA90BD; }
a { background-color: rgb(186,144,189); }
div.DivClassName
{
background-color: #BA90BD;
}
.BgClassName
{
background-color: #BA90BD;
}
</style>
border-color css
<style>
span { border-color: #BA90BD; }
span { border-color: rgb(186,144,189); }
td.TdClassName
{
border-color: #BA90BD;
}
.TagClassName
{
border-color: #BA90BD;
}
</style>