Shades of Lily #BD9AAB
Tints of Lily #BD9AAB
RGB
CMYK
RGB Variations
Color information
#BD9AAB (or 0xBD9AAB) is known color: Lily. HEX triplet: BD, 9A and AB. RGB value is (189,154,171). Sum of RGB (Red+Green+Blue) = 189+154+171=514 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.77% from 514); Green value is 154 (60.55% from 255 or 29.96% from 514); Blue value is 171 (67.19% from 255 or 33.27% from 514); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9AAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD9AAB is #426554. Grayscale: #A6A6A6. Windows color (decimal): -4351317 or 11246269. OLE color: 11246269.
HSL color Cylindrical-coordinate representation of color #BD9AAB: hue angle of 330.86º degrees, saturation: 0.21, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BD9AAB is Cyan = 0, Magento = 0.19, Yellow = 0.10 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 154 | 171 | - |
| CMYK | 0 | 0.19 | 0.10 | 0.26 |
| HSL | 330.86º | 0.21% | 0.67% | - |
| HSV(B) | 330.86º | 0.19% | 0.74% | - |
| XYZ | 39.89 | 36.87 | 43.54 | - |
| YUV | 166.4 | 130.6 | 144.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 154 | 171 | 0 | 0.19 | 0.10 | 0.26 | 330.86 | 0.21 | 0.67 |
| Hex | BD | 9A | AB | 0 | 13 | A | 1A | 14B | 15 | 43 |
| Octal | 275 | 232 | 253 | 0 | 23 | 12 | 32 | 513 | 25 | 103 |
| Binary | 10111101 | 10011010 | 10101011 | 0 | 10011 | 1010 | 11010 | 101001011 | 10101 | 1000011 |
Color Harmonies of #BD9AAB
Complementary color
Monochromatic Colors of #BD9AAB
Black with #BD9AAB
Text Example
Text Example
White with #BD9AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD9AAB; }
p { color: rgb(189,154,171); }
H1.HeaderClassName
{
color: #BD9AAB;
}
.AnyTagClassName
{
color: #BD9AAB;
}
</style>
background-color css
<style>
a { background-color: #BD9AAB; }
a { background-color: rgb(189,154,171); }
div.DivClassName
{
background-color: #BD9AAB;
}
.BgClassName
{
background-color: #BD9AAB;
}
</style>
border-color css
<style>
span { border-color: #BD9AAB; }
span { border-color: rgb(189,154,171); }
td.TdClassName
{
border-color: #BD9AAB;
}
.TagClassName
{
border-color: #BD9AAB;
}
</style>