Shades of Lilac #BDA4BB
Tints of Lilac #BDA4BB
RGB
CMYK
RGB Variations
Color information
#BDA4BB (or 0xBDA4BB) is known color: Lilac. HEX triplet: BD, A4 and BB. RGB value is (189,164,187). Sum of RGB (Red+Green+Blue) = 189+164+187=540 (71% of max value = 765). Red value is 189 (74.22% from 255 or 35% from 540); Green value is 164 (64.45% from 255 or 30.37% from 540); Blue value is 187 (73.44% from 255 or 34.63% from 540); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA4BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDA4BB is #425B44. Grayscale: #AEAEAE. Windows color (decimal): -4348741 or 12297405. OLE color: 12297405.
HSL color Cylindrical-coordinate representation of color #BDA4BB: hue angle of 304.8º degrees, saturation: 0.16, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BDA4BB is Cyan = 0, Magento = 0.13, Yellow = 0.01 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 164 | 187 | - |
| CMYK | 0 | 0.13 | 0.01 | 0.26 |
| HSL | 304.8º | 0.16% | 0.69% | - |
| HSV(B) | 304.8º | 0.13% | 0.74% | - |
| XYZ | 43.23 | 40.96 | 52.64 | - |
| YUV | 174.1 | 135.28 | 138.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 164 | 187 | 0 | 0.13 | 0.01 | 0.26 | 304.8 | 0.16 | 0.69 |
| Hex | BD | A4 | BB | 0 | D | 1 | 1A | 131 | 10 | 45 |
| Octal | 275 | 244 | 273 | 0 | 15 | 1 | 32 | 461 | 20 | 105 |
| Binary | 10111101 | 10100100 | 10111011 | 0 | 1101 | 1 | 11010 | 100110001 | 10000 | 1000101 |
Color Harmonies of #BDA4BB
Complementary color
Monochromatic Colors of #BDA4BB
Black with #BDA4BB
Text Example
Text Example
White with #BDA4BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA4BB; }
p { color: rgb(189,164,187); }
H1.HeaderClassName
{
color: #BDA4BB;
}
.AnyTagClassName
{
color: #BDA4BB;
}
</style>
background-color css
<style>
a { background-color: #BDA4BB; }
a { background-color: rgb(189,164,187); }
div.DivClassName
{
background-color: #BDA4BB;
}
.BgClassName
{
background-color: #BDA4BB;
}
</style>
border-color css
<style>
span { border-color: #BDA4BB; }
span { border-color: rgb(189,164,187); }
td.TdClassName
{
border-color: #BDA4BB;
}
.TagClassName
{
border-color: #BDA4BB;
}
</style>