Shades of Lilac #BF9EC5
Tints of Lilac #BF9EC5
RGB
CMYK
RGB Variations
Color information
#BF9EC5 (or 0xBF9EC5) is known color: Lilac. HEX triplet: BF, 9E and C5. RGB value is (191,158,197). Sum of RGB (Red+Green+Blue) = 191+158+197=546 (72% of max value = 765). Red value is 191 (75% from 255 or 34.98% from 546); Green value is 158 (62.11% from 255 or 28.94% from 546); Blue value is 197 (77.34% from 255 or 36.08% from 546); Max value from RGB is 197 - color contains mainly: blue. Hex color #BF9EC5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF9EC5 is #40613A. Grayscale: #ACACAC. Windows color (decimal): -4219195 or 12951231. OLE color: 12951231.
HSL color Cylindrical-coordinate representation of color #BF9EC5: hue angle of 290.77º degrees, saturation: 0.25, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BF9EC5 is Cyan = 0.03, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 191 | 158 | 197 | - |
| CMYK | 0.03 | 0.20 | 0 | 0.23 |
| HSL | 290.77º | 0.25% | 0.7% | - |
| HSV(B) | 290.77º | 0.2% | 0.77% | - |
| XYZ | 43.79 | 39.56 | 58.15 | - |
| YUV | 172.31 | 141.93 | 141.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 158 | 197 | 0.03 | 0.20 | 0 | 0.23 | 290.77 | 0.25 | 0.7 |
| Hex | BF | 9E | C5 | 3 | 14 | 0 | 17 | 123 | 19 | 46 |
| Octal | 277 | 236 | 305 | 3 | 24 | 0 | 27 | 443 | 31 | 106 |
| Binary | 10111111 | 10011110 | 11000101 | 11 | 10100 | 0 | 10111 | 100100011 | 11001 | 1000110 |
Color Harmonies of #BF9EC5
Complementary color
Monochromatic Colors of #BF9EC5
Black with #BF9EC5
Text Example
Text Example
White with #BF9EC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF9EC5; }
p { color: rgb(191,158,197); }
H1.HeaderClassName
{
color: #BF9EC5;
}
.AnyTagClassName
{
color: #BF9EC5;
}
</style>
background-color css
<style>
a { background-color: #BF9EC5; }
a { background-color: rgb(191,158,197); }
div.DivClassName
{
background-color: #BF9EC5;
}
.BgClassName
{
background-color: #BF9EC5;
}
</style>
border-color css
<style>
span { border-color: #BF9EC5; }
span { border-color: rgb(191,158,197); }
td.TdClassName
{
border-color: #BF9EC5;
}
.TagClassName
{
border-color: #BF9EC5;
}
</style>