Shades of Lilac #BD9CBD
Tints of Lilac #BD9CBD
RGB
CMYK
RGB Variations
Color information
#BD9CBD (or 0xBD9CBD) is known color: Lilac. HEX triplet: BD, 9C and BD. RGB value is (189,156,189). Sum of RGB (Red+Green+Blue) = 189+156+189=534 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.39% from 534); Green value is 156 (61.33% from 255 or 29.21% from 534); Blue value is 189 (74.22% from 255 or 35.39% from 534); Max value from RGB is 189 - color contains mainly: red, blue. Hex color #BD9CBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD9CBD is #426342. Grayscale: #A9A9A9. Windows color (decimal): -4350787 or 12426429. OLE color: 12426429.
HSL color Cylindrical-coordinate representation of color #BD9CBD: hue angle of 300º degrees, saturation: 0.2, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BD9CBD is Cyan = 0, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 156 | 189 | - |
| CMYK | 0 | 0.17 | 0 | 0.26 |
| HSL | 300º | 0.2% | 0.68% | - |
| HSV(B) | 300º | 0.17% | 0.74% | - |
| XYZ | 42.06 | 38.27 | 53.31 | - |
| YUV | 169.63 | 138.93 | 141.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 156 | 189 | 0 | 0.17 | 0 | 0.26 | 300 | 0.2 | 0.68 |
| Hex | BD | 9C | BD | 0 | 11 | 0 | 1A | 12C | 14 | 44 |
| Octal | 275 | 234 | 275 | 0 | 21 | 0 | 32 | 454 | 24 | 104 |
| Binary | 10111101 | 10011100 | 10111101 | 0 | 10001 | 0 | 11010 | 100101100 | 10100 | 1000100 |
Color Harmonies of #BD9CBD
Complementary color
Monochromatic Colors of #BD9CBD
Black with #BD9CBD
Text Example
Text Example
White with #BD9CBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD9CBD; }
p { color: rgb(189,156,189); }
H1.HeaderClassName
{
color: #BD9CBD;
}
.AnyTagClassName
{
color: #BD9CBD;
}
</style>
background-color css
<style>
a { background-color: #BD9CBD; }
a { background-color: rgb(189,156,189); }
div.DivClassName
{
background-color: #BD9CBD;
}
.BgClassName
{
background-color: #BD9CBD;
}
</style>
border-color css
<style>
span { border-color: #BD9CBD; }
span { border-color: rgb(189,156,189); }
td.TdClassName
{
border-color: #BD9CBD;
}
.TagClassName
{
border-color: #BD9CBD;
}
</style>