Shades of Lily #BDA5AD
Tints of Lily #BDA5AD
RGB
CMYK
RGB Variations
Color information
#BDA5AD (or 0xBDA5AD) is known color: Lily. HEX triplet: BD, A5 and AD. RGB value is (189,165,173). Sum of RGB (Red+Green+Blue) = 189+165+173=527 (69% of max value = 765). Red value is 189 (74.22% from 255 or 35.86% from 527); Green value is 165 (64.84% from 255 or 31.31% from 527); Blue value is 173 (67.97% from 255 or 32.83% from 527); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA5AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA5AD is #425A52. Grayscale: #ADADAD. Windows color (decimal): -4348499 or 11380157. OLE color: 11380157.
HSL color Cylindrical-coordinate representation of color #BDA5AD: hue angle of 340º degrees, saturation: 0.15, 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 #BDA5AD is Cyan = 0, Magento = 0.13, Yellow = 0.08 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 165 | 173 | - |
| CMYK | 0 | 0.13 | 0.08 | 0.26 |
| HSL | 340º | 0.15% | 0.69% | - |
| HSV(B) | 340º | 0.13% | 0.74% | - |
| XYZ | 41.98 | 40.75 | 45.19 | - |
| YUV | 173.09 | 127.95 | 139.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 165 | 173 | 0 | 0.13 | 0.08 | 0.26 | 340 | 0.15 | 0.69 |
| Hex | BD | A5 | AD | 0 | D | 8 | 1A | 154 | F | 45 |
| Octal | 275 | 245 | 255 | 0 | 15 | 10 | 32 | 524 | 17 | 105 |
| Binary | 10111101 | 10100101 | 10101101 | 0 | 1101 | 1000 | 11010 | 101010100 | 1111 | 1000101 |
Color Harmonies of #BDA5AD
Complementary color
Monochromatic Colors of #BDA5AD
Black with #BDA5AD
Text Example
Text Example
White with #BDA5AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA5AD; }
p { color: rgb(189,165,173); }
H1.HeaderClassName
{
color: #BDA5AD;
}
.AnyTagClassName
{
color: #BDA5AD;
}
</style>
background-color css
<style>
a { background-color: #BDA5AD; }
a { background-color: rgb(189,165,173); }
div.DivClassName
{
background-color: #BDA5AD;
}
.BgClassName
{
background-color: #BDA5AD;
}
</style>
border-color css
<style>
span { border-color: #BDA5AD; }
span { border-color: rgb(189,165,173); }
td.TdClassName
{
border-color: #BDA5AD;
}
.TagClassName
{
border-color: #BDA5AD;
}
</style>