#BF89C1

Color #BF89C1 Lilac (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lilac #BF89C1

Tints of Lilac #BF89C1

Color information

#BF89C1 (or 0xBF89C1) is unknown color: approx Lilac. HEX triplet: BF, 89 and C1. RGB value is (191,137,193). Sum of RGB (Red+Green+Blue) = 191+137+193=521 (69% of max value = 765). Red value is 191 (75% from 255 or 36.66% from 521); Green value is 137 (53.91% from 255 or 26.30% from 521); Blue value is 193 (75.78% from 255 or 37.04% from 521); Max value from RGB is 193 - color contains mainly: blue. Hex color #BF89C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF89C1 is #40763E. Grayscale: #9F9F9F. Windows color (decimal): -4224575 or 12683711. OLE color: 12683711.

HSL color Cylindrical-coordinate representation of color #BF89C1: hue angle of 297.86º degrees, saturation: 0.31, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BF89C1 is Cyan = 0.01, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB191137193-
CMYK0.010.2900.24
HSL297.86º31.11%64.71%-
HSV(B)297.86º29.02%75.69%-
XYZ40.0632.8254.68-
YUV159.53146.89150.45-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 191 (75% from 255) = 36.66%
GREEN value IS 137 (53.91% from 255) = 26.30%
BLUE value IS 193 (75.78% from 255) = 37.04%
R=36.66%
G=26.30%
B=37.04%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1911371930.010.2900.24297.8631.1164.71
HexBF89C111D01812a1f41
Octal27721130113503045237101
Binary101111111000100111000001111101011000100101010111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF89C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF89C1; }

 p { color: rgb(191,137,193); }

 H1.HeaderClassName
 {
   color: #BF89C1;
 }
 .AnyTagClassName
 {
   color: #BF89C1;
 }
</style>
background-color css

<style>
 a { background-color: #BF89C1; }

 a { background-color: rgb(191,137,193); }

 div.DivClassName
 {
   background-color: #BF89C1;
 }
 .BgClassName
 {
   background-color: #BF89C1;
 }
</style>
border-color css

<style>
 span { border-color: #BF89C1; }

 span { border-color: rgb(191,137,193); }

 td.TdClassName
 {
   border-color: #BF89C1;
 }
 .TagClassName
 {
   border-color: #BF89C1;
 }
</style>