Shades of Lilac #BF95CA
Tints of Lilac #BF95CA
RGB
CMYK
RGB Variations
Color information
#BF95CA (or 0xBF95CA) is known color: Lilac. HEX triplet: BF, 95 and CA. RGB value is (191,149,202). Sum of RGB (Red+Green+Blue) = 191+149+202=542 (71% of max value = 765). Red value is 191 (75% from 255 or 35.24% from 542); Green value is 149 (58.59% from 255 or 27.49% from 542); Blue value is 202 (79.30% from 255 or 37.27% from 542); Max value from RGB is 202 - color contains mainly: blue. Hex color #BF95CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF95CA is #406A35. Grayscale: #A7A7A7. Windows color (decimal): -4221494 or 13276607. OLE color: 13276607.
HSL color Cylindrical-coordinate representation of color #BF95CA: hue angle of 287.55º degrees, saturation: 0.33, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BF95CA is Cyan = 0.05, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 191 | 149 | 202 | - |
| CMYK | 0.05 | 0.26 | 0 | 0.21 |
| HSL | 287.55º | 0.33% | 0.69% | - |
| HSV(B) | 287.55º | 0.26% | 0.79% | - |
| XYZ | 42.89 | 36.84 | 60.73 | - |
| YUV | 167.6 | 147.41 | 144.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 149 | 202 | 0.05 | 0.26 | 0 | 0.21 | 287.55 | 0.33 | 0.69 |
| Hex | BF | 95 | CA | 5 | 1A | 0 | 15 | 120 | 21 | 45 |
| Octal | 277 | 225 | 312 | 5 | 32 | 0 | 25 | 440 | 41 | 105 |
| Binary | 10111111 | 10010101 | 11001010 | 101 | 11010 | 0 | 10101 | 100100000 | 100001 | 1000101 |
Color Harmonies of #BF95CA
Complementary color
Monochromatic Colors of #BF95CA
Black with #BF95CA
Text Example
Text Example
White with #BF95CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF95CA; }
p { color: rgb(191,149,202); }
H1.HeaderClassName
{
color: #BF95CA;
}
.AnyTagClassName
{
color: #BF95CA;
}
</style>
background-color css
<style>
a { background-color: #BF95CA; }
a { background-color: rgb(191,149,202); }
div.DivClassName
{
background-color: #BF95CA;
}
.BgClassName
{
background-color: #BF95CA;
}
</style>
border-color css
<style>
span { border-color: #BF95CA; }
span { border-color: rgb(191,149,202); }
td.TdClassName
{
border-color: #BF95CA;
}
.TagClassName
{
border-color: #BF95CA;
}
</style>