Shades of Lilac #BF96C2
Tints of Lilac #BF96C2
RGB
CMYK
RGB Variations
Color information
#BF96C2 (or 0xBF96C2) is known color: Lilac. HEX triplet: BF, 96 and C2. RGB value is (191,150,194). Sum of RGB (Red+Green+Blue) = 191+150+194=535 (70% of max value = 765). Red value is 191 (75% from 255 or 35.70% from 535); Green value is 150 (58.98% from 255 or 28.04% from 535); Blue value is 194 (76.17% from 255 or 36.26% from 535); Max value from RGB is 194 - color contains mainly: blue. Hex color #BF96C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF96C2 is #40693D. Grayscale: #A7A7A7. Windows color (decimal): -4221246 or 12752575. OLE color: 12752575.
HSL color Cylindrical-coordinate representation of color #BF96C2: hue angle of 295.91º degrees, saturation: 0.27, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BF96C2 is Cyan = 0.02, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 191 | 150 | 194 | - |
| CMYK | 0.02 | 0.23 | 0 | 0.24 |
| HSL | 295.91º | 0.27% | 0.67% | - |
| HSV(B) | 295.91º | 0.23% | 0.76% | - |
| XYZ | 42.13 | 36.78 | 55.92 | - |
| YUV | 167.28 | 143.08 | 144.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 150 | 194 | 0.02 | 0.23 | 0 | 0.24 | 295.91 | 0.27 | 0.67 |
| Hex | BF | 96 | C2 | 2 | 17 | 0 | 18 | 128 | 1B | 43 |
| Octal | 277 | 226 | 302 | 2 | 27 | 0 | 30 | 450 | 33 | 103 |
| Binary | 10111111 | 10010110 | 11000010 | 10 | 10111 | 0 | 11000 | 100101000 | 11011 | 1000011 |
Color Harmonies of #BF96C2
Complementary color
Monochromatic Colors of #BF96C2
Black with #BF96C2
Text Example
Text Example
White with #BF96C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF96C2; }
p { color: rgb(191,150,194); }
H1.HeaderClassName
{
color: #BF96C2;
}
.AnyTagClassName
{
color: #BF96C2;
}
</style>
background-color css
<style>
a { background-color: #BF96C2; }
a { background-color: rgb(191,150,194); }
div.DivClassName
{
background-color: #BF96C2;
}
.BgClassName
{
background-color: #BF96C2;
}
</style>
border-color css
<style>
span { border-color: #BF96C2; }
span { border-color: rgb(191,150,194); }
td.TdClassName
{
border-color: #BF96C2;
}
.TagClassName
{
border-color: #BF96C2;
}
</style>