#BE97C0

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

Shades of Lilac #BE97C0

Tints of Lilac #BE97C0

Color information

#BE97C0 (or 0xBE97C0) is unknown color: approx Lilac. HEX triplet: BE, 97 and C0. RGB value is (190,151,192). Sum of RGB (Red+Green+Blue) = 190+151+192=533 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.65% from 533); Green value is 151 (59.38% from 255 or 28.33% from 533); Blue value is 192 (75.39% from 255 or 36.02% from 533); Max value from RGB is 192 - color contains mainly: blue. Hex color #BE97C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE97C0 is #41683F. Grayscale: #A7A7A7. Windows color (decimal): -4286528 or 12621758. OLE color: 12621758.

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

Color convert

RGB190151192-
CMYK0.010.2100.25
HSL297.07º24.55%67.25%-
HSV(B)297.07º21.35%75.29%-
XYZ41.8236.8954.78-
YUV167.34141.92144.17-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.65%
GREEN value IS 151 (59.38% from 255) = 28.33%
BLUE value IS 192 (75.39% from 255) = 36.02%
R=35.65%
G=28.33%
B=36.02%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901511920.010.2100.25297.0724.5567.25
HexBE97C01150191291943
Octal27622730012503145131103
Binary101111101001011111000000110101011001100101001110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE97C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE97C0; }

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

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

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

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

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

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

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

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