Shades of Lily #BDABB5
Tints of Lily #BDABB5
RGB
CMYK
RGB Variations
Color information
#BDABB5 (or 0xBDABB5) is known color: Lily. HEX triplet: BD, AB and B5. RGB value is (189,171,181). Sum of RGB (Red+Green+Blue) = 189+171+181=541 (71% of max value = 765). Red value is 189 (74.22% from 255 or 34.94% from 541); Green value is 171 (67.19% from 255 or 31.61% from 541); Blue value is 181 (71.09% from 255 or 33.46% from 541); Max value from RGB is 189 - color contains mainly: red. Hex color #BDABB5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDABB5 is #42544A. Grayscale: #B1B1B1. Windows color (decimal): -4346955 or 11905981. OLE color: 11905981.
HSL color Cylindrical-coordinate representation of color #BDABB5: hue angle of 326.67º degrees, saturation: 0.12, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BDABB5 is Cyan = 0, Magento = 0.10, Yellow = 0.04 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 171 | 181 | - |
| CMYK | 0 | 0.10 | 0.04 | 0.26 |
| HSL | 326.67º | 0.12% | 0.71% | - |
| HSV(B) | 326.67º | 0.1% | 0.74% | - |
| XYZ | 43.89 | 43.28 | 49.76 | - |
| YUV | 177.52 | 129.96 | 136.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 171 | 181 | 0 | 0.10 | 0.04 | 0.26 | 326.67 | 0.12 | 0.71 |
| Hex | BD | AB | B5 | 0 | A | 4 | 1A | 147 | C | 47 |
| Octal | 275 | 253 | 265 | 0 | 12 | 4 | 32 | 507 | 14 | 107 |
| Binary | 10111101 | 10101011 | 10110101 | 0 | 1010 | 100 | 11010 | 101000111 | 1100 | 1000111 |
Color Harmonies of #BDABB5
Complementary color
Monochromatic Colors of #BDABB5
Black with #BDABB5
Text Example
Text Example
White with #BDABB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDABB5; }
p { color: rgb(189,171,181); }
H1.HeaderClassName
{
color: #BDABB5;
}
.AnyTagClassName
{
color: #BDABB5;
}
</style>
background-color css
<style>
a { background-color: #BDABB5; }
a { background-color: rgb(189,171,181); }
div.DivClassName
{
background-color: #BDABB5;
}
.BgClassName
{
background-color: #BDABB5;
}
</style>
border-color css
<style>
span { border-color: #BDABB5; }
span { border-color: rgb(189,171,181); }
td.TdClassName
{
border-color: #BDABB5;
}
.TagClassName
{
border-color: #BDABB5;
}
</style>