Shades of Lily #BDA0AB
Tints of Lily #BDA0AB
RGB
CMYK
RGB Variations
Color information
#BDA0AB (or 0xBDA0AB) is known color: Lily. HEX triplet: BD, A0 and AB. RGB value is (189,160,171). Sum of RGB (Red+Green+Blue) = 189+160+171=520 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.35% from 520); Green value is 160 (62.89% from 255 or 30.77% from 520); Blue value is 171 (67.19% from 255 or 32.88% from 520); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA0AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA0AB is #425F54. Grayscale: #A9A9A9. Windows color (decimal): -4349781 or 11247805. OLE color: 11247805.
HSL color Cylindrical-coordinate representation of color #BDA0AB: hue angle of 337.24º 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 #BDA0AB is Cyan = 0, Magento = 0.15, Yellow = 0.10 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 160 | 171 | - |
| CMYK | 0 | 0.15 | 0.10 | 0.26 |
| HSL | 337.24º | 0.18% | 0.68% | - |
| HSV(B) | 337.24º | 0.15% | 0.74% | - |
| XYZ | 40.91 | 38.9 | 43.88 | - |
| YUV | 169.93 | 128.61 | 141.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 160 | 171 | 0 | 0.15 | 0.10 | 0.26 | 337.24 | 0.18 | 0.68 |
| Hex | BD | A0 | AB | 0 | F | A | 1A | 151 | 12 | 44 |
| Octal | 275 | 240 | 253 | 0 | 17 | 12 | 32 | 521 | 22 | 104 |
| Binary | 10111101 | 10100000 | 10101011 | 0 | 1111 | 1010 | 11010 | 101010001 | 10010 | 1000100 |
Color Harmonies of #BDA0AB
Complementary color
Monochromatic Colors of #BDA0AB
Black with #BDA0AB
Text Example
Text Example
White with #BDA0AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA0AB; }
p { color: rgb(189,160,171); }
H1.HeaderClassName
{
color: #BDA0AB;
}
.AnyTagClassName
{
color: #BDA0AB;
}
</style>
background-color css
<style>
a { background-color: #BDA0AB; }
a { background-color: rgb(189,160,171); }
div.DivClassName
{
background-color: #BDA0AB;
}
.BgClassName
{
background-color: #BDA0AB;
}
</style>
border-color css
<style>
span { border-color: #BDA0AB; }
span { border-color: rgb(189,160,171); }
td.TdClassName
{
border-color: #BDA0AB;
}
.TagClassName
{
border-color: #BDA0AB;
}
</style>