#BE9FBF

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

Shades of Lilac #BE9FBF

Tints of Lilac #BE9FBF

Color information

#BE9FBF (or 0xBE9FBF) is unknown color: approx Lilac. HEX triplet: BE, 9F and BF. RGB value is (190,159,191). Sum of RGB (Red+Green+Blue) = 190+159+191=540 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.19% from 540); Green value is 159 (62.5% from 255 or 29.44% from 540); Blue value is 191 (75% from 255 or 35.37% from 540); Max value from RGB is 191 - color contains mainly: blue. Hex color #BE9FBF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE9FBF is #416040. Grayscale: #ABABAB. Windows color (decimal): -4284481 or 12558270. OLE color: 12558270.

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

Color convert

RGB190159191-
CMYK0.010.1700.25
HSL298.12º20%68.63%-
HSV(B)298.12º16.75%74.9%-
XYZ43.0439.5154.65-
YUV171.92138.77140.9-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.19%
GREEN value IS 159 (62.5% from 255) = 29.44%
BLUE value IS 191 (75% from 255) = 35.37%
R=35.19%
G=29.44%
B=35.37%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901591910.010.1700.25298.122068.63
HexBE9FBF11101912a1445
Octal27623727712103145224105
Binary101111101001111110111111110001011001100101010101001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE9FBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE9FBF; }

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

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

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

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

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

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

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

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