Shades of Lilac #BF96CA
Tints of Lilac #BF96CA
RGB
CMYK
RGB Variations
Color information
#BF96CA (or 0xBF96CA) is known color: Lilac. HEX triplet: BF, 96 and CA. RGB value is (191,150,202). Sum of RGB (Red+Green+Blue) = 191+150+202=543 (71% of max value = 765). Red value is 191 (75% from 255 or 35.17% from 543); Green value is 150 (58.98% from 255 or 27.62% from 543); Blue value is 202 (79.30% from 255 or 37.20% from 543); Max value from RGB is 202 - color contains mainly: blue. Hex color #BF96CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF96CA is #406935. Grayscale: #A8A8A8. Windows color (decimal): -4221238 or 13276863. OLE color: 13276863.
HSL color Cylindrical-coordinate representation of color #BF96CA: hue angle of 287.31º 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 #BF96CA is Cyan = 0.05, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 191 | 150 | 202 | - |
| CMYK | 0.05 | 0.26 | 0 | 0.21 |
| HSL | 287.31º | 0.33% | 0.69% | - |
| HSV(B) | 287.31º | 0.26% | 0.79% | - |
| XYZ | 43.05 | 37.15 | 60.78 | - |
| YUV | 168.19 | 147.08 | 144.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 150 | 202 | 0.05 | 0.26 | 0 | 0.21 | 287.31 | 0.33 | 0.69 |
| Hex | BF | 96 | CA | 5 | 1A | 0 | 15 | 11F | 21 | 45 |
| Octal | 277 | 226 | 312 | 5 | 32 | 0 | 25 | 437 | 41 | 105 |
| Binary | 10111111 | 10010110 | 11001010 | 101 | 11010 | 0 | 10101 | 100011111 | 100001 | 1000101 |
Color Harmonies of #BF96CA
Complementary color
Monochromatic Colors of #BF96CA
Black with #BF96CA
Text Example
Text Example
White with #BF96CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF96CA; }
p { color: rgb(191,150,202); }
H1.HeaderClassName
{
color: #BF96CA;
}
.AnyTagClassName
{
color: #BF96CA;
}
</style>
background-color css
<style>
a { background-color: #BF96CA; }
a { background-color: rgb(191,150,202); }
div.DivClassName
{
background-color: #BF96CA;
}
.BgClassName
{
background-color: #BF96CA;
}
</style>
border-color css
<style>
span { border-color: #BF96CA; }
span { border-color: rgb(191,150,202); }
td.TdClassName
{
border-color: #BF96CA;
}
.TagClassName
{
border-color: #BF96CA;
}
</style>