Shades of Lily #BD9AAD
Tints of Lily #BD9AAD
RGB
CMYK
RGB Variations
Color information
#BD9AAD (or 0xBD9AAD) is known color: Lily. HEX triplet: BD, 9A and AD. RGB value is (189,154,173). Sum of RGB (Red+Green+Blue) = 189+154+173=516 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.63% from 516); Green value is 154 (60.55% from 255 or 29.84% from 516); Blue value is 173 (67.97% from 255 or 33.53% from 516); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9AAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD9AAD is #426552. Grayscale: #A6A6A6. Windows color (decimal): -4351315 or 11377341. OLE color: 11377341.
HSL color Cylindrical-coordinate representation of color #BD9AAD: hue angle of 327.43º 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 #BD9AAD is Cyan = 0, Magento = 0.19, Yellow = 0.08 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 154 | 173 | - |
| CMYK | 0 | 0.19 | 0.08 | 0.26 |
| HSL | 327.43º | 0.21% | 0.67% | - |
| HSV(B) | 327.43º | 0.19% | 0.74% | - |
| XYZ | 40.08 | 36.95 | 44.55 | - |
| YUV | 166.63 | 131.6 | 143.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 154 | 173 | 0 | 0.19 | 0.08 | 0.26 | 327.43 | 0.21 | 0.67 |
| Hex | BD | 9A | AD | 0 | 13 | 8 | 1A | 147 | 15 | 43 |
| Octal | 275 | 232 | 255 | 0 | 23 | 10 | 32 | 507 | 25 | 103 |
| Binary | 10111101 | 10011010 | 10101101 | 0 | 10011 | 1000 | 11010 | 101000111 | 10101 | 1000011 |
Color Harmonies of #BD9AAD
Complementary color
Monochromatic Colors of #BD9AAD
Black with #BD9AAD
Text Example
Text Example
White with #BD9AAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD9AAD; }
p { color: rgb(189,154,173); }
H1.HeaderClassName
{
color: #BD9AAD;
}
.AnyTagClassName
{
color: #BD9AAD;
}
</style>
background-color css
<style>
a { background-color: #BD9AAD; }
a { background-color: rgb(189,154,173); }
div.DivClassName
{
background-color: #BD9AAD;
}
.BgClassName
{
background-color: #BD9AAD;
}
</style>
border-color css
<style>
span { border-color: #BD9AAD; }
span { border-color: rgb(189,154,173); }
td.TdClassName
{
border-color: #BD9AAD;
}
.TagClassName
{
border-color: #BD9AAD;
}
</style>