Shades of Lily #BD9AAF
Tints of Lily #BD9AAF
RGB
CMYK
RGB Variations
Color information
#BD9AAF (or 0xBD9AAF) is known color: Lily. HEX triplet: BD, 9A and AF. RGB value is (189,154,175). Sum of RGB (Red+Green+Blue) = 189+154+175=518 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.49% from 518); Green value is 154 (60.55% from 255 or 29.73% from 518); Blue value is 175 (68.75% from 255 or 33.78% from 518); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9AAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD9AAF is #426550. Grayscale: #A6A6A6. Windows color (decimal): -4351313 or 11508413. OLE color: 11508413.
HSL color Cylindrical-coordinate representation of color #BD9AAF: hue angle of 324º 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 #BD9AAF is Cyan = 0, Magento = 0.19, Yellow = 0.07 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 154 | 175 | - |
| CMYK | 0 | 0.19 | 0.07 | 0.26 |
| HSL | 324º | 0.21% | 0.67% | - |
| HSV(B) | 324º | 0.19% | 0.74% | - |
| XYZ | 40.28 | 37.03 | 45.58 | - |
| YUV | 166.86 | 132.6 | 143.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 154 | 175 | 0 | 0.19 | 0.07 | 0.26 | 324 | 0.21 | 0.67 |
| Hex | BD | 9A | AF | 0 | 13 | 7 | 1A | 144 | 15 | 43 |
| Octal | 275 | 232 | 257 | 0 | 23 | 7 | 32 | 504 | 25 | 103 |
| Binary | 10111101 | 10011010 | 10101111 | 0 | 10011 | 111 | 11010 | 101000100 | 10101 | 1000011 |
Color Harmonies of #BD9AAF
Complementary color
Monochromatic Colors of #BD9AAF
Black with #BD9AAF
Text Example
Text Example
White with #BD9AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD9AAF; }
p { color: rgb(189,154,175); }
H1.HeaderClassName
{
color: #BD9AAF;
}
.AnyTagClassName
{
color: #BD9AAF;
}
</style>
background-color css
<style>
a { background-color: #BD9AAF; }
a { background-color: rgb(189,154,175); }
div.DivClassName
{
background-color: #BD9AAF;
}
.BgClassName
{
background-color: #BD9AAF;
}
</style>
border-color css
<style>
span { border-color: #BD9AAF; }
span { border-color: rgb(189,154,175); }
td.TdClassName
{
border-color: #BD9AAF;
}
.TagClassName
{
border-color: #BD9AAF;
}
</style>