Shades of Lily #BD9AAA
Tints of Lily #BD9AAA
RGB
CMYK
RGB Variations
Color information
#BD9AAA (or 0xBD9AAA) is known color: Lily. HEX triplet: BD, 9A and AA. RGB value is (189,154,170). Sum of RGB (Red+Green+Blue) = 189+154+170=513 (67% of max value = 765). Red value is 189 (74.22% from 255 or 36.84% from 513); Green value is 154 (60.55% from 255 or 30.02% from 513); Blue value is 170 (66.80% from 255 or 33.14% from 513); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9AAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD9AAA is #426555. Grayscale: #A6A6A6. Windows color (decimal): -4351318 or 11180733. OLE color: 11180733.
HSL color Cylindrical-coordinate representation of color #BD9AAA: hue angle of 332.57º 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 #BD9AAA is Cyan = 0, Magento = 0.19, Yellow = 0.10 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 154 | 170 | - |
| CMYK | 0 | 0.19 | 0.10 | 0.26 |
| HSL | 332.57º | 0.21% | 0.67% | - |
| HSV(B) | 332.57º | 0.19% | 0.74% | - |
| XYZ | 39.8 | 36.83 | 43.04 | - |
| YUV | 166.29 | 130.1 | 144.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 154 | 170 | 0 | 0.19 | 0.10 | 0.26 | 332.57 | 0.21 | 0.67 |
| Hex | BD | 9A | AA | 0 | 13 | A | 1A | 14D | 15 | 43 |
| Octal | 275 | 232 | 252 | 0 | 23 | 12 | 32 | 515 | 25 | 103 |
| Binary | 10111101 | 10011010 | 10101010 | 0 | 10011 | 1010 | 11010 | 101001101 | 10101 | 1000011 |
Color Harmonies of #BD9AAA
Complementary color
Monochromatic Colors of #BD9AAA
Black with #BD9AAA
Text Example
Text Example
White with #BD9AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD9AAA; }
p { color: rgb(189,154,170); }
H1.HeaderClassName
{
color: #BD9AAA;
}
.AnyTagClassName
{
color: #BD9AAA;
}
</style>
background-color css
<style>
a { background-color: #BD9AAA; }
a { background-color: rgb(189,154,170); }
div.DivClassName
{
background-color: #BD9AAA;
}
.BgClassName
{
background-color: #BD9AAA;
}
</style>
border-color css
<style>
span { border-color: #BD9AAA; }
span { border-color: rgb(189,154,170); }
td.TdClassName
{
border-color: #BD9AAA;
}
.TagClassName
{
border-color: #BD9AAA;
}
</style>