Shades of Lilac #BD9BC1
Tints of Lilac #BD9BC1
RGB
CMYK
RGB Variations
Color information
#BD9BC1 (or 0xBD9BC1) is known color: Lilac. HEX triplet: BD, 9B and C1. RGB value is (189,155,193). Sum of RGB (Red+Green+Blue) = 189+155+193=537 (71% of max value = 765). Red value is 189 (74.22% from 255 or 35.20% from 537); Green value is 155 (60.94% from 255 or 28.86% from 537); Blue value is 193 (75.78% from 255 or 35.94% from 537); Max value from RGB is 193 - color contains mainly: blue. Hex color #BD9BC1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD9BC1 is #42643E. Grayscale: #A9A9A9. Windows color (decimal): -4351039 or 12688317. OLE color: 12688317.
HSL color Cylindrical-coordinate representation of color #BD9BC1: hue angle of 293.68º degrees, saturation: 0.23, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BD9BC1 is Cyan = 0.02, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 189 | 155 | 193 | - |
| CMYK | 0.02 | 0.20 | 0 | 0.24 |
| HSL | 293.68º | 0.23% | 0.68% | - |
| HSV(B) | 293.68º | 0.2% | 0.76% | - |
| XYZ | 42.33 | 38.11 | 55.58 | - |
| YUV | 169.5 | 141.26 | 141.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 155 | 193 | 0.02 | 0.20 | 0 | 0.24 | 293.68 | 0.23 | 0.68 |
| Hex | BD | 9B | C1 | 2 | 14 | 0 | 18 | 126 | 17 | 44 |
| Octal | 275 | 233 | 301 | 2 | 24 | 0 | 30 | 446 | 27 | 104 |
| Binary | 10111101 | 10011011 | 11000001 | 10 | 10100 | 0 | 11000 | 100100110 | 10111 | 1000100 |
Color Harmonies of #BD9BC1
Complementary color
Monochromatic Colors of #BD9BC1
Black with #BD9BC1
Text Example
Text Example
White with #BD9BC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD9BC1; }
p { color: rgb(189,155,193); }
H1.HeaderClassName
{
color: #BD9BC1;
}
.AnyTagClassName
{
color: #BD9BC1;
}
</style>
background-color css
<style>
a { background-color: #BD9BC1; }
a { background-color: rgb(189,155,193); }
div.DivClassName
{
background-color: #BD9BC1;
}
.BgClassName
{
background-color: #BD9BC1;
}
</style>
border-color css
<style>
span { border-color: #BD9BC1; }
span { border-color: rgb(189,155,193); }
td.TdClassName
{
border-color: #BD9BC1;
}
.TagClassName
{
border-color: #BD9BC1;
}
</style>