#BE95C4

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

Shades of Lilac #BE95C4

Tints of Lilac #BE95C4

Color information

#BE95C4 (or 0xBE95C4) is unknown color: approx Lilac. HEX triplet: BE, 95 and C4. RGB value is (190,149,196). Sum of RGB (Red+Green+Blue) = 190+149+196=535 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.51% from 535); Green value is 149 (58.59% from 255 or 27.85% from 535); Blue value is 196 (76.95% from 255 or 36.64% from 535); Max value from RGB is 196 - color contains mainly: blue. Hex color #BE95C4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE95C4 is #416A3B. Grayscale: #A6A6A6. Windows color (decimal): -4287036 or 12883390. OLE color: 12883390.

HSL color Cylindrical-coordinate representation of color #BE95C4: hue angle of 292.34º degrees, saturation: 0.28, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BE95C4 is Cyan = 0.03, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB190149196-
CMYK0.030.2400.23
HSL292.34º28.48%67.65%-
HSV(B)292.34º23.98%76.86%-
XYZ41.9536.4357.04-
YUV166.62144.58144.68-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.51%
GREEN value IS 149 (58.59% from 255) = 27.85%
BLUE value IS 196 (76.95% from 255) = 36.64%
R=35.51%
G=27.85%
B=36.64%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1901491960.030.2400.23292.3428.4867.65
HexBE95C43180171241c44
Octal27622530433002744434104
Binary1011111010010101110001001111000010111100100100111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE95C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE95C4; }

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

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

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

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

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

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

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

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