Shades of Lily #BF89AD
Tints of Lily #BF89AD
RGB
CMYK
RGB Variations
Color information
#BF89AD (or 0xBF89AD) is known color: Lily. HEX triplet: BF, 89 and AD. RGB value is (191,137,173). Sum of RGB (Red+Green+Blue) = 191+137+173=501 (66% of max value = 765). Red value is 191 (75% from 255 or 38.12% from 501); Green value is 137 (53.91% from 255 or 27.35% from 501); Blue value is 173 (67.97% from 255 or 34.53% from 501); Max value from RGB is 191 - color contains mainly: red. Hex color #BF89AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF89AD is #407652. Grayscale: #9D9D9D. Windows color (decimal): -4224595 or 11372991. OLE color: 11372991.
HSL color Cylindrical-coordinate representation of color #BF89AD: hue angle of 320º degrees, saturation: 0.3, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BF89AD is Cyan = 0, Magento = 0.28, Yellow = 0.09 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 137 | 173 | - |
| CMYK | 0 | 0.28 | 0.09 | 0.25 |
| HSL | 320º | 0.3% | 0.64% | - |
| HSV(B) | 320º | 0.28% | 0.75% | - |
| XYZ | 37.97 | 31.98 | 43.71 | - |
| YUV | 157.25 | 136.89 | 152.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 137 | 173 | 0 | 0.28 | 0.09 | 0.25 | 320 | 0.3 | 0.64 |
| Hex | BF | 89 | AD | 0 | 1C | 9 | 19 | 140 | 1E | 40 |
| Octal | 277 | 211 | 255 | 0 | 34 | 11 | 31 | 500 | 36 | 100 |
| Binary | 10111111 | 10001001 | 10101101 | 0 | 11100 | 1001 | 11001 | 101000000 | 11110 | 1000000 |
Color Harmonies of #BF89AD
Complementary color
Monochromatic Colors of #BF89AD
Black with #BF89AD
Text Example
Text Example
White with #BF89AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF89AD; }
p { color: rgb(191,137,173); }
H1.HeaderClassName
{
color: #BF89AD;
}
.AnyTagClassName
{
color: #BF89AD;
}
</style>
background-color css
<style>
a { background-color: #BF89AD; }
a { background-color: rgb(191,137,173); }
div.DivClassName
{
background-color: #BF89AD;
}
.BgClassName
{
background-color: #BF89AD;
}
</style>
border-color css
<style>
span { border-color: #BF89AD; }
span { border-color: rgb(191,137,173); }
td.TdClassName
{
border-color: #BF89AD;
}
.TagClassName
{
border-color: #BF89AD;
}
</style>