Shades of Lilac #BA95BD
Tints of Lilac #BA95BD
RGB
CMYK
RGB Variations
Color information
#BA95BD (or 0xBA95BD) is known color: Lilac. HEX triplet: BA, 95 and BD. RGB value is (186,149,189). Sum of RGB (Red+Green+Blue) = 186+149+189=524 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.50% from 524); Green value is 149 (58.59% from 255 or 28.44% from 524); Blue value is 189 (74.22% from 255 or 36.07% from 524); Max value from RGB is 189 - color contains mainly: blue. Hex color #BA95BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA95BD is #456A42. Grayscale: #A4A4A4. Windows color (decimal): -4549187 or 12424634. OLE color: 12424634.
HSL color Cylindrical-coordinate representation of color #BA95BD: hue angle of 295.5º degrees, saturation: 0.23, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BA95BD is Cyan = 0.02, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 186 | 149 | 189 | - |
| CMYK | 0.02 | 0.21 | 0 | 0.26 |
| HSL | 295.5º | 0.23% | 0.66% | - |
| HSV(B) | 295.5º | 0.21% | 0.74% | - |
| XYZ | 40.18 | 35.61 | 52.9 | - |
| YUV | 164.62 | 141.76 | 143.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 149 | 189 | 0.02 | 0.21 | 0 | 0.26 | 295.5 | 0.23 | 0.66 |
| Hex | BA | 95 | BD | 2 | 15 | 0 | 1A | 128 | 17 | 42 |
| Octal | 272 | 225 | 275 | 2 | 25 | 0 | 32 | 450 | 27 | 102 |
| Binary | 10111010 | 10010101 | 10111101 | 10 | 10101 | 0 | 11010 | 100101000 | 10111 | 1000010 |
Color Harmonies of #BA95BD
Complementary color
Monochromatic Colors of #BA95BD
Black with #BA95BD
Text Example
Text Example
White with #BA95BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA95BD; }
p { color: rgb(186,149,189); }
H1.HeaderClassName
{
color: #BA95BD;
}
.AnyTagClassName
{
color: #BA95BD;
}
</style>
background-color css
<style>
a { background-color: #BA95BD; }
a { background-color: rgb(186,149,189); }
div.DivClassName
{
background-color: #BA95BD;
}
.BgClassName
{
background-color: #BA95BD;
}
</style>
border-color css
<style>
span { border-color: #BA95BD; }
span { border-color: rgb(186,149,189); }
td.TdClassName
{
border-color: #BA95BD;
}
.TagClassName
{
border-color: #BA95BD;
}
</style>