Shades of Lilac #BF97C1
Tints of Lilac #BF97C1
RGB
CMYK
RGB Variations
Color information
#BF97C1 (or 0xBF97C1) is known color: Lilac. HEX triplet: BF, 97 and C1. RGB value is (191,151,193). Sum of RGB (Red+Green+Blue) = 191+151+193=535 (70% of max value = 765). Red value is 191 (75% from 255 or 35.70% from 535); Green value is 151 (59.38% from 255 or 28.22% from 535); Blue value is 193 (75.78% from 255 or 36.07% from 535); Max value from RGB is 193 - color contains mainly: blue. Hex color #BF97C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF97C1 is #40683E. Grayscale: #A7A7A7. Windows color (decimal): -4220991 or 12687295. OLE color: 12687295.
HSL color Cylindrical-coordinate representation of color #BF97C1: hue angle of 297.14º degrees, saturation: 0.25, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BF97C1 is Cyan = 0.01, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 191 | 151 | 193 | - |
| CMYK | 0.01 | 0.22 | 0 | 0.24 |
| HSL | 297.14º | 0.25% | 0.67% | - |
| HSV(B) | 297.14º | 0.22% | 0.76% | - |
| XYZ | 42.18 | 37.06 | 55.38 | - |
| YUV | 167.75 | 142.25 | 144.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 151 | 193 | 0.01 | 0.22 | 0 | 0.24 | 297.14 | 0.25 | 0.67 |
| Hex | BF | 97 | C1 | 1 | 16 | 0 | 18 | 129 | 19 | 43 |
| Octal | 277 | 227 | 301 | 1 | 26 | 0 | 30 | 451 | 31 | 103 |
| Binary | 10111111 | 10010111 | 11000001 | 1 | 10110 | 0 | 11000 | 100101001 | 11001 | 1000011 |
Color Harmonies of #BF97C1
Complementary color
Monochromatic Colors of #BF97C1
Black with #BF97C1
Text Example
Text Example
White with #BF97C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF97C1; }
p { color: rgb(191,151,193); }
H1.HeaderClassName
{
color: #BF97C1;
}
.AnyTagClassName
{
color: #BF97C1;
}
</style>
background-color css
<style>
a { background-color: #BF97C1; }
a { background-color: rgb(191,151,193); }
div.DivClassName
{
background-color: #BF97C1;
}
.BgClassName
{
background-color: #BF97C1;
}
</style>
border-color css
<style>
span { border-color: #BF97C1; }
span { border-color: rgb(191,151,193); }
td.TdClassName
{
border-color: #BF97C1;
}
.TagClassName
{
border-color: #BF97C1;
}
</style>