Shades of Lilac #BF89C4
Tints of Lilac #BF89C4
RGB
CMYK
RGB Variations
Color information
#BF89C4 (or 0xBF89C4) is known color: Lilac. HEX triplet: BF, 89 and C4. RGB value is (191,137,196). Sum of RGB (Red+Green+Blue) = 191+137+196=524 (69% of max value = 765). Red value is 191 (75% from 255 or 36.45% from 524); Green value is 137 (53.91% from 255 or 26.15% from 524); Blue value is 196 (76.95% from 255 or 37.40% from 524); Max value from RGB is 196 - color contains mainly: blue. Hex color #BF89C4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF89C4 is #40763B. Grayscale: #9F9F9F. Windows color (decimal): -4224572 or 12880319. OLE color: 12880319.
HSL color Cylindrical-coordinate representation of color #BF89C4: hue angle of 294.92º degrees, saturation: 0.33, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BF89C4 is Cyan = 0.03, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 191 | 137 | 196 | - |
| CMYK | 0.03 | 0.30 | 0 | 0.23 |
| HSL | 294.92º | 0.33% | 0.65% | - |
| HSV(B) | 294.92º | 0.3% | 0.77% | - |
| XYZ | 40.4 | 32.95 | 56.46 | - |
| YUV | 159.87 | 148.39 | 150.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 137 | 196 | 0.03 | 0.30 | 0 | 0.23 | 294.92 | 0.33 | 0.65 |
| Hex | BF | 89 | C4 | 3 | 1E | 0 | 17 | 127 | 21 | 41 |
| Octal | 277 | 211 | 304 | 3 | 36 | 0 | 27 | 447 | 41 | 101 |
| Binary | 10111111 | 10001001 | 11000100 | 11 | 11110 | 0 | 10111 | 100100111 | 100001 | 1000001 |
Color Harmonies of #BF89C4
Complementary color
Monochromatic Colors of #BF89C4
Black with #BF89C4
Text Example
Text Example
White with #BF89C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF89C4; }
p { color: rgb(191,137,196); }
H1.HeaderClassName
{
color: #BF89C4;
}
.AnyTagClassName
{
color: #BF89C4;
}
</style>
background-color css
<style>
a { background-color: #BF89C4; }
a { background-color: rgb(191,137,196); }
div.DivClassName
{
background-color: #BF89C4;
}
.BgClassName
{
background-color: #BF89C4;
}
</style>
border-color css
<style>
span { border-color: #BF89C4; }
span { border-color: rgb(191,137,196); }
td.TdClassName
{
border-color: #BF89C4;
}
.TagClassName
{
border-color: #BF89C4;
}
</style>