Shades of Lily #BDA1AD
Tints of Lily #BDA1AD
RGB
CMYK
RGB Variations
Color information
#BDA1AD (or 0xBDA1AD) is known color: Lily. HEX triplet: BD, A1 and AD. RGB value is (189,161,173). Sum of RGB (Red+Green+Blue) = 189+161+173=523 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36.14% from 523); Green value is 161 (63.28% from 255 or 30.78% from 523); Blue value is 173 (67.97% from 255 or 33.08% from 523); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA1AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA1AD is #425E52. Grayscale: #AAAAAA. Windows color (decimal): -4349523 or 11379133. OLE color: 11379133.
HSL color Cylindrical-coordinate representation of color #BDA1AD: hue angle of 334.29º 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 #BDA1AD is Cyan = 0, Magento = 0.15, Yellow = 0.08 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 161 | 173 | - |
| CMYK | 0 | 0.15 | 0.08 | 0.26 |
| HSL | 334.29º | 0.18% | 0.69% | - |
| HSV(B) | 334.29º | 0.15% | 0.74% | - |
| XYZ | 41.27 | 39.33 | 44.95 | - |
| YUV | 170.74 | 129.28 | 141.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 161 | 173 | 0 | 0.15 | 0.08 | 0.26 | 334.29 | 0.18 | 0.69 |
| Hex | BD | A1 | AD | 0 | F | 8 | 1A | 14E | 12 | 45 |
| Octal | 275 | 241 | 255 | 0 | 17 | 10 | 32 | 516 | 22 | 105 |
| Binary | 10111101 | 10100001 | 10101101 | 0 | 1111 | 1000 | 11010 | 101001110 | 10010 | 1000101 |
Color Harmonies of #BDA1AD
Complementary color
Monochromatic Colors of #BDA1AD
Black with #BDA1AD
Text Example
Text Example
White with #BDA1AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA1AD; }
p { color: rgb(189,161,173); }
H1.HeaderClassName
{
color: #BDA1AD;
}
.AnyTagClassName
{
color: #BDA1AD;
}
</style>
background-color css
<style>
a { background-color: #BDA1AD; }
a { background-color: rgb(189,161,173); }
div.DivClassName
{
background-color: #BDA1AD;
}
.BgClassName
{
background-color: #BDA1AD;
}
</style>
border-color css
<style>
span { border-color: #BDA1AD; }
span { border-color: rgb(189,161,173); }
td.TdClassName
{
border-color: #BDA1AD;
}
.TagClassName
{
border-color: #BDA1AD;
}
</style>