Shades of Lilac #BD9BC0
Tints of Lilac #BD9BC0
RGB
CMYK
RGB Variations
Color information
#BD9BC0 (or 0xBD9BC0) is known color: Lilac. HEX triplet: BD, 9B and C0. RGB value is (189,155,192). Sum of RGB (Red+Green+Blue) = 189+155+192=536 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.26% from 536); Green value is 155 (60.94% from 255 or 28.92% from 536); Blue value is 192 (75.39% from 255 or 35.82% from 536); Max value from RGB is 192 - color contains mainly: blue. Hex color #BD9BC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD9BC0 is #42643F. Grayscale: #A9A9A9. Windows color (decimal): -4351040 or 12622781. OLE color: 12622781.
HSL color Cylindrical-coordinate representation of color #BD9BC0: hue angle of 295.14º degrees, saturation: 0.23, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BD9BC0 is Cyan = 0.02, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 189 | 155 | 192 | - |
| CMYK | 0.02 | 0.19 | 0 | 0.25 |
| HSL | 295.14º | 0.23% | 0.68% | - |
| HSV(B) | 295.14º | 0.19% | 0.75% | - |
| XYZ | 42.22 | 38.07 | 54.99 | - |
| YUV | 169.38 | 140.76 | 141.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 155 | 192 | 0.02 | 0.19 | 0 | 0.25 | 295.14 | 0.23 | 0.68 |
| Hex | BD | 9B | C0 | 2 | 13 | 0 | 19 | 127 | 17 | 44 |
| Octal | 275 | 233 | 300 | 2 | 23 | 0 | 31 | 447 | 27 | 104 |
| Binary | 10111101 | 10011011 | 11000000 | 10 | 10011 | 0 | 11001 | 100100111 | 10111 | 1000100 |
Color Harmonies of #BD9BC0
Complementary color
Monochromatic Colors of #BD9BC0
Black with #BD9BC0
Text Example
Text Example
White with #BD9BC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD9BC0; }
p { color: rgb(189,155,192); }
H1.HeaderClassName
{
color: #BD9BC0;
}
.AnyTagClassName
{
color: #BD9BC0;
}
</style>
background-color css
<style>
a { background-color: #BD9BC0; }
a { background-color: rgb(189,155,192); }
div.DivClassName
{
background-color: #BD9BC0;
}
.BgClassName
{
background-color: #BD9BC0;
}
</style>
border-color css
<style>
span { border-color: #BD9BC0; }
span { border-color: rgb(189,155,192); }
td.TdClassName
{
border-color: #BD9BC0;
}
.TagClassName
{
border-color: #BD9BC0;
}
</style>