Shades of Lilac #BF93C0
Tints of Lilac #BF93C0
RGB
CMYK
RGB Variations
Color information
#BF93C0 (or 0xBF93C0) is known color: Lilac. HEX triplet: BF, 93 and C0. RGB value is (191,147,192). Sum of RGB (Red+Green+Blue) = 191+147+192=530 (70% of max value = 765). Red value is 191 (75% from 255 or 36.04% from 530); Green value is 147 (57.81% from 255 or 27.74% from 530); Blue value is 192 (75.39% from 255 or 36.23% from 530); Max value from RGB is 192 - color contains mainly: blue. Hex color #BF93C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF93C0 is #406C3F. Grayscale: #A5A5A5. Windows color (decimal): -4222016 or 12620735. OLE color: 12620735.
HSL color Cylindrical-coordinate representation of color #BF93C0: hue angle of 298.67º 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 #BF93C0 is Cyan = 0.01, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 147 | 192 | - |
| CMYK | 0.01 | 0.23 | 0 | 0.25 |
| HSL | 298.67º | 0.26% | 0.66% | - |
| HSV(B) | 298.67º | 0.23% | 0.75% | - |
| XYZ | 41.43 | 35.75 | 54.59 | - |
| YUV | 165.29 | 143.08 | 146.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 147 | 192 | 0.01 | 0.23 | 0 | 0.25 | 298.67 | 0.26 | 0.66 |
| Hex | BF | 93 | C0 | 1 | 17 | 0 | 19 | 12B | 1A | 42 |
| Octal | 277 | 223 | 300 | 1 | 27 | 0 | 31 | 453 | 32 | 102 |
| Binary | 10111111 | 10010011 | 11000000 | 1 | 10111 | 0 | 11001 | 100101011 | 11010 | 1000010 |
Color Harmonies of #BF93C0
Complementary color
Monochromatic Colors of #BF93C0
Black with #BF93C0
Text Example
Text Example
White with #BF93C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF93C0; }
p { color: rgb(191,147,192); }
H1.HeaderClassName
{
color: #BF93C0;
}
.AnyTagClassName
{
color: #BF93C0;
}
</style>
background-color css
<style>
a { background-color: #BF93C0; }
a { background-color: rgb(191,147,192); }
div.DivClassName
{
background-color: #BF93C0;
}
.BgClassName
{
background-color: #BF93C0;
}
</style>
border-color css
<style>
span { border-color: #BF93C0; }
span { border-color: rgb(191,147,192); }
td.TdClassName
{
border-color: #BF93C0;
}
.TagClassName
{
border-color: #BF93C0;
}
</style>