Shades of Lily #BDA0AC
Tints of Lily #BDA0AC
RGB
CMYK
RGB Variations
Color information
#BDA0AC (or 0xBDA0AC) is known color: Lily. HEX triplet: BD, A0 and AC. RGB value is (189,160,172). Sum of RGB (Red+Green+Blue) = 189+160+172=521 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36.28% from 521); Green value is 160 (62.89% from 255 or 30.71% from 521); Blue value is 172 (67.58% from 255 or 33.01% from 521); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA0AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA0AC is #425F53. Grayscale: #AAAAAA. Windows color (decimal): -4349780 or 11313341. OLE color: 11313341.
HSL color Cylindrical-coordinate representation of color #BDA0AC: hue angle of 335.17º degrees, saturation: 0.18, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BDA0AC is Cyan = 0, Magento = 0.15, Yellow = 0.09 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 160 | 172 | - |
| CMYK | 0 | 0.15 | 0.09 | 0.26 |
| HSL | 335.17º | 0.18% | 0.68% | - |
| HSV(B) | 335.17º | 0.15% | 0.74% | - |
| XYZ | 41 | 38.94 | 44.38 | - |
| YUV | 170.04 | 129.11 | 141.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 160 | 172 | 0 | 0.15 | 0.09 | 0.26 | 335.17 | 0.18 | 0.68 |
| Hex | BD | A0 | AC | 0 | F | 9 | 1A | 14F | 12 | 44 |
| Octal | 275 | 240 | 254 | 0 | 17 | 11 | 32 | 517 | 22 | 104 |
| Binary | 10111101 | 10100000 | 10101100 | 0 | 1111 | 1001 | 11010 | 101001111 | 10010 | 1000100 |
Color Harmonies of #BDA0AC
Complementary color
Monochromatic Colors of #BDA0AC
Black with #BDA0AC
Text Example
Text Example
White with #BDA0AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA0AC; }
p { color: rgb(189,160,172); }
H1.HeaderClassName
{
color: #BDA0AC;
}
.AnyTagClassName
{
color: #BDA0AC;
}
</style>
background-color css
<style>
a { background-color: #BDA0AC; }
a { background-color: rgb(189,160,172); }
div.DivClassName
{
background-color: #BDA0AC;
}
.BgClassName
{
background-color: #BDA0AC;
}
</style>
border-color css
<style>
span { border-color: #BDA0AC; }
span { border-color: rgb(189,160,172); }
td.TdClassName
{
border-color: #BDA0AC;
}
.TagClassName
{
border-color: #BDA0AC;
}
</style>