Shades of Lilac #BDA1BC
Tints of Lilac #BDA1BC
RGB
CMYK
RGB Variations
Color information
#BDA1BC (or 0xBDA1BC) is known color: Lilac. HEX triplet: BD, A1 and BC. RGB value is (189,161,188). Sum of RGB (Red+Green+Blue) = 189+161+188=538 (71% of max value = 765). Red value is 189 (74.22% from 255 or 35.13% from 538); Green value is 161 (63.28% from 255 or 29.93% from 538); Blue value is 188 (73.83% from 255 or 34.94% from 538); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA1BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDA1BC is #425E43. Grayscale: #ACACAC. Windows color (decimal): -4349508 or 12362173. OLE color: 12362173.
HSL color Cylindrical-coordinate representation of color #BDA1BC: hue angle of 302.14º degrees, saturation: 0.17, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BDA1BC is Cyan = 0, Magento = 0.15, Yellow = 0.01 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 161 | 188 | - |
| CMYK | 0 | 0.15 | 0.01 | 0.26 |
| HSL | 302.14º | 0.18% | 0.69% | - |
| HSV(B) | 302.14º | 0.15% | 0.74% | - |
| XYZ | 42.81 | 39.94 | 53.03 | - |
| YUV | 172.45 | 136.78 | 139.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 161 | 188 | 0 | 0.15 | 0.01 | 0.26 | 302.14 | 0.18 | 0.69 |
| Hex | BD | A1 | BC | 0 | F | 1 | 1A | 12E | 12 | 45 |
| Octal | 275 | 241 | 274 | 0 | 17 | 1 | 32 | 456 | 22 | 105 |
| Binary | 10111101 | 10100001 | 10111100 | 0 | 1111 | 1 | 11010 | 100101110 | 10010 | 1000101 |
Color Harmonies of #BDA1BC
Complementary color
Monochromatic Colors of #BDA1BC
Black with #BDA1BC
Text Example
Text Example
White with #BDA1BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA1BC; }
p { color: rgb(189,161,188); }
H1.HeaderClassName
{
color: #BDA1BC;
}
.AnyTagClassName
{
color: #BDA1BC;
}
</style>
background-color css
<style>
a { background-color: #BDA1BC; }
a { background-color: rgb(189,161,188); }
div.DivClassName
{
background-color: #BDA1BC;
}
.BgClassName
{
background-color: #BDA1BC;
}
</style>
border-color css
<style>
span { border-color: #BDA1BC; }
span { border-color: rgb(189,161,188); }
td.TdClassName
{
border-color: #BDA1BC;
}
.TagClassName
{
border-color: #BDA1BC;
}
</style>