#BF91BE

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

Shades of Lilac #BF91BE

Tints of Lilac #BF91BE

Color information

#BF91BE (or 0xBF91BE) is unknown color: approx Lilac. HEX triplet: BF, 91 and BE. RGB value is (191,145,190). Sum of RGB (Red+Green+Blue) = 191+145+190=526 (69% of max value = 765). Red value is 191 (75% from 255 or 36.31% from 526); Green value is 145 (57.03% from 255 or 27.57% from 526); Blue value is 190 (74.61% from 255 or 36.12% from 526); Max value from RGB is 191 - color contains mainly: red. Hex color #BF91BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF91BE is #406E41. Grayscale: #A3A3A3. Windows color (decimal): -4222530 or 12489151. OLE color: 12489151.

HSL color Cylindrical-coordinate representation of color #BF91BE: hue angle of 301.3º degrees, saturation: 0.26, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BF91BE is Cyan = 0, Magento = 0.24, Yellow = 0.01 and Black (K on CMYK) = 0.25.

Color convert

RGB191145190-
CMYK00.240.010.25
HSL301.3º26.44%65.88%-
HSV(B)301.3º24.08%74.9%-
XYZ40.9135.0453.32-
YUV163.88142.74147.34-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 36.31%
GREEN value IS 145 (57.03% from 255) = 27.57%
BLUE value IS 190 (74.61% from 255) = 36.12%
R=36.31%
G=27.57%
B=36.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.01
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19114519000.240.010.25301.326.4465.88
HexBF91BE01811912d1a42
Octal27722127603013145532102
Binary101111111001000110111110011000111001100101101110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF91BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF91BE; }

 p { color: rgb(191,145,190); }

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

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

 a { background-color: rgb(191,145,190); }

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

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

 span { border-color: rgb(191,145,190); }

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