Shades of Lilac #BDA3BC
Tints of Lilac #BDA3BC
RGB
CMYK
RGB Variations
Color information
#BDA3BC (or 0xBDA3BC) is known color: Lilac. HEX triplet: BD, A3 and BC. RGB value is (189,163,188). Sum of RGB (Red+Green+Blue) = 189+163+188=540 (71% of max value = 765). Red value is 189 (74.22% from 255 or 35% from 540); Green value is 163 (64.06% from 255 or 30.19% from 540); Blue value is 188 (73.83% from 255 or 34.81% from 540); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA3BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDA3BC is #425C43. Grayscale: #ADADAD. Windows color (decimal): -4348996 or 12362685. OLE color: 12362685.
HSL color Cylindrical-coordinate representation of color #BDA3BC: hue angle of 302.31º degrees, saturation: 0.16, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BDA3BC is Cyan = 0, Magento = 0.14, Yellow = 0.01 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 163 | 188 | - |
| CMYK | 0 | 0.14 | 0.01 | 0.26 |
| HSL | 302.31º | 0.16% | 0.69% | - |
| HSV(B) | 302.31º | 0.14% | 0.74% | - |
| XYZ | 43.16 | 40.64 | 53.15 | - |
| YUV | 173.62 | 136.11 | 138.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 163 | 188 | 0 | 0.14 | 0.01 | 0.26 | 302.31 | 0.16 | 0.69 |
| Hex | BD | A3 | BC | 0 | E | 1 | 1A | 12E | 10 | 45 |
| Octal | 275 | 243 | 274 | 0 | 16 | 1 | 32 | 456 | 20 | 105 |
| Binary | 10111101 | 10100011 | 10111100 | 0 | 1110 | 1 | 11010 | 100101110 | 10000 | 1000101 |
Color Harmonies of #BDA3BC
Complementary color
Monochromatic Colors of #BDA3BC
Black with #BDA3BC
Text Example
Text Example
White with #BDA3BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA3BC; }
p { color: rgb(189,163,188); }
H1.HeaderClassName
{
color: #BDA3BC;
}
.AnyTagClassName
{
color: #BDA3BC;
}
</style>
background-color css
<style>
a { background-color: #BDA3BC; }
a { background-color: rgb(189,163,188); }
div.DivClassName
{
background-color: #BDA3BC;
}
.BgClassName
{
background-color: #BDA3BC;
}
</style>
border-color css
<style>
span { border-color: #BDA3BC; }
span { border-color: rgb(189,163,188); }
td.TdClassName
{
border-color: #BDA3BC;
}
.TagClassName
{
border-color: #BDA3BC;
}
</style>