#BE95C1

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

Shades of Lilac #BE95C1

Tints of Lilac #BE95C1

Color information

#BE95C1 (or 0xBE95C1) is unknown color: approx Lilac. HEX triplet: BE, 95 and C1. RGB value is (190,149,193). Sum of RGB (Red+Green+Blue) = 190+149+193=532 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.71% from 532); Green value is 149 (58.59% from 255 or 28.01% from 532); Blue value is 193 (75.78% from 255 or 36.28% from 532); Max value from RGB is 193 - color contains mainly: blue. Hex color #BE95C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE95C1 is #416A3E. Grayscale: #A6A6A6. Windows color (decimal): -4287039 or 12686782. OLE color: 12686782.

HSL color Cylindrical-coordinate representation of color #BE95C1: hue angle of 295.91º degrees, saturation: 0.26, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BE95C1 is Cyan = 0.02, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB190149193-
CMYK0.020.2300.24
HSL295.91º26.19%67.06%-
HSV(B)295.91º22.8%75.69%-
XYZ41.6136.2955.26-
YUV166.28143.08144.92-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.71%
GREEN value IS 149 (58.59% from 255) = 28.01%
BLUE value IS 193 (75.78% from 255) = 36.28%
R=35.71%
G=28.01%
B=36.28%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1901491930.020.2300.24295.9126.1967.06
HexBE95C12170181281a43
Octal27622530122703045032103
Binary1011111010010101110000011010111011000100101000110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE95C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE95C1; }

 p { color: rgb(190,149,193); }

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

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

 a { background-color: rgb(190,149,193); }

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

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

 span { border-color: rgb(190,149,193); }

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