Shades of Lilac #BD9DBC
Tints of Lilac #BD9DBC
RGB
CMYK
RGB Variations
Color information
#BD9DBC (or 0xBD9DBC) is known color: Lilac. HEX triplet: BD, 9D and BC. RGB value is (189,157,188). Sum of RGB (Red+Green+Blue) = 189+157+188=534 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.39% from 534); Green value is 157 (61.72% from 255 or 29.40% from 534); Blue value is 188 (73.83% from 255 or 35.21% from 534); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9DBC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD9DBC is #426243. Grayscale: #AAAAAA. Windows color (decimal): -4350532 or 12361149. OLE color: 12361149.
HSL color Cylindrical-coordinate representation of color #BD9DBC: hue angle of 301.88º 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 #BD9DBC is Cyan = 0, Magento = 0.17, Yellow = 0.01 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 157 | 188 | - |
| CMYK | 0 | 0.17 | 0.01 | 0.26 |
| HSL | 301.88º | 0.2% | 0.68% | - |
| HSV(B) | 301.88º | 0.17% | 0.74% | - |
| XYZ | 42.12 | 38.56 | 52.8 | - |
| YUV | 170.1 | 138.1 | 141.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 157 | 188 | 0 | 0.17 | 0.01 | 0.26 | 301.88 | 0.2 | 0.68 |
| Hex | BD | 9D | BC | 0 | 11 | 1 | 1A | 12E | 14 | 44 |
| Octal | 275 | 235 | 274 | 0 | 21 | 1 | 32 | 456 | 24 | 104 |
| Binary | 10111101 | 10011101 | 10111100 | 0 | 10001 | 1 | 11010 | 100101110 | 10100 | 1000100 |
Color Harmonies of #BD9DBC
Complementary color
Monochromatic Colors of #BD9DBC
Black with #BD9DBC
Text Example
Text Example
White with #BD9DBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD9DBC; }
p { color: rgb(189,157,188); }
H1.HeaderClassName
{
color: #BD9DBC;
}
.AnyTagClassName
{
color: #BD9DBC;
}
</style>
background-color css
<style>
a { background-color: #BD9DBC; }
a { background-color: rgb(189,157,188); }
div.DivClassName
{
background-color: #BD9DBC;
}
.BgClassName
{
background-color: #BD9DBC;
}
</style>
border-color css
<style>
span { border-color: #BD9DBC; }
span { border-color: rgb(189,157,188); }
td.TdClassName
{
border-color: #BD9DBC;
}
.TagClassName
{
border-color: #BD9DBC;
}
</style>