Shades of Lilac #BF93C8
Tints of Lilac #BF93C8
RGB
CMYK
RGB Variations
Color information
#BF93C8 (or 0xBF93C8) is known color: Lilac. HEX triplet: BF, 93 and C8. RGB value is (191,147,200). Sum of RGB (Red+Green+Blue) = 191+147+200=538 (71% of max value = 765). Red value is 191 (75% from 255 or 35.50% from 538); Green value is 147 (57.81% from 255 or 27.32% from 538); Blue value is 200 (78.52% from 255 or 37.17% from 538); Max value from RGB is 200 - color contains mainly: blue. Hex color #BF93C8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF93C8 is #406C37. Grayscale: #A6A6A6. Windows color (decimal): -4222008 or 13145023. OLE color: 13145023.
HSL color Cylindrical-coordinate representation of color #BF93C8: hue angle of 289.81º degrees, saturation: 0.33, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BF93C8 is Cyan = 0.04, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 191 | 147 | 200 | - |
| CMYK | 0.04 | 0.26 | 0 | 0.22 |
| HSL | 289.81º | 0.33% | 0.68% | - |
| HSV(B) | 289.81º | 0.27% | 0.78% | - |
| XYZ | 42.34 | 36.11 | 59.38 | - |
| YUV | 166.2 | 147.08 | 145.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 147 | 200 | 0.04 | 0.26 | 0 | 0.22 | 289.81 | 0.33 | 0.68 |
| Hex | BF | 93 | C8 | 4 | 1A | 0 | 16 | 122 | 21 | 44 |
| Octal | 277 | 223 | 310 | 4 | 32 | 0 | 26 | 442 | 41 | 104 |
| Binary | 10111111 | 10010011 | 11001000 | 100 | 11010 | 0 | 10110 | 100100010 | 100001 | 1000100 |
Color Harmonies of #BF93C8
Complementary color
Monochromatic Colors of #BF93C8
Black with #BF93C8
Text Example
Text Example
White with #BF93C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF93C8; }
p { color: rgb(191,147,200); }
H1.HeaderClassName
{
color: #BF93C8;
}
.AnyTagClassName
{
color: #BF93C8;
}
</style>
background-color css
<style>
a { background-color: #BF93C8; }
a { background-color: rgb(191,147,200); }
div.DivClassName
{
background-color: #BF93C8;
}
.BgClassName
{
background-color: #BF93C8;
}
</style>
border-color css
<style>
span { border-color: #BF93C8; }
span { border-color: rgb(191,147,200); }
td.TdClassName
{
border-color: #BF93C8;
}
.TagClassName
{
border-color: #BF93C8;
}
</style>