Shades of Lilac #BD8EC1
Tints of Lilac #BD8EC1
RGB
CMYK
RGB Variations
Color information
#BD8EC1 (or 0xBD8EC1) is known color: Lilac. HEX triplet: BD, 8E and C1. RGB value is (189,142,193). Sum of RGB (Red+Green+Blue) = 189+142+193=524 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36.07% from 524); Green value is 142 (55.86% from 255 or 27.10% from 524); Blue value is 193 (75.78% from 255 or 36.83% from 524); Max value from RGB is 193 - color contains mainly: blue. Hex color #BD8EC1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD8EC1 is #42713E. Grayscale: #A1A1A1. Windows color (decimal): -4354367 or 12684989. OLE color: 12684989.
HSL color Cylindrical-coordinate representation of color #BD8EC1: hue angle of 295.29º degrees, saturation: 0.29, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BD8EC1 is Cyan = 0.02, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 189 | 142 | 193 | - |
| CMYK | 0.02 | 0.26 | 0 | 0.24 |
| HSL | 295.29º | 0.29% | 0.66% | - |
| HSV(B) | 295.29º | 0.26% | 0.76% | - |
| XYZ | 40.28 | 34.02 | 54.89 | - |
| YUV | 161.87 | 145.57 | 147.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 142 | 193 | 0.02 | 0.26 | 0 | 0.24 | 295.29 | 0.29 | 0.66 |
| Hex | BD | 8E | C1 | 2 | 1A | 0 | 18 | 127 | 1D | 42 |
| Octal | 275 | 216 | 301 | 2 | 32 | 0 | 30 | 447 | 35 | 102 |
| Binary | 10111101 | 10001110 | 11000001 | 10 | 11010 | 0 | 11000 | 100100111 | 11101 | 1000010 |
Color Harmonies of #BD8EC1
Complementary color
Monochromatic Colors of #BD8EC1
Black with #BD8EC1
Text Example
Text Example
White with #BD8EC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD8EC1; }
p { color: rgb(189,142,193); }
H1.HeaderClassName
{
color: #BD8EC1;
}
.AnyTagClassName
{
color: #BD8EC1;
}
</style>
background-color css
<style>
a { background-color: #BD8EC1; }
a { background-color: rgb(189,142,193); }
div.DivClassName
{
background-color: #BD8EC1;
}
.BgClassName
{
background-color: #BD8EC1;
}
</style>
border-color css
<style>
span { border-color: #BD8EC1; }
span { border-color: rgb(189,142,193); }
td.TdClassName
{
border-color: #BD8EC1;
}
.TagClassName
{
border-color: #BD8EC1;
}
</style>