Shades of Lilac #BF89CA
Tints of Lilac #BF89CA
RGB
CMYK
RGB Variations
Color information
#BF89CA (or 0xBF89CA) is known color: Lilac. HEX triplet: BF, 89 and CA. RGB value is (191,137,202). Sum of RGB (Red+Green+Blue) = 191+137+202=530 (70% of max value = 765). Red value is 191 (75% from 255 or 36.04% from 530); Green value is 137 (53.91% from 255 or 25.85% from 530); Blue value is 202 (79.30% from 255 or 38.11% from 530); Max value from RGB is 202 - color contains mainly: blue. Hex color #BF89CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF89CA is #407635. Grayscale: #A0A0A0. Windows color (decimal): -4224566 or 13273535. OLE color: 13273535.
HSL color Cylindrical-coordinate representation of color #BF89CA: hue angle of 289.85º degrees, saturation: 0.38, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BF89CA is Cyan = 0.05, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 191 | 137 | 202 | - |
| CMYK | 0.05 | 0.32 | 0 | 0.21 |
| HSL | 289.85º | 0.38% | 0.66% | - |
| HSV(B) | 289.85º | 0.32% | 0.79% | - |
| XYZ | 41.09 | 33.23 | 60.13 | - |
| YUV | 160.56 | 151.39 | 149.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 137 | 202 | 0.05 | 0.32 | 0 | 0.21 | 289.85 | 0.38 | 0.66 |
| Hex | BF | 89 | CA | 5 | 20 | 0 | 15 | 122 | 26 | 42 |
| Octal | 277 | 211 | 312 | 5 | 40 | 0 | 25 | 442 | 46 | 102 |
| Binary | 10111111 | 10001001 | 11001010 | 101 | 100000 | 0 | 10101 | 100100010 | 100110 | 1000010 |
Color Harmonies of #BF89CA
Complementary color
Monochromatic Colors of #BF89CA
Black with #BF89CA
Text Example
Text Example
White with #BF89CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF89CA; }
p { color: rgb(191,137,202); }
H1.HeaderClassName
{
color: #BF89CA;
}
.AnyTagClassName
{
color: #BF89CA;
}
</style>
background-color css
<style>
a { background-color: #BF89CA; }
a { background-color: rgb(191,137,202); }
div.DivClassName
{
background-color: #BF89CA;
}
.BgClassName
{
background-color: #BF89CA;
}
</style>
border-color css
<style>
span { border-color: #BF89CA; }
span { border-color: rgb(191,137,202); }
td.TdClassName
{
border-color: #BF89CA;
}
.TagClassName
{
border-color: #BF89CA;
}
</style>