Shades of Lilac #BF91BD
Tints of Lilac #BF91BD
RGB
CMYK
RGB Variations
Color information
#BF91BD (or 0xBF91BD) is known color: Lilac. HEX triplet: BF, 91 and BD. RGB value is (191,145,189). Sum of RGB (Red+Green+Blue) = 191+145+189=525 (69% of max value = 765). Red value is 191 (75% from 255 or 36.38% from 525); Green value is 145 (57.03% from 255 or 27.62% from 525); Blue value is 189 (74.22% from 255 or 36% from 525); Max value from RGB is 191 - color contains mainly: red. Hex color #BF91BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF91BD is #406E42. Grayscale: #A3A3A3. Windows color (decimal): -4222531 or 12423615. OLE color: 12423615.
HSL color Cylindrical-coordinate representation of color #BF91BD: hue angle of 302.61º degrees, saturation: 0.26, 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 #BF91BD is Cyan = 0, Magento = 0.24, Yellow = 0.01 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 145 | 189 | - |
| CMYK | 0 | 0.24 | 0.01 | 0.25 |
| HSL | 302.61º | 0.26% | 0.66% | - |
| HSV(B) | 302.61º | 0.24% | 0.75% | - |
| XYZ | 40.8 | 35 | 52.75 | - |
| YUV | 163.77 | 142.24 | 147.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 145 | 189 | 0 | 0.24 | 0.01 | 0.25 | 302.61 | 0.26 | 0.66 |
| Hex | BF | 91 | BD | 0 | 18 | 1 | 19 | 12F | 1A | 42 |
| Octal | 277 | 221 | 275 | 0 | 30 | 1 | 31 | 457 | 32 | 102 |
| Binary | 10111111 | 10010001 | 10111101 | 0 | 11000 | 1 | 11001 | 100101111 | 11010 | 1000010 |
Color Harmonies of #BF91BD
Complementary color
Monochromatic Colors of #BF91BD
Black with #BF91BD
Text Example
Text Example
White with #BF91BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF91BD; }
p { color: rgb(191,145,189); }
H1.HeaderClassName
{
color: #BF91BD;
}
.AnyTagClassName
{
color: #BF91BD;
}
</style>
background-color css
<style>
a { background-color: #BF91BD; }
a { background-color: rgb(191,145,189); }
div.DivClassName
{
background-color: #BF91BD;
}
.BgClassName
{
background-color: #BF91BD;
}
</style>
border-color css
<style>
span { border-color: #BF91BD; }
span { border-color: rgb(191,145,189); }
td.TdClassName
{
border-color: #BF91BD;
}
.TagClassName
{
border-color: #BF91BD;
}
</style>