Shades of Lilac #BF93BC
Tints of Lilac #BF93BC
RGB
CMYK
RGB Variations
Color information
#BF93BC (or 0xBF93BC) is known color: Lilac. HEX triplet: BF, 93 and BC. RGB value is (191,147,188). Sum of RGB (Red+Green+Blue) = 191+147+188=526 (69% of max value = 765). Red value is 191 (75% from 255 or 36.31% from 526); Green value is 147 (57.81% from 255 or 27.95% from 526); Blue value is 188 (73.83% from 255 or 35.74% from 526); Max value from RGB is 191 - color contains mainly: red. Hex color #BF93BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF93BC is #406C43. Grayscale: #A4A4A4. Windows color (decimal): -4222020 or 12358591. OLE color: 12358591.
HSL color Cylindrical-coordinate representation of color #BF93BC: hue angle of 304.09º degrees, saturation: 0.26, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BF93BC is Cyan = 0, Magento = 0.23, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 147 | 188 | - |
| CMYK | 0 | 0.23 | 0.02 | 0.25 |
| HSL | 304.09º | 0.26% | 0.66% | - |
| HSV(B) | 304.09º | 0.23% | 0.75% | - |
| XYZ | 41 | 35.57 | 52.28 | - |
| YUV | 164.83 | 141.08 | 146.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 147 | 188 | 0 | 0.23 | 0.02 | 0.25 | 304.09 | 0.26 | 0.66 |
| Hex | BF | 93 | BC | 0 | 17 | 2 | 19 | 130 | 1A | 42 |
| Octal | 277 | 223 | 274 | 0 | 27 | 2 | 31 | 460 | 32 | 102 |
| Binary | 10111111 | 10010011 | 10111100 | 0 | 10111 | 10 | 11001 | 100110000 | 11010 | 1000010 |
Color Harmonies of #BF93BC
Complementary color
Monochromatic Colors of #BF93BC
Black with #BF93BC
Text Example
Text Example
White with #BF93BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF93BC; }
p { color: rgb(191,147,188); }
H1.HeaderClassName
{
color: #BF93BC;
}
.AnyTagClassName
{
color: #BF93BC;
}
</style>
background-color css
<style>
a { background-color: #BF93BC; }
a { background-color: rgb(191,147,188); }
div.DivClassName
{
background-color: #BF93BC;
}
.BgClassName
{
background-color: #BF93BC;
}
</style>
border-color css
<style>
span { border-color: #BF93BC; }
span { border-color: rgb(191,147,188); }
td.TdClassName
{
border-color: #BF93BC;
}
.TagClassName
{
border-color: #BF93BC;
}
</style>