Shades of Lily #BD9CAE
Tints of Lily #BD9CAE
RGB
CMYK
RGB Variations
Color information
#BD9CAE (or 0xBD9CAE) is known color: Lily. HEX triplet: BD, 9C and AE. RGB value is (189,156,174). Sum of RGB (Red+Green+Blue) = 189+156+174=519 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.42% from 519); Green value is 156 (61.33% from 255 or 30.06% from 519); Blue value is 174 (68.36% from 255 or 33.53% from 519); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9CAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD9CAE is #426351. Grayscale: #A7A7A7. Windows color (decimal): -4350802 or 11443389. OLE color: 11443389.
HSL color Cylindrical-coordinate representation of color #BD9CAE: hue angle of 327.27º 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 #BD9CAE is Cyan = 0, Magento = 0.17, Yellow = 0.08 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 156 | 174 | - |
| CMYK | 0 | 0.17 | 0.08 | 0.26 |
| HSL | 327.27º | 0.2% | 0.68% | - |
| HSV(B) | 327.27º | 0.17% | 0.74% | - |
| XYZ | 40.51 | 37.65 | 45.18 | - |
| YUV | 167.92 | 131.43 | 143.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 156 | 174 | 0 | 0.17 | 0.08 | 0.26 | 327.27 | 0.2 | 0.68 |
| Hex | BD | 9C | AE | 0 | 11 | 8 | 1A | 147 | 14 | 44 |
| Octal | 275 | 234 | 256 | 0 | 21 | 10 | 32 | 507 | 24 | 104 |
| Binary | 10111101 | 10011100 | 10101110 | 0 | 10001 | 1000 | 11010 | 101000111 | 10100 | 1000100 |
Color Harmonies of #BD9CAE
Complementary color
Monochromatic Colors of #BD9CAE
Black with #BD9CAE
Text Example
Text Example
White with #BD9CAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD9CAE; }
p { color: rgb(189,156,174); }
H1.HeaderClassName
{
color: #BD9CAE;
}
.AnyTagClassName
{
color: #BD9CAE;
}
</style>
background-color css
<style>
a { background-color: #BD9CAE; }
a { background-color: rgb(189,156,174); }
div.DivClassName
{
background-color: #BD9CAE;
}
.BgClassName
{
background-color: #BD9CAE;
}
</style>
border-color css
<style>
span { border-color: #BD9CAE; }
span { border-color: rgb(189,156,174); }
td.TdClassName
{
border-color: #BD9CAE;
}
.TagClassName
{
border-color: #BD9CAE;
}
</style>