Shades of Lily #BDA1AB
Tints of Lily #BDA1AB
RGB
CMYK
RGB Variations
Color information
#BDA1AB (or 0xBDA1AB) is known color: Lily. HEX triplet: BD, A1 and AB. RGB value is (189,161,171). Sum of RGB (Red+Green+Blue) = 189+161+171=521 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36.28% from 521); Green value is 161 (63.28% from 255 or 30.90% from 521); Blue value is 171 (67.19% from 255 or 32.82% from 521); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA1AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA1AB is #425E54. Grayscale: #AAAAAA. Windows color (decimal): -4349525 or 11248061. OLE color: 11248061.
HSL color Cylindrical-coordinate representation of color #BDA1AB: hue angle of 338.57º degrees, saturation: 0.17, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BDA1AB is Cyan = 0, Magento = 0.15, Yellow = 0.10 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 161 | 171 | - |
| CMYK | 0 | 0.15 | 0.10 | 0.26 |
| HSL | 338.57º | 0.18% | 0.69% | - |
| HSV(B) | 338.57º | 0.15% | 0.74% | - |
| XYZ | 41.08 | 39.25 | 43.94 | - |
| YUV | 170.51 | 128.28 | 141.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 161 | 171 | 0 | 0.15 | 0.10 | 0.26 | 338.57 | 0.18 | 0.69 |
| Hex | BD | A1 | AB | 0 | F | A | 1A | 153 | 12 | 45 |
| Octal | 275 | 241 | 253 | 0 | 17 | 12 | 32 | 523 | 22 | 105 |
| Binary | 10111101 | 10100001 | 10101011 | 0 | 1111 | 1010 | 11010 | 101010011 | 10010 | 1000101 |
Color Harmonies of #BDA1AB
Complementary color
Monochromatic Colors of #BDA1AB
Black with #BDA1AB
Text Example
Text Example
White with #BDA1AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA1AB; }
p { color: rgb(189,161,171); }
H1.HeaderClassName
{
color: #BDA1AB;
}
.AnyTagClassName
{
color: #BDA1AB;
}
</style>
background-color css
<style>
a { background-color: #BDA1AB; }
a { background-color: rgb(189,161,171); }
div.DivClassName
{
background-color: #BDA1AB;
}
.BgClassName
{
background-color: #BDA1AB;
}
</style>
border-color css
<style>
span { border-color: #BDA1AB; }
span { border-color: rgb(189,161,171); }
td.TdClassName
{
border-color: #BDA1AB;
}
.TagClassName
{
border-color: #BDA1AB;
}
</style>