Shades of Lilac #BF98C5
Tints of Lilac #BF98C5
RGB
CMYK
RGB Variations
Color information
#BF98C5 (or 0xBF98C5) is known color: Lilac. HEX triplet: BF, 98 and C5. RGB value is (191,152,197). Sum of RGB (Red+Green+Blue) = 191+152+197=540 (71% of max value = 765). Red value is 191 (75% from 255 or 35.37% from 540); Green value is 152 (59.77% from 255 or 28.15% from 540); Blue value is 197 (77.34% from 255 or 36.48% from 540); Max value from RGB is 197 - color contains mainly: blue. Hex color #BF98C5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF98C5 is #40673A. Grayscale: #A8A8A8. Windows color (decimal): -4220731 or 12949695. OLE color: 12949695.
HSL color Cylindrical-coordinate representation of color #BF98C5: hue angle of 292º degrees, saturation: 0.28, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BF98C5 is Cyan = 0.03, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 191 | 152 | 197 | - |
| CMYK | 0.03 | 0.23 | 0 | 0.23 |
| HSL | 292º | 0.28% | 0.68% | - |
| HSV(B) | 292º | 0.23% | 0.77% | - |
| XYZ | 42.79 | 37.56 | 57.82 | - |
| YUV | 168.79 | 143.92 | 143.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 152 | 197 | 0.03 | 0.23 | 0 | 0.23 | 292 | 0.28 | 0.68 |
| Hex | BF | 98 | C5 | 3 | 17 | 0 | 17 | 124 | 1C | 44 |
| Octal | 277 | 230 | 305 | 3 | 27 | 0 | 27 | 444 | 34 | 104 |
| Binary | 10111111 | 10011000 | 11000101 | 11 | 10111 | 0 | 10111 | 100100100 | 11100 | 1000100 |
Color Harmonies of #BF98C5
Complementary color
Monochromatic Colors of #BF98C5
Black with #BF98C5
Text Example
Text Example
White with #BF98C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF98C5; }
p { color: rgb(191,152,197); }
H1.HeaderClassName
{
color: #BF98C5;
}
.AnyTagClassName
{
color: #BF98C5;
}
</style>
background-color css
<style>
a { background-color: #BF98C5; }
a { background-color: rgb(191,152,197); }
div.DivClassName
{
background-color: #BF98C5;
}
.BgClassName
{
background-color: #BF98C5;
}
</style>
border-color css
<style>
span { border-color: #BF98C5; }
span { border-color: rgb(191,152,197); }
td.TdClassName
{
border-color: #BF98C5;
}
.TagClassName
{
border-color: #BF98C5;
}
</style>