Shades of Lily #BDA0AD
Tints of Lily #BDA0AD
RGB
CMYK
RGB Variations
Color information
#BDA0AD (or 0xBDA0AD) is known color: Lily. HEX triplet: BD, A0 and AD. RGB value is (189,160,173). Sum of RGB (Red+Green+Blue) = 189+160+173=522 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36.21% from 522); Green value is 160 (62.89% from 255 or 30.65% from 522); Blue value is 173 (67.97% from 255 or 33.14% from 522); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA0AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA0AD is #425F52. Grayscale: #AAAAAA. Windows color (decimal): -4349779 or 11378877. OLE color: 11378877.
HSL color Cylindrical-coordinate representation of color #BDA0AD: hue angle of 333.1º degrees, saturation: 0.18, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BDA0AD is Cyan = 0, Magento = 0.15, Yellow = 0.08 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 160 | 173 | - |
| CMYK | 0 | 0.15 | 0.08 | 0.26 |
| HSL | 333.1º | 0.18% | 0.68% | - |
| HSV(B) | 333.1º | 0.15% | 0.74% | - |
| XYZ | 41.1 | 38.98 | 44.89 | - |
| YUV | 170.15 | 129.61 | 141.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 160 | 173 | 0 | 0.15 | 0.08 | 0.26 | 333.1 | 0.18 | 0.68 |
| Hex | BD | A0 | AD | 0 | F | 8 | 1A | 14D | 12 | 44 |
| Octal | 275 | 240 | 255 | 0 | 17 | 10 | 32 | 515 | 22 | 104 |
| Binary | 10111101 | 10100000 | 10101101 | 0 | 1111 | 1000 | 11010 | 101001101 | 10010 | 1000100 |
Color Harmonies of #BDA0AD
Complementary color
Monochromatic Colors of #BDA0AD
Black with #BDA0AD
Text Example
Text Example
White with #BDA0AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA0AD; }
p { color: rgb(189,160,173); }
H1.HeaderClassName
{
color: #BDA0AD;
}
.AnyTagClassName
{
color: #BDA0AD;
}
</style>
background-color css
<style>
a { background-color: #BDA0AD; }
a { background-color: rgb(189,160,173); }
div.DivClassName
{
background-color: #BDA0AD;
}
.BgClassName
{
background-color: #BDA0AD;
}
</style>
border-color css
<style>
span { border-color: #BDA0AD; }
span { border-color: rgb(189,160,173); }
td.TdClassName
{
border-color: #BDA0AD;
}
.TagClassName
{
border-color: #BDA0AD;
}
</style>