Shades of Lilac #BF91C9
Tints of Lilac #BF91C9
RGB
CMYK
RGB Variations
Color information
#BF91C9 (or 0xBF91C9) is known color: Lilac. HEX triplet: BF, 91 and C9. RGB value is (191,145,201). Sum of RGB (Red+Green+Blue) = 191+145+201=537 (71% of max value = 765). Red value is 191 (75% from 255 or 35.57% from 537); Green value is 145 (57.03% from 255 or 27.00% from 537); Blue value is 201 (78.91% from 255 or 37.43% from 537); Max value from RGB is 201 - color contains mainly: blue. Hex color #BF91C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF91C9 is #406E36. Grayscale: #A4A4A4. Windows color (decimal): -4222519 or 13210047. OLE color: 13210047.
HSL color Cylindrical-coordinate representation of color #BF91C9: hue angle of 289.29º degrees, saturation: 0.34, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BF91C9 is Cyan = 0.05, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 191 | 145 | 201 | - |
| CMYK | 0.05 | 0.28 | 0 | 0.21 |
| HSL | 289.29º | 0.34% | 0.68% | - |
| HSV(B) | 289.29º | 0.28% | 0.79% | - |
| XYZ | 42.15 | 35.54 | 59.9 | - |
| YUV | 165.14 | 148.24 | 146.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 145 | 201 | 0.05 | 0.28 | 0 | 0.21 | 289.29 | 0.34 | 0.68 |
| Hex | BF | 91 | C9 | 5 | 1C | 0 | 15 | 121 | 22 | 44 |
| Octal | 277 | 221 | 311 | 5 | 34 | 0 | 25 | 441 | 42 | 104 |
| Binary | 10111111 | 10010001 | 11001001 | 101 | 11100 | 0 | 10101 | 100100001 | 100010 | 1000100 |
Color Harmonies of #BF91C9
Complementary color
Monochromatic Colors of #BF91C9
Black with #BF91C9
Text Example
Text Example
White with #BF91C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF91C9; }
p { color: rgb(191,145,201); }
H1.HeaderClassName
{
color: #BF91C9;
}
.AnyTagClassName
{
color: #BF91C9;
}
</style>
background-color css
<style>
a { background-color: #BF91C9; }
a { background-color: rgb(191,145,201); }
div.DivClassName
{
background-color: #BF91C9;
}
.BgClassName
{
background-color: #BF91C9;
}
</style>
border-color css
<style>
span { border-color: #BF91C9; }
span { border-color: rgb(191,145,201); }
td.TdClassName
{
border-color: #BF91C9;
}
.TagClassName
{
border-color: #BF91C9;
}
</style>