Shades of Lilac #BF93CA
Tints of Lilac #BF93CA
RGB
CMYK
RGB Variations
Color information
#BF93CA (or 0xBF93CA) is known color: Lilac. HEX triplet: BF, 93 and CA. RGB value is (191,147,202). Sum of RGB (Red+Green+Blue) = 191+147+202=540 (71% of max value = 765). Red value is 191 (75% from 255 or 35.37% from 540); Green value is 147 (57.81% from 255 or 27.22% from 540); Blue value is 202 (79.30% from 255 or 37.41% from 540); Max value from RGB is 202 - color contains mainly: blue. Hex color #BF93CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF93CA is #406C35. Grayscale: #A6A6A6. Windows color (decimal): -4222006 or 13276095. OLE color: 13276095.
HSL color Cylindrical-coordinate representation of color #BF93CA: hue angle of 288º degrees, saturation: 0.34, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BF93CA is Cyan = 0.05, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 191 | 147 | 202 | - |
| CMYK | 0.05 | 0.27 | 0 | 0.21 |
| HSL | 288º | 0.34% | 0.68% | - |
| HSV(B) | 288º | 0.27% | 0.79% | - |
| XYZ | 42.58 | 36.21 | 60.62 | - |
| YUV | 166.43 | 148.08 | 145.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 147 | 202 | 0.05 | 0.27 | 0 | 0.21 | 288 | 0.34 | 0.68 |
| Hex | BF | 93 | CA | 5 | 1B | 0 | 15 | 120 | 22 | 44 |
| Octal | 277 | 223 | 312 | 5 | 33 | 0 | 25 | 440 | 42 | 104 |
| Binary | 10111111 | 10010011 | 11001010 | 101 | 11011 | 0 | 10101 | 100100000 | 100010 | 1000100 |
Color Harmonies of #BF93CA
Complementary color
Monochromatic Colors of #BF93CA
Black with #BF93CA
Text Example
Text Example
White with #BF93CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF93CA; }
p { color: rgb(191,147,202); }
H1.HeaderClassName
{
color: #BF93CA;
}
.AnyTagClassName
{
color: #BF93CA;
}
</style>
background-color css
<style>
a { background-color: #BF93CA; }
a { background-color: rgb(191,147,202); }
div.DivClassName
{
background-color: #BF93CA;
}
.BgClassName
{
background-color: #BF93CA;
}
</style>
border-color css
<style>
span { border-color: #BF93CA; }
span { border-color: rgb(191,147,202); }
td.TdClassName
{
border-color: #BF93CA;
}
.TagClassName
{
border-color: #BF93CA;
}
</style>