Shades of Lily #BDABB1
Tints of Lily #BDABB1
RGB
CMYK
RGB Variations
Color information
#BDABB1 (or 0xBDABB1) is known color: Lily. HEX triplet: BD, AB and B1. RGB value is (189,171,177). Sum of RGB (Red+Green+Blue) = 189+171+177=537 (71% of max value = 765). Red value is 189 (74.22% from 255 or 35.20% from 537); Green value is 171 (67.19% from 255 or 31.84% from 537); Blue value is 177 (69.53% from 255 or 32.96% from 537); Max value from RGB is 189 - color contains mainly: red. Hex color #BDABB1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDABB1 is #42544E. Grayscale: #B1B1B1. Windows color (decimal): -4346959 or 11643837. OLE color: 11643837.
HSL color Cylindrical-coordinate representation of color #BDABB1: hue angle of 340º 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 #BDABB1 is Cyan = 0, Magento = 0.10, Yellow = 0.06 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 171 | 177 | - |
| CMYK | 0 | 0.10 | 0.06 | 0.26 |
| HSL | 340º | 0.12% | 0.71% | - |
| HSV(B) | 340º | 0.1% | 0.74% | - |
| XYZ | 43.48 | 43.12 | 47.63 | - |
| YUV | 177.07 | 127.96 | 136.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 171 | 177 | 0 | 0.10 | 0.06 | 0.26 | 340 | 0.12 | 0.71 |
| Hex | BD | AB | B1 | 0 | A | 6 | 1A | 154 | C | 47 |
| Octal | 275 | 253 | 261 | 0 | 12 | 6 | 32 | 524 | 14 | 107 |
| Binary | 10111101 | 10101011 | 10110001 | 0 | 1010 | 110 | 11010 | 101010100 | 1100 | 1000111 |
Color Harmonies of #BDABB1
Complementary color
Monochromatic Colors of #BDABB1
Black with #BDABB1
Text Example
Text Example
White with #BDABB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDABB1; }
p { color: rgb(189,171,177); }
H1.HeaderClassName
{
color: #BDABB1;
}
.AnyTagClassName
{
color: #BDABB1;
}
</style>
background-color css
<style>
a { background-color: #BDABB1; }
a { background-color: rgb(189,171,177); }
div.DivClassName
{
background-color: #BDABB1;
}
.BgClassName
{
background-color: #BDABB1;
}
</style>
border-color css
<style>
span { border-color: #BDABB1; }
span { border-color: rgb(189,171,177); }
td.TdClassName
{
border-color: #BDABB1;
}
.TagClassName
{
border-color: #BDABB1;
}
</style>