Shades of Lilac #BD8DC0
Tints of Lilac #BD8DC0
RGB
CMYK
RGB Variations
Color information
#BD8DC0 (or 0xBD8DC0) is known color: Lilac. HEX triplet: BD, 8D and C0. RGB value is (189,141,192). Sum of RGB (Red+Green+Blue) = 189+141+192=522 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36.21% from 522); Green value is 141 (55.47% from 255 or 27.01% 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 #BD8DC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD8DC0 is #42723F. Grayscale: #A1A1A1. Windows color (decimal): -4354624 or 12619197. OLE color: 12619197.
HSL color Cylindrical-coordinate representation of color #BD8DC0: hue angle of 296.47º degrees, saturation: 0.29, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BD8DC0 is Cyan = 0.02, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 189 | 141 | 192 | - |
| CMYK | 0.02 | 0.27 | 0 | 0.25 |
| HSL | 296.47º | 0.29% | 0.65% | - |
| HSV(B) | 296.47º | 0.27% | 0.75% | - |
| XYZ | 40.03 | 33.67 | 54.26 | - |
| YUV | 161.17 | 145.4 | 147.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 141 | 192 | 0.02 | 0.27 | 0 | 0.25 | 296.47 | 0.29 | 0.65 |
| Hex | BD | 8D | C0 | 2 | 1B | 0 | 19 | 128 | 1D | 41 |
| Octal | 275 | 215 | 300 | 2 | 33 | 0 | 31 | 450 | 35 | 101 |
| Binary | 10111101 | 10001101 | 11000000 | 10 | 11011 | 0 | 11001 | 100101000 | 11101 | 1000001 |
Color Harmonies of #BD8DC0
Complementary color
Monochromatic Colors of #BD8DC0
Black with #BD8DC0
Text Example
Text Example
White with #BD8DC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD8DC0; }
p { color: rgb(189,141,192); }
H1.HeaderClassName
{
color: #BD8DC0;
}
.AnyTagClassName
{
color: #BD8DC0;
}
</style>
background-color css
<style>
a { background-color: #BD8DC0; }
a { background-color: rgb(189,141,192); }
div.DivClassName
{
background-color: #BD8DC0;
}
.BgClassName
{
background-color: #BD8DC0;
}
</style>
border-color css
<style>
span { border-color: #BD8DC0; }
span { border-color: rgb(189,141,192); }
td.TdClassName
{
border-color: #BD8DC0;
}
.TagClassName
{
border-color: #BD8DC0;
}
</style>