Shades of Lily #BD9DAA
Tints of Lily #BD9DAA
RGB
CMYK
RGB Variations
Color information
#BD9DAA (or 0xBD9DAA) is known color: Lily. HEX triplet: BD, 9D and AA. RGB value is (189,157,170). Sum of RGB (Red+Green+Blue) = 189+157+170=516 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.63% from 516); Green value is 157 (61.72% from 255 or 30.43% from 516); Blue value is 170 (66.80% from 255 or 32.95% from 516); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9DAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD9DAA is #426255. Grayscale: #A8A8A8. Windows color (decimal): -4350550 or 11181501. OLE color: 11181501.
HSL color Cylindrical-coordinate representation of color #BD9DAA: hue angle of 335.62º 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 #BD9DAA is Cyan = 0, Magento = 0.17, Yellow = 0.10 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 157 | 170 | - |
| CMYK | 0 | 0.17 | 0.10 | 0.26 |
| HSL | 335.63º | 0.2% | 0.68% | - |
| HSV(B) | 335.63º | 0.17% | 0.74% | - |
| XYZ | 40.3 | 37.84 | 43.21 | - |
| YUV | 168.05 | 129.1 | 142.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 157 | 170 | 0 | 0.17 | 0.10 | 0.26 | 335.63 | 0.2 | 0.68 |
| Hex | BD | 9D | AA | 0 | 11 | A | 1A | 150 | 14 | 44 |
| Octal | 275 | 235 | 252 | 0 | 21 | 12 | 32 | 520 | 24 | 104 |
| Binary | 10111101 | 10011101 | 10101010 | 0 | 10001 | 1010 | 11010 | 101010000 | 10100 | 1000100 |
Color Harmonies of #BD9DAA
Complementary color
Monochromatic Colors of #BD9DAA
Black with #BD9DAA
Text Example
Text Example
White with #BD9DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD9DAA; }
p { color: rgb(189,157,170); }
H1.HeaderClassName
{
color: #BD9DAA;
}
.AnyTagClassName
{
color: #BD9DAA;
}
</style>
background-color css
<style>
a { background-color: #BD9DAA; }
a { background-color: rgb(189,157,170); }
div.DivClassName
{
background-color: #BD9DAA;
}
.BgClassName
{
background-color: #BD9DAA;
}
</style>
border-color css
<style>
span { border-color: #BD9DAA; }
span { border-color: rgb(189,157,170); }
td.TdClassName
{
border-color: #BD9DAA;
}
.TagClassName
{
border-color: #BD9DAA;
}
</style>