Shades of Lily #BDA4AF
Tints of Lily #BDA4AF
RGB
CMYK
RGB Variations
Color information
#BDA4AF (or 0xBDA4AF) is known color: Lily. HEX triplet: BD, A4 and AF. RGB value is (189,164,175). Sum of RGB (Red+Green+Blue) = 189+164+175=528 (69% of max value = 765). Red value is 189 (74.22% from 255 or 35.80% from 528); Green value is 164 (64.45% from 255 or 31.06% from 528); Blue value is 175 (68.75% from 255 or 33.14% from 528); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA4AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA4AF is #425B50. Grayscale: #ACACAC. Windows color (decimal): -4348753 or 11510973. OLE color: 11510973.
HSL color Cylindrical-coordinate representation of color #BDA4AF: hue angle of 333.6º degrees, saturation: 0.16, 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 #BDA4AF is Cyan = 0, Magento = 0.13, Yellow = 0.07 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 164 | 175 | - |
| CMYK | 0 | 0.13 | 0.07 | 0.26 |
| HSL | 333.6º | 0.16% | 0.69% | - |
| HSV(B) | 333.6º | 0.13% | 0.74% | - |
| XYZ | 42 | 40.46 | 46.15 | - |
| YUV | 172.73 | 129.28 | 139.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 164 | 175 | 0 | 0.13 | 0.07 | 0.26 | 333.6 | 0.16 | 0.69 |
| Hex | BD | A4 | AF | 0 | D | 7 | 1A | 14E | 10 | 45 |
| Octal | 275 | 244 | 257 | 0 | 15 | 7 | 32 | 516 | 20 | 105 |
| Binary | 10111101 | 10100100 | 10101111 | 0 | 1101 | 111 | 11010 | 101001110 | 10000 | 1000101 |
Color Harmonies of #BDA4AF
Complementary color
Monochromatic Colors of #BDA4AF
Black with #BDA4AF
Text Example
Text Example
White with #BDA4AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA4AF; }
p { color: rgb(189,164,175); }
H1.HeaderClassName
{
color: #BDA4AF;
}
.AnyTagClassName
{
color: #BDA4AF;
}
</style>
background-color css
<style>
a { background-color: #BDA4AF; }
a { background-color: rgb(189,164,175); }
div.DivClassName
{
background-color: #BDA4AF;
}
.BgClassName
{
background-color: #BDA4AF;
}
</style>
border-color css
<style>
span { border-color: #BDA4AF; }
span { border-color: rgb(189,164,175); }
td.TdClassName
{
border-color: #BDA4AF;
}
.TagClassName
{
border-color: #BDA4AF;
}
</style>