Shades of Lilac #BF88C1
Tints of Lilac #BF88C1
RGB
CMYK
RGB Variations
Color information
#BF88C1 (or 0xBF88C1) is known color: Lilac. HEX triplet: BF, 88 and C1. RGB value is (191,136,193). Sum of RGB (Red+Green+Blue) = 191+136+193=520 (68% of max value = 765). Red value is 191 (75% from 255 or 36.73% from 520); Green value is 136 (53.52% from 255 or 26.15% from 520); Blue value is 193 (75.78% from 255 or 37.12% from 520); Max value from RGB is 193 - color contains mainly: blue. Hex color #BF88C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF88C1 is #40773E. Grayscale: #9E9E9E. Windows color (decimal): -4224831 or 12683455. OLE color: 12683455.
HSL color Cylindrical-coordinate representation of color #BF88C1: hue angle of 297.89º degrees, saturation: 0.31, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BF88C1 is Cyan = 0.01, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 191 | 136 | 193 | - |
| CMYK | 0.01 | 0.30 | 0 | 0.24 |
| HSL | 297.89º | 0.31% | 0.65% | - |
| HSV(B) | 297.89º | 0.3% | 0.76% | - |
| XYZ | 39.92 | 32.53 | 54.63 | - |
| YUV | 158.94 | 147.22 | 150.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 136 | 193 | 0.01 | 0.30 | 0 | 0.24 | 297.89 | 0.31 | 0.65 |
| Hex | BF | 88 | C1 | 1 | 1E | 0 | 18 | 12A | 1F | 41 |
| Octal | 277 | 210 | 301 | 1 | 36 | 0 | 30 | 452 | 37 | 101 |
| Binary | 10111111 | 10001000 | 11000001 | 1 | 11110 | 0 | 11000 | 100101010 | 11111 | 1000001 |
Color Harmonies of #BF88C1
Complementary color
Monochromatic Colors of #BF88C1
Black with #BF88C1
Text Example
Text Example
White with #BF88C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF88C1; }
p { color: rgb(191,136,193); }
H1.HeaderClassName
{
color: #BF88C1;
}
.AnyTagClassName
{
color: #BF88C1;
}
</style>
background-color css
<style>
a { background-color: #BF88C1; }
a { background-color: rgb(191,136,193); }
div.DivClassName
{
background-color: #BF88C1;
}
.BgClassName
{
background-color: #BF88C1;
}
</style>
border-color css
<style>
span { border-color: #BF88C1; }
span { border-color: rgb(191,136,193); }
td.TdClassName
{
border-color: #BF88C1;
}
.TagClassName
{
border-color: #BF88C1;
}
</style>