#BE97C1

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

Shades of Lilac #BE97C1

Tints of Lilac #BE97C1

Color information

#BE97C1 (or 0xBE97C1) is unknown color: approx Lilac. HEX triplet: BE, 97 and C1. RGB value is (190,151,193). Sum of RGB (Red+Green+Blue) = 190+151+193=534 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.58% from 534); Green value is 151 (59.38% from 255 or 28.28% from 534); Blue value is 193 (75.78% from 255 or 36.14% from 534); Max value from RGB is 193 - color contains mainly: blue. Hex color #BE97C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE97C1 is #41683E. Grayscale: #A7A7A7. Windows color (decimal): -4286527 or 12687294. OLE color: 12687294.

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

Color convert

RGB190151193-
CMYK0.020.2200.24
HSL295.71º25.3%67.45%-
HSV(B)295.71º21.76%75.69%-
XYZ41.9336.9355.37-
YUV167.45142.42144.08-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.58%
GREEN value IS 151 (59.38% from 255) = 28.28%
BLUE value IS 193 (75.78% from 255) = 36.14%
R=35.58%
G=28.28%
B=36.14%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1901511930.020.2200.24295.7125.367.45
HexBE97C12160181281943
Octal27622730122603045031103
Binary1011111010010111110000011010110011000100101000110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE97C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE97C1; }

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

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

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

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

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

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

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

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