Shades of Lily #BD9DAD
Tints of Lily #BD9DAD
RGB
CMYK
RGB Variations
Color information
#BD9DAD (or 0xBD9DAD) is known color: Lily. HEX triplet: BD, 9D and AD. RGB value is (189,157,173). Sum of RGB (Red+Green+Blue) = 189+157+173=519 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.42% from 519); Green value is 157 (61.72% from 255 or 30.25% from 519); Blue value is 173 (67.97% from 255 or 33.33% from 519); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9DAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD9DAD is #426252. Grayscale: #A8A8A8. Windows color (decimal): -4350547 or 11378109. OLE color: 11378109.
HSL color Cylindrical-coordinate representation of color #BD9DAD: hue angle of 330º degrees, saturation: 0.2, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BD9DAD is Cyan = 0, Magento = 0.17, Yellow = 0.08 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 157 | 173 | - |
| CMYK | 0 | 0.17 | 0.08 | 0.26 |
| HSL | 330º | 0.2% | 0.68% | - |
| HSV(B) | 330º | 0.17% | 0.74% | - |
| XYZ | 40.59 | 37.95 | 44.72 | - |
| YUV | 168.39 | 130.6 | 142.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 157 | 173 | 0 | 0.17 | 0.08 | 0.26 | 330 | 0.2 | 0.68 |
| Hex | BD | 9D | AD | 0 | 11 | 8 | 1A | 14A | 14 | 44 |
| Octal | 275 | 235 | 255 | 0 | 21 | 10 | 32 | 512 | 24 | 104 |
| Binary | 10111101 | 10011101 | 10101101 | 0 | 10001 | 1000 | 11010 | 101001010 | 10100 | 1000100 |
Color Harmonies of #BD9DAD
Complementary color
Monochromatic Colors of #BD9DAD
Black with #BD9DAD
Text Example
Text Example
White with #BD9DAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD9DAD; }
p { color: rgb(189,157,173); }
H1.HeaderClassName
{
color: #BD9DAD;
}
.AnyTagClassName
{
color: #BD9DAD;
}
</style>
background-color css
<style>
a { background-color: #BD9DAD; }
a { background-color: rgb(189,157,173); }
div.DivClassName
{
background-color: #BD9DAD;
}
.BgClassName
{
background-color: #BD9DAD;
}
</style>
border-color css
<style>
span { border-color: #BD9DAD; }
span { border-color: rgb(189,157,173); }
td.TdClassName
{
border-color: #BD9DAD;
}
.TagClassName
{
border-color: #BD9DAD;
}
</style>