Shades of Lilac #BF97C0
Tints of Lilac #BF97C0
RGB
CMYK
RGB Variations
Color information
#BF97C0 (or 0xBF97C0) is known color: Lilac. HEX triplet: BF, 97 and C0. RGB value is (191,151,192). Sum of RGB (Red+Green+Blue) = 191+151+192=534 (70% of max value = 765). Red value is 191 (75% from 255 or 35.77% from 534); Green value is 151 (59.38% from 255 or 28.28% from 534); Blue value is 192 (75.39% from 255 or 35.96% from 534); Max value from RGB is 192 - color contains mainly: blue. Hex color #BF97C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF97C0 is #40683F. Grayscale: #A7A7A7. Windows color (decimal): -4220992 or 12621759. OLE color: 12621759.
HSL color Cylindrical-coordinate representation of color #BF97C0: hue angle of 298.54º degrees, saturation: 0.25, 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 #BF97C0 is Cyan = 0.01, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 151 | 192 | - |
| CMYK | 0.01 | 0.21 | 0 | 0.25 |
| HSL | 298.54º | 0.25% | 0.67% | - |
| HSV(B) | 298.54º | 0.21% | 0.75% | - |
| XYZ | 42.07 | 37.02 | 54.8 | - |
| YUV | 167.63 | 141.75 | 144.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 151 | 192 | 0.01 | 0.21 | 0 | 0.25 | 298.54 | 0.25 | 0.67 |
| Hex | BF | 97 | C0 | 1 | 15 | 0 | 19 | 12B | 19 | 43 |
| Octal | 277 | 227 | 300 | 1 | 25 | 0 | 31 | 453 | 31 | 103 |
| Binary | 10111111 | 10010111 | 11000000 | 1 | 10101 | 0 | 11001 | 100101011 | 11001 | 1000011 |
Color Harmonies of #BF97C0
Complementary color
Monochromatic Colors of #BF97C0
Black with #BF97C0
Text Example
Text Example
White with #BF97C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF97C0; }
p { color: rgb(191,151,192); }
H1.HeaderClassName
{
color: #BF97C0;
}
.AnyTagClassName
{
color: #BF97C0;
}
</style>
background-color css
<style>
a { background-color: #BF97C0; }
a { background-color: rgb(191,151,192); }
div.DivClassName
{
background-color: #BF97C0;
}
.BgClassName
{
background-color: #BF97C0;
}
</style>
border-color css
<style>
span { border-color: #BF97C0; }
span { border-color: rgb(191,151,192); }
td.TdClassName
{
border-color: #BF97C0;
}
.TagClassName
{
border-color: #BF97C0;
}
</style>