Shades of Lily #BDA1AF
Tints of Lily #BDA1AF
RGB
CMYK
RGB Variations
Color information
#BDA1AF (or 0xBDA1AF) is known color: Lily. HEX triplet: BD, A1 and AF. RGB value is (189,161,175). Sum of RGB (Red+Green+Blue) = 189+161+175=525 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36% from 525); Green value is 161 (63.28% from 255 or 30.67% from 525); Blue value is 175 (68.75% from 255 or 33.33% from 525); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA1AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA1AF is #425E50. Grayscale: #AAAAAA. Windows color (decimal): -4349521 or 11510205. OLE color: 11510205.
HSL color Cylindrical-coordinate representation of color #BDA1AF: hue angle of 330º 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 #BDA1AF is Cyan = 0, Magento = 0.15, Yellow = 0.07 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 161 | 175 | - |
| CMYK | 0 | 0.15 | 0.07 | 0.26 |
| HSL | 330º | 0.18% | 0.69% | - |
| HSV(B) | 330º | 0.15% | 0.74% | - |
| XYZ | 41.47 | 39.4 | 45.98 | - |
| YUV | 170.97 | 130.28 | 140.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 161 | 175 | 0 | 0.15 | 0.07 | 0.26 | 330 | 0.18 | 0.69 |
| Hex | BD | A1 | AF | 0 | F | 7 | 1A | 14A | 12 | 45 |
| Octal | 275 | 241 | 257 | 0 | 17 | 7 | 32 | 512 | 22 | 105 |
| Binary | 10111101 | 10100001 | 10101111 | 0 | 1111 | 111 | 11010 | 101001010 | 10010 | 1000101 |
Color Harmonies of #BDA1AF
Complementary color
Monochromatic Colors of #BDA1AF
Black with #BDA1AF
Text Example
Text Example
White with #BDA1AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA1AF; }
p { color: rgb(189,161,175); }
H1.HeaderClassName
{
color: #BDA1AF;
}
.AnyTagClassName
{
color: #BDA1AF;
}
</style>
background-color css
<style>
a { background-color: #BDA1AF; }
a { background-color: rgb(189,161,175); }
div.DivClassName
{
background-color: #BDA1AF;
}
.BgClassName
{
background-color: #BDA1AF;
}
</style>
border-color css
<style>
span { border-color: #BDA1AF; }
span { border-color: rgb(189,161,175); }
td.TdClassName
{
border-color: #BDA1AF;
}
.TagClassName
{
border-color: #BDA1AF;
}
</style>