Shades of Lily #BDAAB7
Tints of Lily #BDAAB7
RGB
CMYK
RGB Variations
Color information
#BDAAB7 (or 0xBDAAB7) is known color: Lily. HEX triplet: BD, AA and B7. RGB value is (189,170,183). Sum of RGB (Red+Green+Blue) = 189+170+183=542 (71% of max value = 765). Red value is 189 (74.22% from 255 or 34.87% from 542); Green value is 170 (66.80% from 255 or 31.37% from 542); Blue value is 183 (71.88% from 255 or 33.76% from 542); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAAB7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDAAB7 is #425548. Grayscale: #B1B1B1. Windows color (decimal): -4347209 or 12036797. OLE color: 12036797.
HSL color Cylindrical-coordinate representation of color #BDAAB7: hue angle of 318.95º degrees, saturation: 0.13, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BDAAB7 is Cyan = 0, Magento = 0.10, Yellow = 0.03 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 170 | 183 | - |
| CMYK | 0 | 0.10 | 0.03 | 0.26 |
| HSL | 318.95º | 0.13% | 0.7% | - |
| HSV(B) | 318.95º | 0.1% | 0.74% | - |
| XYZ | 43.91 | 42.99 | 50.78 | - |
| YUV | 177.16 | 131.29 | 136.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 170 | 183 | 0 | 0.10 | 0.03 | 0.26 | 318.95 | 0.13 | 0.7 |
| Hex | BD | AA | B7 | 0 | A | 3 | 1A | 13F | D | 46 |
| Octal | 275 | 252 | 267 | 0 | 12 | 3 | 32 | 477 | 15 | 106 |
| Binary | 10111101 | 10101010 | 10110111 | 0 | 1010 | 11 | 11010 | 100111111 | 1101 | 1000110 |
Color Harmonies of #BDAAB7
Complementary color
Monochromatic Colors of #BDAAB7
Black with #BDAAB7
Text Example
Text Example
White with #BDAAB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDAAB7; }
p { color: rgb(189,170,183); }
H1.HeaderClassName
{
color: #BDAAB7;
}
.AnyTagClassName
{
color: #BDAAB7;
}
</style>
background-color css
<style>
a { background-color: #BDAAB7; }
a { background-color: rgb(189,170,183); }
div.DivClassName
{
background-color: #BDAAB7;
}
.BgClassName
{
background-color: #BDAAB7;
}
</style>
border-color css
<style>
span { border-color: #BDAAB7; }
span { border-color: rgb(189,170,183); }
td.TdClassName
{
border-color: #BDAAB7;
}
.TagClassName
{
border-color: #BDAAB7;
}
</style>