Shades of Lily #BD9AAE
Tints of Lily #BD9AAE
RGB
CMYK
RGB Variations
Color information
#BD9AAE (or 0xBD9AAE) is known color: Lily. HEX triplet: BD, 9A and AE. RGB value is (189,154,174). Sum of RGB (Red+Green+Blue) = 189+154+174=517 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.56% from 517); Green value is 154 (60.55% from 255 or 29.79% from 517); Blue value is 174 (68.36% from 255 or 33.66% from 517); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9AAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD9AAE is #426551. Grayscale: #A6A6A6. Windows color (decimal): -4351314 or 11442877. OLE color: 11442877.
HSL color Cylindrical-coordinate representation of color #BD9AAE: hue angle of 325.71º 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 #BD9AAE is Cyan = 0, Magento = 0.19, Yellow = 0.08 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 154 | 174 | - |
| CMYK | 0 | 0.19 | 0.08 | 0.26 |
| HSL | 325.71º | 0.21% | 0.67% | - |
| HSV(B) | 325.71º | 0.19% | 0.74% | - |
| XYZ | 40.18 | 36.99 | 45.07 | - |
| YUV | 166.75 | 132.1 | 143.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 154 | 174 | 0 | 0.19 | 0.08 | 0.26 | 325.71 | 0.21 | 0.67 |
| Hex | BD | 9A | AE | 0 | 13 | 8 | 1A | 146 | 15 | 43 |
| Octal | 275 | 232 | 256 | 0 | 23 | 10 | 32 | 506 | 25 | 103 |
| Binary | 10111101 | 10011010 | 10101110 | 0 | 10011 | 1000 | 11010 | 101000110 | 10101 | 1000011 |
Color Harmonies of #BD9AAE
Complementary color
Monochromatic Colors of #BD9AAE
Black with #BD9AAE
Text Example
Text Example
White with #BD9AAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD9AAE; }
p { color: rgb(189,154,174); }
H1.HeaderClassName
{
color: #BD9AAE;
}
.AnyTagClassName
{
color: #BD9AAE;
}
</style>
background-color css
<style>
a { background-color: #BD9AAE; }
a { background-color: rgb(189,154,174); }
div.DivClassName
{
background-color: #BD9AAE;
}
.BgClassName
{
background-color: #BD9AAE;
}
</style>
border-color css
<style>
span { border-color: #BD9AAE; }
span { border-color: rgb(189,154,174); }
td.TdClassName
{
border-color: #BD9AAE;
}
.TagClassName
{
border-color: #BD9AAE;
}
</style>