Shades of Lily #BD9EAE
Tints of Lily #BD9EAE
RGB
CMYK
RGB Variations
Color information
#BD9EAE (or 0xBD9EAE) is known color: Lily. HEX triplet: BD, 9E and AE. RGB value is (189,158,174). Sum of RGB (Red+Green+Blue) = 189+158+174=521 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36.28% from 521); Green value is 158 (62.11% from 255 or 30.33% from 521); Blue value is 174 (68.36% from 255 or 33.40% from 521); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9EAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD9EAE is #426151. Grayscale: #A9A9A9. Windows color (decimal): -4350290 or 11443901. OLE color: 11443901.
HSL color Cylindrical-coordinate representation of color #BD9EAE: hue angle of 329.03º degrees, saturation: 0.19, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BD9EAE is Cyan = 0, Magento = 0.16, Yellow = 0.08 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 158 | 174 | - |
| CMYK | 0 | 0.16 | 0.08 | 0.26 |
| HSL | 329.03º | 0.19% | 0.68% | - |
| HSV(B) | 329.03º | 0.16% | 0.74% | - |
| XYZ | 40.85 | 38.33 | 45.29 | - |
| YUV | 169.09 | 130.77 | 142.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 158 | 174 | 0 | 0.16 | 0.08 | 0.26 | 329.03 | 0.19 | 0.68 |
| Hex | BD | 9E | AE | 0 | 10 | 8 | 1A | 149 | 13 | 44 |
| Octal | 275 | 236 | 256 | 0 | 20 | 10 | 32 | 511 | 23 | 104 |
| Binary | 10111101 | 10011110 | 10101110 | 0 | 10000 | 1000 | 11010 | 101001001 | 10011 | 1000100 |
Color Harmonies of #BD9EAE
Complementary color
Monochromatic Colors of #BD9EAE
Black with #BD9EAE
Text Example
Text Example
White with #BD9EAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD9EAE; }
p { color: rgb(189,158,174); }
H1.HeaderClassName
{
color: #BD9EAE;
}
.AnyTagClassName
{
color: #BD9EAE;
}
</style>
background-color css
<style>
a { background-color: #BD9EAE; }
a { background-color: rgb(189,158,174); }
div.DivClassName
{
background-color: #BD9EAE;
}
.BgClassName
{
background-color: #BD9EAE;
}
</style>
border-color css
<style>
span { border-color: #BD9EAE; }
span { border-color: rgb(189,158,174); }
td.TdClassName
{
border-color: #BD9EAE;
}
.TagClassName
{
border-color: #BD9EAE;
}
</style>