Shades of Lily #BDABB6
Tints of Lily #BDABB6
RGB
CMYK
RGB Variations
Color information
#BDABB6 (or 0xBDABB6) is known color: Lily. HEX triplet: BD, AB and B6. RGB value is (189,171,182). Sum of RGB (Red+Green+Blue) = 189+171+182=542 (71% of max value = 765). Red value is 189 (74.22% from 255 or 34.87% from 542); Green value is 171 (67.19% from 255 or 31.55% from 542); Blue value is 182 (71.48% from 255 or 33.58% from 542); Max value from RGB is 189 - color contains mainly: red. Hex color #BDABB6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDABB6 is #425449. Grayscale: #B1B1B1. Windows color (decimal): -4346954 or 11971517. OLE color: 11971517.
HSL color Cylindrical-coordinate representation of color #BDABB6: hue angle of 323.33º 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 #BDABB6 is Cyan = 0, Magento = 0.10, Yellow = 0.04 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 171 | 182 | - |
| CMYK | 0 | 0.10 | 0.04 | 0.26 |
| HSL | 323.33º | 0.12% | 0.71% | - |
| HSV(B) | 323.33º | 0.1% | 0.74% | - |
| XYZ | 43.99 | 43.32 | 50.3 | - |
| YUV | 177.64 | 130.46 | 136.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 171 | 182 | 0 | 0.10 | 0.04 | 0.26 | 323.33 | 0.12 | 0.71 |
| Hex | BD | AB | B6 | 0 | A | 4 | 1A | 143 | C | 47 |
| Octal | 275 | 253 | 266 | 0 | 12 | 4 | 32 | 503 | 14 | 107 |
| Binary | 10111101 | 10101011 | 10110110 | 0 | 1010 | 100 | 11010 | 101000011 | 1100 | 1000111 |
Color Harmonies of #BDABB6
Complementary color
Monochromatic Colors of #BDABB6
Black with #BDABB6
Text Example
Text Example
White with #BDABB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDABB6; }
p { color: rgb(189,171,182); }
H1.HeaderClassName
{
color: #BDABB6;
}
.AnyTagClassName
{
color: #BDABB6;
}
</style>
background-color css
<style>
a { background-color: #BDABB6; }
a { background-color: rgb(189,171,182); }
div.DivClassName
{
background-color: #BDABB6;
}
.BgClassName
{
background-color: #BDABB6;
}
</style>
border-color css
<style>
span { border-color: #BDABB6; }
span { border-color: rgb(189,171,182); }
td.TdClassName
{
border-color: #BDABB6;
}
.TagClassName
{
border-color: #BDABB6;
}
</style>