Shades of Lily #BD89AA
Tints of Lily #BD89AA
RGB
CMYK
RGB Variations
Color information
#BD89AA (or 0xBD89AA) is known color: Lily. HEX triplet: BD, 89 and AA. RGB value is (189,137,170). Sum of RGB (Red+Green+Blue) = 189+137+170=496 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.10% from 496); Green value is 137 (53.91% from 255 or 27.62% from 496); Blue value is 170 (66.80% from 255 or 34.27% from 496); Max value from RGB is 189 - color contains mainly: red. Hex color #BD89AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD89AA is #427655. Grayscale: #9C9C9C. Windows color (decimal): -4355670 or 11176381. OLE color: 11176381.
HSL color Cylindrical-coordinate representation of color #BD89AA: hue angle of 321.92º degrees, saturation: 0.28, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BD89AA is Cyan = 0, Magento = 0.28, Yellow = 0.10 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 137 | 170 | - |
| CMYK | 0 | 0.28 | 0.10 | 0.26 |
| HSL | 321.92º | 0.28% | 0.64% | - |
| HSV(B) | 321.92º | 0.28% | 0.74% | - |
| XYZ | 37.19 | 31.61 | 42.17 | - |
| YUV | 156.31 | 135.73 | 151.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 137 | 170 | 0 | 0.28 | 0.10 | 0.26 | 321.92 | 0.28 | 0.64 |
| Hex | BD | 89 | AA | 0 | 1C | A | 1A | 142 | 1C | 40 |
| Octal | 275 | 211 | 252 | 0 | 34 | 12 | 32 | 502 | 34 | 100 |
| Binary | 10111101 | 10001001 | 10101010 | 0 | 11100 | 1010 | 11010 | 101000010 | 11100 | 1000000 |
Color Harmonies of #BD89AA
Complementary color
Monochromatic Colors of #BD89AA
Black with #BD89AA
Text Example
Text Example
White with #BD89AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD89AA; }
p { color: rgb(189,137,170); }
H1.HeaderClassName
{
color: #BD89AA;
}
.AnyTagClassName
{
color: #BD89AA;
}
</style>
background-color css
<style>
a { background-color: #BD89AA; }
a { background-color: rgb(189,137,170); }
div.DivClassName
{
background-color: #BD89AA;
}
.BgClassName
{
background-color: #BD89AA;
}
</style>
border-color css
<style>
span { border-color: #BD89AA; }
span { border-color: rgb(189,137,170); }
td.TdClassName
{
border-color: #BD89AA;
}
.TagClassName
{
border-color: #BD89AA;
}
</style>