Shades of Lilac #BF89C2
Tints of Lilac #BF89C2
RGB
CMYK
RGB Variations
Color information
#BF89C2 (or 0xBF89C2) is known color: Lilac. HEX triplet: BF, 89 and C2. RGB value is (191,137,194). Sum of RGB (Red+Green+Blue) = 191+137+194=522 (69% of max value = 765). Red value is 191 (75% from 255 or 36.59% from 522); Green value is 137 (53.91% from 255 or 26.25% from 522); Blue value is 194 (76.17% from 255 or 37.16% from 522); Max value from RGB is 194 - color contains mainly: blue. Hex color #BF89C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF89C2 is #40763D. Grayscale: #9F9F9F. Windows color (decimal): -4224574 or 12749247. OLE color: 12749247.
HSL color Cylindrical-coordinate representation of color #BF89C2: hue angle of 296.84º degrees, saturation: 0.32, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BF89C2 is Cyan = 0.02, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 191 | 137 | 194 | - |
| CMYK | 0.02 | 0.29 | 0 | 0.24 |
| HSL | 296.84º | 0.32% | 0.65% | - |
| HSV(B) | 296.84º | 0.29% | 0.76% | - |
| XYZ | 40.17 | 32.86 | 55.26 | - |
| YUV | 159.64 | 147.39 | 150.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 137 | 194 | 0.02 | 0.29 | 0 | 0.24 | 296.84 | 0.32 | 0.65 |
| Hex | BF | 89 | C2 | 2 | 1D | 0 | 18 | 129 | 20 | 41 |
| Octal | 277 | 211 | 302 | 2 | 35 | 0 | 30 | 451 | 40 | 101 |
| Binary | 10111111 | 10001001 | 11000010 | 10 | 11101 | 0 | 11000 | 100101001 | 100000 | 1000001 |
Color Harmonies of #BF89C2
Complementary color
Monochromatic Colors of #BF89C2
Black with #BF89C2
Text Example
Text Example
White with #BF89C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF89C2; }
p { color: rgb(191,137,194); }
H1.HeaderClassName
{
color: #BF89C2;
}
.AnyTagClassName
{
color: #BF89C2;
}
</style>
background-color css
<style>
a { background-color: #BF89C2; }
a { background-color: rgb(191,137,194); }
div.DivClassName
{
background-color: #BF89C2;
}
.BgClassName
{
background-color: #BF89C2;
}
</style>
border-color css
<style>
span { border-color: #BF89C2; }
span { border-color: rgb(191,137,194); }
td.TdClassName
{
border-color: #BF89C2;
}
.TagClassName
{
border-color: #BF89C2;
}
</style>