Shades of Lily #BDA5AF
Tints of Lily #BDA5AF
RGB
CMYK
RGB Variations
Color information
#BDA5AF (or 0xBDA5AF) is known color: Lily. HEX triplet: BD, A5 and AF. RGB value is (189,165,175). Sum of RGB (Red+Green+Blue) = 189+165+175=529 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.73% from 529); Green value is 165 (64.84% from 255 or 31.19% from 529); Blue value is 175 (68.75% from 255 or 33.08% from 529); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA5AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA5AF is #425A50. Grayscale: #ADADAD. Windows color (decimal): -4348497 or 11511229. OLE color: 11511229.
HSL color Cylindrical-coordinate representation of color #BDA5AF: hue angle of 335º 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 #BDA5AF is Cyan = 0, Magento = 0.13, Yellow = 0.07 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 165 | 175 | - |
| CMYK | 0 | 0.13 | 0.07 | 0.26 |
| HSL | 335º | 0.15% | 0.69% | - |
| HSV(B) | 335º | 0.13% | 0.74% | - |
| XYZ | 42.18 | 40.82 | 46.21 | - |
| YUV | 173.32 | 128.95 | 139.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 165 | 175 | 0 | 0.13 | 0.07 | 0.26 | 335 | 0.15 | 0.69 |
| Hex | BD | A5 | AF | 0 | D | 7 | 1A | 14F | F | 45 |
| Octal | 275 | 245 | 257 | 0 | 15 | 7 | 32 | 517 | 17 | 105 |
| Binary | 10111101 | 10100101 | 10101111 | 0 | 1101 | 111 | 11010 | 101001111 | 1111 | 1000101 |
Color Harmonies of #BDA5AF
Complementary color
Monochromatic Colors of #BDA5AF
Black with #BDA5AF
Text Example
Text Example
White with #BDA5AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA5AF; }
p { color: rgb(189,165,175); }
H1.HeaderClassName
{
color: #BDA5AF;
}
.AnyTagClassName
{
color: #BDA5AF;
}
</style>
background-color css
<style>
a { background-color: #BDA5AF; }
a { background-color: rgb(189,165,175); }
div.DivClassName
{
background-color: #BDA5AF;
}
.BgClassName
{
background-color: #BDA5AF;
}
</style>
border-color css
<style>
span { border-color: #BDA5AF; }
span { border-color: rgb(189,165,175); }
td.TdClassName
{
border-color: #BDA5AF;
}
.TagClassName
{
border-color: #BDA5AF;
}
</style>