Shades of Lilac #BF8ABE
Tints of Lilac #BF8ABE
RGB
CMYK
RGB Variations
Color information
#BF8ABE (or 0xBF8ABE) is known color: Lilac. HEX triplet: BF, 8A and BE. RGB value is (191,138,190). Sum of RGB (Red+Green+Blue) = 191+138+190=519 (68% of max value = 765). Red value is 191 (75% from 255 or 36.80% from 519); Green value is 138 (54.30% from 255 or 26.59% from 519); Blue value is 190 (74.61% from 255 or 36.61% from 519); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8ABE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF8ABE is #407541. Grayscale: #9F9F9F. Windows color (decimal): -4224322 or 12487359. OLE color: 12487359.
HSL color Cylindrical-coordinate representation of color #BF8ABE: hue angle of 301.13º degrees, saturation: 0.29, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BF8ABE is Cyan = 0, Magento = 0.28, Yellow = 0.01 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 138 | 190 | - |
| CMYK | 0 | 0.28 | 0.01 | 0.25 |
| HSL | 301.13º | 0.29% | 0.65% | - |
| HSV(B) | 301.13º | 0.28% | 0.75% | - |
| XYZ | 39.87 | 32.97 | 52.98 | - |
| YUV | 159.78 | 145.06 | 150.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 138 | 190 | 0 | 0.28 | 0.01 | 0.25 | 301.13 | 0.29 | 0.65 |
| Hex | BF | 8A | BE | 0 | 1C | 1 | 19 | 12D | 1D | 41 |
| Octal | 277 | 212 | 276 | 0 | 34 | 1 | 31 | 455 | 35 | 101 |
| Binary | 10111111 | 10001010 | 10111110 | 0 | 11100 | 1 | 11001 | 100101101 | 11101 | 1000001 |
Color Harmonies of #BF8ABE
Complementary color
Monochromatic Colors of #BF8ABE
Black with #BF8ABE
Text Example
Text Example
White with #BF8ABE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF8ABE; }
p { color: rgb(191,138,190); }
H1.HeaderClassName
{
color: #BF8ABE;
}
.AnyTagClassName
{
color: #BF8ABE;
}
</style>
background-color css
<style>
a { background-color: #BF8ABE; }
a { background-color: rgb(191,138,190); }
div.DivClassName
{
background-color: #BF8ABE;
}
.BgClassName
{
background-color: #BF8ABE;
}
</style>
border-color css
<style>
span { border-color: #BF8ABE; }
span { border-color: rgb(191,138,190); }
td.TdClassName
{
border-color: #BF8ABE;
}
.TagClassName
{
border-color: #BF8ABE;
}
</style>