Shades of Lilac #BD8BC1
Tints of Lilac #BD8BC1
RGB
CMYK
RGB Variations
Color information
#BD8BC1 (or 0xBD8BC1) is known color: Lilac. HEX triplet: BD, 8B and C1. RGB value is (189,139,193). Sum of RGB (Red+Green+Blue) = 189+139+193=521 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36.28% from 521); Green value is 139 (54.69% from 255 or 26.68% from 521); Blue value is 193 (75.78% from 255 or 37.04% from 521); Max value from RGB is 193 - color contains mainly: blue. Hex color #BD8BC1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD8BC1 is #42743E. Grayscale: #9F9F9F. Windows color (decimal): -4355135 or 12684221. OLE color: 12684221.
HSL color Cylindrical-coordinate representation of color #BD8BC1: hue angle of 295.56º degrees, saturation: 0.3, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BD8BC1 is Cyan = 0.02, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 189 | 139 | 193 | - |
| CMYK | 0.02 | 0.28 | 0 | 0.24 |
| HSL | 295.56º | 0.3% | 0.65% | - |
| HSV(B) | 295.56º | 0.28% | 0.76% | - |
| XYZ | 39.84 | 33.13 | 54.75 | - |
| YUV | 160.11 | 146.57 | 148.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 139 | 193 | 0.02 | 0.28 | 0 | 0.24 | 295.56 | 0.3 | 0.65 |
| Hex | BD | 8B | C1 | 2 | 1C | 0 | 18 | 128 | 1E | 41 |
| Octal | 275 | 213 | 301 | 2 | 34 | 0 | 30 | 450 | 36 | 101 |
| Binary | 10111101 | 10001011 | 11000001 | 10 | 11100 | 0 | 11000 | 100101000 | 11110 | 1000001 |
Color Harmonies of #BD8BC1
Complementary color
Monochromatic Colors of #BD8BC1
Black with #BD8BC1
Text Example
Text Example
White with #BD8BC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD8BC1; }
p { color: rgb(189,139,193); }
H1.HeaderClassName
{
color: #BD8BC1;
}
.AnyTagClassName
{
color: #BD8BC1;
}
</style>
background-color css
<style>
a { background-color: #BD8BC1; }
a { background-color: rgb(189,139,193); }
div.DivClassName
{
background-color: #BD8BC1;
}
.BgClassName
{
background-color: #BD8BC1;
}
</style>
border-color css
<style>
span { border-color: #BD8BC1; }
span { border-color: rgb(189,139,193); }
td.TdClassName
{
border-color: #BD8BC1;
}
.TagClassName
{
border-color: #BD8BC1;
}
</style>