Shades of Lilac #BF97BE
Tints of Lilac #BF97BE
RGB
CMYK
RGB Variations
Color information
#BF97BE (or 0xBF97BE) is known color: Lilac. HEX triplet: BF, 97 and BE. RGB value is (191,151,190). Sum of RGB (Red+Green+Blue) = 191+151+190=532 (70% of max value = 765). Red value is 191 (75% from 255 or 35.90% from 532); Green value is 151 (59.38% from 255 or 28.38% from 532); Blue value is 190 (74.61% from 255 or 35.71% from 532); Max value from RGB is 191 - color contains mainly: red. Hex color #BF97BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF97BE is #406841. Grayscale: #A7A7A7. Windows color (decimal): -4220994 or 12490687. OLE color: 12490687.
HSL color Cylindrical-coordinate representation of color #BF97BE: hue angle of 301.5º degrees, saturation: 0.24, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BF97BE is Cyan = 0, Magento = 0.21, Yellow = 0.01 and Black (K on CMYK) = 0.25.
Color convert
RGB | 191 | 151 | 190 | - |
CMYK | 0 | 0.21 | 0.01 | 0.25 |
HSL | 301.5º | 0.24% | 0.67% | - |
HSV(B) | 301.5º | 0.21% | 0.75% | - |
XYZ | 41.85 | 36.93 | 53.64 | - |
YUV | 167.41 | 140.75 | 144.83 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 191 | 151 | 190 | 0 | 0.21 | 0.01 | 0.25 | 301.5 | 0.24 | 0.67 |
Hex | BF | 97 | BE | 0 | 15 | 1 | 19 | 12E | 18 | 43 |
Octal | 277 | 227 | 276 | 0 | 25 | 1 | 31 | 456 | 30 | 103 |
Binary | 10111111 | 10010111 | 10111110 | 0 | 10101 | 1 | 11001 | 100101110 | 11000 | 1000011 |
Color Harmonies of #BF97BE
Complementary color
Monochromatic Colors of #BF97BE
Black with #BF97BE
Text Example
Text Example
White with #BF97BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF97BE; }
p { color: rgb(191,151,190); }
H1.HeaderClassName
{
color: #BF97BE;
}
.AnyTagClassName
{
color: #BF97BE;
}
</style>
background-color css
<style>
a { background-color: #BF97BE; }
a { background-color: rgb(191,151,190); }
div.DivClassName
{
background-color: #BF97BE;
}
.BgClassName
{
background-color: #BF97BE;
}
</style>
border-color css
<style>
span { border-color: #BF97BE; }
span { border-color: rgb(191,151,190); }
td.TdClassName
{
border-color: #BF97BE;
}
.TagClassName
{
border-color: #BF97BE;
}
</style>