Shades of Lilac #BF98C4
Tints of Lilac #BF98C4
RGB
CMYK
RGB Variations
Color information
#BF98C4 (or 0xBF98C4) is known color: Lilac. HEX triplet: BF, 98 and C4. RGB value is (191,152,196). Sum of RGB (Red+Green+Blue) = 191+152+196=539 (71% of max value = 765). Red value is 191 (75% from 255 or 35.44% from 539); Green value is 152 (59.77% from 255 or 28.20% from 539); Blue value is 196 (76.95% from 255 or 36.36% from 539); Max value from RGB is 196 - color contains mainly: blue. Hex color #BF98C4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF98C4 is #40673B. Grayscale: #A8A8A8. Windows color (decimal): -4220732 or 12884159. OLE color: 12884159.
HSL color Cylindrical-coordinate representation of color #BF98C4: hue angle of 293.18º degrees, saturation: 0.27, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BF98C4 is Cyan = 0.03, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 191 | 152 | 196 | - |
| CMYK | 0.03 | 0.22 | 0 | 0.23 |
| HSL | 293.18º | 0.27% | 0.68% | - |
| HSV(B) | 293.18º | 0.22% | 0.77% | - |
| XYZ | 42.68 | 37.52 | 57.22 | - |
| YUV | 168.68 | 143.42 | 143.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 152 | 196 | 0.03 | 0.22 | 0 | 0.23 | 293.18 | 0.27 | 0.68 |
| Hex | BF | 98 | C4 | 3 | 16 | 0 | 17 | 125 | 1B | 44 |
| Octal | 277 | 230 | 304 | 3 | 26 | 0 | 27 | 445 | 33 | 104 |
| Binary | 10111111 | 10011000 | 11000100 | 11 | 10110 | 0 | 10111 | 100100101 | 11011 | 1000100 |
Color Harmonies of #BF98C4
Complementary color
Monochromatic Colors of #BF98C4
Black with #BF98C4
Text Example
Text Example
White with #BF98C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF98C4; }
p { color: rgb(191,152,196); }
H1.HeaderClassName
{
color: #BF98C4;
}
.AnyTagClassName
{
color: #BF98C4;
}
</style>
background-color css
<style>
a { background-color: #BF98C4; }
a { background-color: rgb(191,152,196); }
div.DivClassName
{
background-color: #BF98C4;
}
.BgClassName
{
background-color: #BF98C4;
}
</style>
border-color css
<style>
span { border-color: #BF98C4; }
span { border-color: rgb(191,152,196); }
td.TdClassName
{
border-color: #BF98C4;
}
.TagClassName
{
border-color: #BF98C4;
}
</style>