Shades of Lilac #BF8DBE
Tints of Lilac #BF8DBE
RGB
CMYK
RGB Variations
Color information
#BF8DBE (or 0xBF8DBE) is known color: Lilac. HEX triplet: BF, 8D and BE. RGB value is (191,141,190). Sum of RGB (Red+Green+Blue) = 191+141+190=522 (69% of max value = 765). Red value is 191 (75% from 255 or 36.59% from 522); Green value is 141 (55.47% from 255 or 27.01% from 522); Blue value is 190 (74.61% from 255 or 36.40% from 522); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8DBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF8DBE is #407241. Grayscale: #A1A1A1. Windows color (decimal): -4223554 or 12488127. OLE color: 12488127.
HSL color Cylindrical-coordinate representation of color #BF8DBE: hue angle of 301.2º degrees, saturation: 0.28, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BF8DBE is Cyan = 0, Magento = 0.26, Yellow = 0.01 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 141 | 190 | - |
| CMYK | 0 | 0.26 | 0.01 | 0.25 |
| HSL | 301.2º | 0.28% | 0.65% | - |
| HSV(B) | 301.2º | 0.26% | 0.75% | - |
| XYZ | 40.31 | 33.84 | 53.12 | - |
| YUV | 161.54 | 144.07 | 149.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 141 | 190 | 0 | 0.26 | 0.01 | 0.25 | 301.2 | 0.28 | 0.65 |
| Hex | BF | 8D | BE | 0 | 1A | 1 | 19 | 12D | 1C | 41 |
| Octal | 277 | 215 | 276 | 0 | 32 | 1 | 31 | 455 | 34 | 101 |
| Binary | 10111111 | 10001101 | 10111110 | 0 | 11010 | 1 | 11001 | 100101101 | 11100 | 1000001 |
Color Harmonies of #BF8DBE
Complementary color
Monochromatic Colors of #BF8DBE
Black with #BF8DBE
Text Example
Text Example
White with #BF8DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF8DBE; }
p { color: rgb(191,141,190); }
H1.HeaderClassName
{
color: #BF8DBE;
}
.AnyTagClassName
{
color: #BF8DBE;
}
</style>
background-color css
<style>
a { background-color: #BF8DBE; }
a { background-color: rgb(191,141,190); }
div.DivClassName
{
background-color: #BF8DBE;
}
.BgClassName
{
background-color: #BF8DBE;
}
</style>
border-color css
<style>
span { border-color: #BF8DBE; }
span { border-color: rgb(191,141,190); }
td.TdClassName
{
border-color: #BF8DBE;
}
.TagClassName
{
border-color: #BF8DBE;
}
</style>