Shades of Lilac #BF89BE
Tints of Lilac #BF89BE
RGB
CMYK
RGB Variations
Color information
#BF89BE (or 0xBF89BE) is known color: Lilac. HEX triplet: BF, 89 and BE. RGB value is (191,137,190). Sum of RGB (Red+Green+Blue) = 191+137+190=518 (68% of max value = 765). Red value is 191 (75% from 255 or 36.87% from 518); Green value is 137 (53.91% from 255 or 26.45% from 518); Blue value is 190 (74.61% from 255 or 36.68% from 518); Max value from RGB is 191 - color contains mainly: red. Hex color #BF89BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF89BE is #407641. Grayscale: #9F9F9F. Windows color (decimal): -4224578 or 12487103. OLE color: 12487103.
HSL color Cylindrical-coordinate representation of color #BF89BE: hue angle of 301.11º 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 #BF89BE is Cyan = 0, Magento = 0.28, Yellow = 0.01 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 137 | 190 | - |
| CMYK | 0 | 0.28 | 0.01 | 0.25 |
| HSL | 301.11º | 0.3% | 0.64% | - |
| HSV(B) | 301.11º | 0.28% | 0.75% | - |
| XYZ | 39.73 | 32.69 | 52.93 | - |
| YUV | 159.19 | 145.39 | 150.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 137 | 190 | 0 | 0.28 | 0.01 | 0.25 | 301.11 | 0.3 | 0.64 |
| Hex | BF | 89 | BE | 0 | 1C | 1 | 19 | 12D | 1E | 40 |
| Octal | 277 | 211 | 276 | 0 | 34 | 1 | 31 | 455 | 36 | 100 |
| Binary | 10111111 | 10001001 | 10111110 | 0 | 11100 | 1 | 11001 | 100101101 | 11110 | 1000000 |
Color Harmonies of #BF89BE
Complementary color
Monochromatic Colors of #BF89BE
Black with #BF89BE
Text Example
Text Example
White with #BF89BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF89BE; }
p { color: rgb(191,137,190); }
H1.HeaderClassName
{
color: #BF89BE;
}
.AnyTagClassName
{
color: #BF89BE;
}
</style>
background-color css
<style>
a { background-color: #BF89BE; }
a { background-color: rgb(191,137,190); }
div.DivClassName
{
background-color: #BF89BE;
}
.BgClassName
{
background-color: #BF89BE;
}
</style>
border-color css
<style>
span { border-color: #BF89BE; }
span { border-color: rgb(191,137,190); }
td.TdClassName
{
border-color: #BF89BE;
}
.TagClassName
{
border-color: #BF89BE;
}
</style>