Shades of Lilac #BF91C0
Tints of Lilac #BF91C0
RGB
CMYK
RGB Variations
Color information
#BF91C0 (or 0xBF91C0) is known color: Lilac. HEX triplet: BF, 91 and C0. RGB value is (191,145,192). Sum of RGB (Red+Green+Blue) = 191+145+192=528 (69% of max value = 765). Red value is 191 (75% from 255 or 36.17% from 528); Green value is 145 (57.03% from 255 or 27.46% from 528); Blue value is 192 (75.39% from 255 or 36.36% from 528); Max value from RGB is 192 - color contains mainly: blue. Hex color #BF91C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF91C0 is #406E3F. Grayscale: #A3A3A3. Windows color (decimal): -4222528 or 12620223. OLE color: 12620223.
HSL color Cylindrical-coordinate representation of color #BF91C0: hue angle of 298.72º degrees, saturation: 0.27, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BF91C0 is Cyan = 0.01, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 145 | 192 | - |
| CMYK | 0.01 | 0.24 | 0 | 0.25 |
| HSL | 298.72º | 0.27% | 0.66% | - |
| HSV(B) | 298.72º | 0.24% | 0.75% | - |
| XYZ | 41.13 | 35.13 | 54.48 | - |
| YUV | 164.11 | 143.74 | 147.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 145 | 192 | 0.01 | 0.24 | 0 | 0.25 | 298.72 | 0.27 | 0.66 |
| Hex | BF | 91 | C0 | 1 | 18 | 0 | 19 | 12B | 1B | 42 |
| Octal | 277 | 221 | 300 | 1 | 30 | 0 | 31 | 453 | 33 | 102 |
| Binary | 10111111 | 10010001 | 11000000 | 1 | 11000 | 0 | 11001 | 100101011 | 11011 | 1000010 |
Color Harmonies of #BF91C0
Complementary color
Monochromatic Colors of #BF91C0
Black with #BF91C0
Text Example
Text Example
White with #BF91C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF91C0; }
p { color: rgb(191,145,192); }
H1.HeaderClassName
{
color: #BF91C0;
}
.AnyTagClassName
{
color: #BF91C0;
}
</style>
background-color css
<style>
a { background-color: #BF91C0; }
a { background-color: rgb(191,145,192); }
div.DivClassName
{
background-color: #BF91C0;
}
.BgClassName
{
background-color: #BF91C0;
}
</style>
border-color css
<style>
span { border-color: #BF91C0; }
span { border-color: rgb(191,145,192); }
td.TdClassName
{
border-color: #BF91C0;
}
.TagClassName
{
border-color: #BF91C0;
}
</style>