Shades of Lily #BD89AC
Tints of Lily #BD89AC
RGB
CMYK
RGB Variations
Color information
#BD89AC (or 0xBD89AC) is known color: Lily. HEX triplet: BD, 89 and AC. RGB value is (189,137,172). Sum of RGB (Red+Green+Blue) = 189+137+172=498 (65% of max value = 765). Red value is 189 (74.22% from 255 or 37.95% from 498); Green value is 137 (53.91% from 255 or 27.51% from 498); Blue value is 172 (67.58% from 255 or 34.54% from 498); Max value from RGB is 189 - color contains mainly: red. Hex color #BD89AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD89AC is #427653. Grayscale: #9C9C9C. Windows color (decimal): -4355668 or 11307453. OLE color: 11307453.
HSL color Cylindrical-coordinate representation of color #BD89AC: hue angle of 319.62º 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 #BD89AC is Cyan = 0, Magento = 0.28, Yellow = 0.09 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 137 | 172 | - |
| CMYK | 0 | 0.28 | 0.09 | 0.26 |
| HSL | 319.62º | 0.28% | 0.64% | - |
| HSV(B) | 319.62º | 0.28% | 0.74% | - |
| XYZ | 37.38 | 31.69 | 43.18 | - |
| YUV | 156.54 | 136.73 | 151.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 137 | 172 | 0 | 0.28 | 0.09 | 0.26 | 319.62 | 0.28 | 0.64 |
| Hex | BD | 89 | AC | 0 | 1C | 9 | 1A | 140 | 1C | 40 |
| Octal | 275 | 211 | 254 | 0 | 34 | 11 | 32 | 500 | 34 | 100 |
| Binary | 10111101 | 10001001 | 10101100 | 0 | 11100 | 1001 | 11010 | 101000000 | 11100 | 1000000 |
Color Harmonies of #BD89AC
Complementary color
Monochromatic Colors of #BD89AC
Black with #BD89AC
Text Example
Text Example
White with #BD89AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD89AC; }
p { color: rgb(189,137,172); }
H1.HeaderClassName
{
color: #BD89AC;
}
.AnyTagClassName
{
color: #BD89AC;
}
</style>
background-color css
<style>
a { background-color: #BD89AC; }
a { background-color: rgb(189,137,172); }
div.DivClassName
{
background-color: #BD89AC;
}
.BgClassName
{
background-color: #BD89AC;
}
</style>
border-color css
<style>
span { border-color: #BD89AC; }
span { border-color: rgb(189,137,172); }
td.TdClassName
{
border-color: #BD89AC;
}
.TagClassName
{
border-color: #BD89AC;
}
</style>