Shades of Lily #BDA4AE
Tints of Lily #BDA4AE
RGB
CMYK
RGB Variations
Color information
#BDA4AE (or 0xBDA4AE) is known color: Lily. HEX triplet: BD, A4 and AE. RGB value is (189,164,174). Sum of RGB (Red+Green+Blue) = 189+164+174=527 (69% of max value = 765). Red value is 189 (74.22% from 255 or 35.86% from 527); Green value is 164 (64.45% from 255 or 31.12% from 527); Blue value is 174 (68.36% from 255 or 33.02% from 527); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA4AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA4AE is #425B51. Grayscale: #ACACAC. Windows color (decimal): -4348754 or 11445437. OLE color: 11445437.
HSL color Cylindrical-coordinate representation of color #BDA4AE: hue angle of 336º 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 #BDA4AE is Cyan = 0, Magento = 0.13, Yellow = 0.08 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 164 | 174 | - |
| CMYK | 0 | 0.13 | 0.08 | 0.26 |
| HSL | 336º | 0.16% | 0.69% | - |
| HSV(B) | 336º | 0.13% | 0.74% | - |
| XYZ | 41.9 | 40.43 | 45.64 | - |
| YUV | 172.62 | 128.78 | 139.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 164 | 174 | 0 | 0.13 | 0.08 | 0.26 | 336 | 0.16 | 0.69 |
| Hex | BD | A4 | AE | 0 | D | 8 | 1A | 150 | 10 | 45 |
| Octal | 275 | 244 | 256 | 0 | 15 | 10 | 32 | 520 | 20 | 105 |
| Binary | 10111101 | 10100100 | 10101110 | 0 | 1101 | 1000 | 11010 | 101010000 | 10000 | 1000101 |
Color Harmonies of #BDA4AE
Complementary color
Monochromatic Colors of #BDA4AE
Black with #BDA4AE
Text Example
Text Example
White with #BDA4AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA4AE; }
p { color: rgb(189,164,174); }
H1.HeaderClassName
{
color: #BDA4AE;
}
.AnyTagClassName
{
color: #BDA4AE;
}
</style>
background-color css
<style>
a { background-color: #BDA4AE; }
a { background-color: rgb(189,164,174); }
div.DivClassName
{
background-color: #BDA4AE;
}
.BgClassName
{
background-color: #BDA4AE;
}
</style>
border-color css
<style>
span { border-color: #BDA4AE; }
span { border-color: rgb(189,164,174); }
td.TdClassName
{
border-color: #BDA4AE;
}
.TagClassName
{
border-color: #BDA4AE;
}
</style>