Shades of Lily #BD9AA9
Tints of Lily #BD9AA9
RGB
CMYK
RGB Variations
Color information
#BD9AA9 (or 0xBD9AA9) is known color: Lily. HEX triplet: BD, 9A and A9. RGB value is (189,154,169). Sum of RGB (Red+Green+Blue) = 189+154+169=512 (67% of max value = 765). Red value is 189 (74.22% from 255 or 36.91% from 512); Green value is 154 (60.55% from 255 or 30.08% from 512); Blue value is 169 (66.41% from 255 or 33.01% from 512); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9AA9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD9AA9 is #426556. Grayscale: #A6A6A6. Windows color (decimal): -4351319 or 11115197. OLE color: 11115197.
HSL color Cylindrical-coordinate representation of color #BD9AA9: hue angle of 334.29º 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 #BD9AA9 is Cyan = 0, Magento = 0.19, Yellow = 0.11 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 154 | 169 | - |
| CMYK | 0 | 0.19 | 0.11 | 0.26 |
| HSL | 334.29º | 0.21% | 0.67% | - |
| HSV(B) | 334.29º | 0.19% | 0.74% | - |
| XYZ | 39.7 | 36.79 | 42.55 | - |
| YUV | 166.18 | 129.6 | 144.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 154 | 169 | 0 | 0.19 | 0.11 | 0.26 | 334.29 | 0.21 | 0.67 |
| Hex | BD | 9A | A9 | 0 | 13 | B | 1A | 14E | 15 | 43 |
| Octal | 275 | 232 | 251 | 0 | 23 | 13 | 32 | 516 | 25 | 103 |
| Binary | 10111101 | 10011010 | 10101001 | 0 | 10011 | 1011 | 11010 | 101001110 | 10101 | 1000011 |
Color Harmonies of #BD9AA9
Complementary color
Monochromatic Colors of #BD9AA9
Black with #BD9AA9
Text Example
Text Example
White with #BD9AA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD9AA9; }
p { color: rgb(189,154,169); }
H1.HeaderClassName
{
color: #BD9AA9;
}
.AnyTagClassName
{
color: #BD9AA9;
}
</style>
background-color css
<style>
a { background-color: #BD9AA9; }
a { background-color: rgb(189,154,169); }
div.DivClassName
{
background-color: #BD9AA9;
}
.BgClassName
{
background-color: #BD9AA9;
}
</style>
border-color css
<style>
span { border-color: #BD9AA9; }
span { border-color: rgb(189,154,169); }
td.TdClassName
{
border-color: #BD9AA9;
}
.TagClassName
{
border-color: #BD9AA9;
}
</style>