Shades of Lily #BDABB7
Tints of Lily #BDABB7
RGB
CMYK
RGB Variations
Color information
#BDABB7 (or 0xBDABB7) is known color: Lily. HEX triplet: BD, AB and B7. RGB value is (189,171,183). Sum of RGB (Red+Green+Blue) = 189+171+183=543 (71% of max value = 765). Red value is 189 (74.22% from 255 or 34.81% from 543); Green value is 171 (67.19% from 255 or 31.49% from 543); Blue value is 183 (71.88% from 255 or 33.70% from 543); Max value from RGB is 189 - color contains mainly: red. Hex color #BDABB7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDABB7 is #425448. Grayscale: #B1B1B1. Windows color (decimal): -4346953 or 12037053. OLE color: 12037053.
HSL color Cylindrical-coordinate representation of color #BDABB7: hue angle of 320º 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 #BDABB7 is Cyan = 0, Magento = 0.10, Yellow = 0.03 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 171 | 183 | - |
| CMYK | 0 | 0.10 | 0.03 | 0.26 |
| HSL | 320º | 0.12% | 0.71% | - |
| HSV(B) | 320º | 0.1% | 0.74% | - |
| XYZ | 44.1 | 43.36 | 50.85 | - |
| YUV | 177.75 | 130.96 | 136.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 171 | 183 | 0 | 0.10 | 0.03 | 0.26 | 320 | 0.12 | 0.71 |
| Hex | BD | AB | B7 | 0 | A | 3 | 1A | 140 | C | 47 |
| Octal | 275 | 253 | 267 | 0 | 12 | 3 | 32 | 500 | 14 | 107 |
| Binary | 10111101 | 10101011 | 10110111 | 0 | 1010 | 11 | 11010 | 101000000 | 1100 | 1000111 |
Color Harmonies of #BDABB7
Complementary color
Monochromatic Colors of #BDABB7
Black with #BDABB7
Text Example
Text Example
White with #BDABB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDABB7; }
p { color: rgb(189,171,183); }
H1.HeaderClassName
{
color: #BDABB7;
}
.AnyTagClassName
{
color: #BDABB7;
}
</style>
background-color css
<style>
a { background-color: #BDABB7; }
a { background-color: rgb(189,171,183); }
div.DivClassName
{
background-color: #BDABB7;
}
.BgClassName
{
background-color: #BDABB7;
}
</style>
border-color css
<style>
span { border-color: #BDABB7; }
span { border-color: rgb(189,171,183); }
td.TdClassName
{
border-color: #BDABB7;
}
.TagClassName
{
border-color: #BDABB7;
}
</style>