Shades of Lilac #BF93C4
Tints of Lilac #BF93C4
RGB
CMYK
RGB Variations
Color information
#BF93C4 (or 0xBF93C4) is known color: Lilac. HEX triplet: BF, 93 and C4. RGB value is (191,147,196). Sum of RGB (Red+Green+Blue) = 191+147+196=534 (70% of max value = 765). Red value is 191 (75% from 255 or 35.77% from 534); Green value is 147 (57.81% from 255 or 27.53% from 534); Blue value is 196 (76.95% from 255 or 36.70% from 534); Max value from RGB is 196 - color contains mainly: blue. Hex color #BF93C4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF93C4 is #406C3B. Grayscale: #A5A5A5. Windows color (decimal): -4222012 or 12882879. OLE color: 12882879.
HSL color Cylindrical-coordinate representation of color #BF93C4: hue angle of 293.88º degrees, saturation: 0.29, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BF93C4 is Cyan = 0.03, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 191 | 147 | 196 | - |
| CMYK | 0.03 | 0.25 | 0 | 0.23 |
| HSL | 293.88º | 0.29% | 0.67% | - |
| HSV(B) | 293.88º | 0.25% | 0.77% | - |
| XYZ | 41.88 | 35.93 | 56.95 | - |
| YUV | 165.74 | 145.08 | 146.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 147 | 196 | 0.03 | 0.25 | 0 | 0.23 | 293.88 | 0.29 | 0.67 |
| Hex | BF | 93 | C4 | 3 | 19 | 0 | 17 | 126 | 1D | 43 |
| Octal | 277 | 223 | 304 | 3 | 31 | 0 | 27 | 446 | 35 | 103 |
| Binary | 10111111 | 10010011 | 11000100 | 11 | 11001 | 0 | 10111 | 100100110 | 11101 | 1000011 |
Color Harmonies of #BF93C4
Complementary color
Monochromatic Colors of #BF93C4
Black with #BF93C4
Text Example
Text Example
White with #BF93C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF93C4; }
p { color: rgb(191,147,196); }
H1.HeaderClassName
{
color: #BF93C4;
}
.AnyTagClassName
{
color: #BF93C4;
}
</style>
background-color css
<style>
a { background-color: #BF93C4; }
a { background-color: rgb(191,147,196); }
div.DivClassName
{
background-color: #BF93C4;
}
.BgClassName
{
background-color: #BF93C4;
}
</style>
border-color css
<style>
span { border-color: #BF93C4; }
span { border-color: rgb(191,147,196); }
td.TdClassName
{
border-color: #BF93C4;
}
.TagClassName
{
border-color: #BF93C4;
}
</style>