Shades of Lilac #BF89C9
Tints of Lilac #BF89C9
RGB
CMYK
RGB Variations
Color information
#BF89C9 (or 0xBF89C9) is known color: Lilac. HEX triplet: BF, 89 and C9. RGB value is (191,137,201). Sum of RGB (Red+Green+Blue) = 191+137+201=529 (70% of max value = 765). Red value is 191 (75% from 255 or 36.11% from 529); Green value is 137 (53.91% from 255 or 25.90% from 529); Blue value is 201 (78.91% from 255 or 38.00% from 529); Max value from RGB is 201 - color contains mainly: blue. Hex color #BF89C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF89C9 is #407636. Grayscale: #A0A0A0. Windows color (decimal): -4224567 or 13207999. OLE color: 13207999.
HSL color Cylindrical-coordinate representation of color #BF89C9: hue angle of 290.62º degrees, saturation: 0.37, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BF89C9 is Cyan = 0.05, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 191 | 137 | 201 | - |
| CMYK | 0.05 | 0.32 | 0 | 0.21 |
| HSL | 290.63º | 0.37% | 0.66% | - |
| HSV(B) | 290.63º | 0.32% | 0.79% | - |
| XYZ | 40.97 | 33.18 | 59.5 | - |
| YUV | 160.44 | 150.89 | 149.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 137 | 201 | 0.05 | 0.32 | 0 | 0.21 | 290.63 | 0.37 | 0.66 |
| Hex | BF | 89 | C9 | 5 | 20 | 0 | 15 | 123 | 25 | 42 |
| Octal | 277 | 211 | 311 | 5 | 40 | 0 | 25 | 443 | 45 | 102 |
| Binary | 10111111 | 10001001 | 11001001 | 101 | 100000 | 0 | 10101 | 100100011 | 100101 | 1000010 |
Color Harmonies of #BF89C9
Complementary color
Monochromatic Colors of #BF89C9
Black with #BF89C9
Text Example
Text Example
White with #BF89C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF89C9; }
p { color: rgb(191,137,201); }
H1.HeaderClassName
{
color: #BF89C9;
}
.AnyTagClassName
{
color: #BF89C9;
}
</style>
background-color css
<style>
a { background-color: #BF89C9; }
a { background-color: rgb(191,137,201); }
div.DivClassName
{
background-color: #BF89C9;
}
.BgClassName
{
background-color: #BF89C9;
}
</style>
border-color css
<style>
span { border-color: #BF89C9; }
span { border-color: rgb(191,137,201); }
td.TdClassName
{
border-color: #BF89C9;
}
.TagClassName
{
border-color: #BF89C9;
}
</style>