Shades of Lily #BF89A6
Tints of Lily #BF89A6
RGB
CMYK
RGB Variations
Color information
#BF89A6 (or 0xBF89A6) is known color: Lily. HEX triplet: BF, 89 and A6. RGB value is (191,137,166). Sum of RGB (Red+Green+Blue) = 191+137+166=494 (65% of max value = 765). Red value is 191 (75% from 255 or 38.66% from 494); Green value is 137 (53.91% from 255 or 27.73% from 494); Blue value is 166 (65.23% from 255 or 33.60% from 494); Max value from RGB is 191 - color contains mainly: red. Hex color #BF89A6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF89A6 is #407659. Grayscale: #9C9C9C. Windows color (decimal): -4224602 or 10914239. OLE color: 10914239.
HSL color Cylindrical-coordinate representation of color #BF89A6: hue angle of 327.78º 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 #BF89A6 is Cyan = 0, Magento = 0.28, Yellow = 0.13 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 137 | 166 | - |
| CMYK | 0 | 0.28 | 0.13 | 0.25 |
| HSL | 327.78º | 0.3% | 0.64% | - |
| HSV(B) | 327.78º | 0.28% | 0.75% | - |
| XYZ | 37.31 | 31.72 | 40.23 | - |
| YUV | 156.45 | 133.39 | 152.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 137 | 166 | 0 | 0.28 | 0.13 | 0.25 | 327.78 | 0.3 | 0.64 |
| Hex | BF | 89 | A6 | 0 | 1C | D | 19 | 148 | 1E | 40 |
| Octal | 277 | 211 | 246 | 0 | 34 | 15 | 31 | 510 | 36 | 100 |
| Binary | 10111111 | 10001001 | 10100110 | 0 | 11100 | 1101 | 11001 | 101001000 | 11110 | 1000000 |
Color Harmonies of #BF89A6
Complementary color
Monochromatic Colors of #BF89A6
Black with #BF89A6
Text Example
Text Example
White with #BF89A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF89A6; }
p { color: rgb(191,137,166); }
H1.HeaderClassName
{
color: #BF89A6;
}
.AnyTagClassName
{
color: #BF89A6;
}
</style>
background-color css
<style>
a { background-color: #BF89A6; }
a { background-color: rgb(191,137,166); }
div.DivClassName
{
background-color: #BF89A6;
}
.BgClassName
{
background-color: #BF89A6;
}
</style>
border-color css
<style>
span { border-color: #BF89A6; }
span { border-color: rgb(191,137,166); }
td.TdClassName
{
border-color: #BF89A6;
}
.TagClassName
{
border-color: #BF89A6;
}
</style>