Shades of Lilac #BF89C3
Tints of Lilac #BF89C3
RGB
CMYK
RGB Variations
Color information
#BF89C3 (or 0xBF89C3) is known color: Lilac. HEX triplet: BF, 89 and C3. RGB value is (191,137,195). Sum of RGB (Red+Green+Blue) = 191+137+195=523 (69% of max value = 765). Red value is 191 (75% from 255 or 36.52% from 523); Green value is 137 (53.91% from 255 or 26.20% from 523); Blue value is 195 (76.56% from 255 or 37.28% from 523); Max value from RGB is 195 - color contains mainly: blue. Hex color #BF89C3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF89C3 is #40763C. Grayscale: #9F9F9F. Windows color (decimal): -4224573 or 12814783. OLE color: 12814783.
HSL color Cylindrical-coordinate representation of color #BF89C3: hue angle of 295.86º degrees, saturation: 0.33, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BF89C3 is Cyan = 0.02, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 191 | 137 | 195 | - |
| CMYK | 0.02 | 0.30 | 0 | 0.24 |
| HSL | 295.86º | 0.33% | 0.65% | - |
| HSV(B) | 295.86º | 0.3% | 0.76% | - |
| XYZ | 40.28 | 32.91 | 55.86 | - |
| YUV | 159.76 | 147.89 | 150.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 137 | 195 | 0.02 | 0.30 | 0 | 0.24 | 295.86 | 0.33 | 0.65 |
| Hex | BF | 89 | C3 | 2 | 1E | 0 | 18 | 128 | 21 | 41 |
| Octal | 277 | 211 | 303 | 2 | 36 | 0 | 30 | 450 | 41 | 101 |
| Binary | 10111111 | 10001001 | 11000011 | 10 | 11110 | 0 | 11000 | 100101000 | 100001 | 1000001 |
Color Harmonies of #BF89C3
Complementary color
Monochromatic Colors of #BF89C3
Black with #BF89C3
Text Example
Text Example
White with #BF89C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF89C3; }
p { color: rgb(191,137,195); }
H1.HeaderClassName
{
color: #BF89C3;
}
.AnyTagClassName
{
color: #BF89C3;
}
</style>
background-color css
<style>
a { background-color: #BF89C3; }
a { background-color: rgb(191,137,195); }
div.DivClassName
{
background-color: #BF89C3;
}
.BgClassName
{
background-color: #BF89C3;
}
</style>
border-color css
<style>
span { border-color: #BF89C3; }
span { border-color: rgb(191,137,195); }
td.TdClassName
{
border-color: #BF89C3;
}
.TagClassName
{
border-color: #BF89C3;
}
</style>