Shades of Lilac #BD8FBD
Tints of Lilac #BD8FBD
RGB
CMYK
RGB Variations
Color information
#BD8FBD (or 0xBD8FBD) is known color: Lilac. HEX triplet: BD, 8F and BD. RGB value is (189,143,189). Sum of RGB (Red+Green+Blue) = 189+143+189=521 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36.28% from 521); Green value is 143 (56.25% from 255 or 27.45% from 521); Blue value is 189 (74.22% from 255 or 36.28% from 521); Max value from RGB is 189 - color contains mainly: red, blue. Hex color #BD8FBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD8FBD is #427042. Grayscale: #A1A1A1. Windows color (decimal): -4354115 or 12423101. OLE color: 12423101.
HSL color Cylindrical-coordinate representation of color #BD8FBD: hue angle of 300º degrees, saturation: 0.26, 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 #BD8FBD is Cyan = 0, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 143 | 189 | - |
| CMYK | 0 | 0.24 | 0 | 0.26 |
| HSL | 300º | 0.26% | 0.65% | - |
| HSV(B) | 300º | 0.24% | 0.74% | - |
| XYZ | 39.99 | 34.14 | 52.63 | - |
| YUV | 162 | 143.24 | 147.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 143 | 189 | 0 | 0.24 | 0 | 0.26 | 300 | 0.26 | 0.65 |
| Hex | BD | 8F | BD | 0 | 18 | 0 | 1A | 12C | 1A | 41 |
| Octal | 275 | 217 | 275 | 0 | 30 | 0 | 32 | 454 | 32 | 101 |
| Binary | 10111101 | 10001111 | 10111101 | 0 | 11000 | 0 | 11010 | 100101100 | 11010 | 1000001 |
Color Harmonies of #BD8FBD
Complementary color
Monochromatic Colors of #BD8FBD
Black with #BD8FBD
Text Example
Text Example
White with #BD8FBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD8FBD; }
p { color: rgb(189,143,189); }
H1.HeaderClassName
{
color: #BD8FBD;
}
.AnyTagClassName
{
color: #BD8FBD;
}
</style>
background-color css
<style>
a { background-color: #BD8FBD; }
a { background-color: rgb(189,143,189); }
div.DivClassName
{
background-color: #BD8FBD;
}
.BgClassName
{
background-color: #BD8FBD;
}
</style>
border-color css
<style>
span { border-color: #BD8FBD; }
span { border-color: rgb(189,143,189); }
td.TdClassName
{
border-color: #BD8FBD;
}
.TagClassName
{
border-color: #BD8FBD;
}
</style>