#BE90DE

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

Shades of Wisteria #BE90DE

Tints of Wisteria #BE90DE

Color information

#BE90DE (or 0xBE90DE) is unknown color: approx Wisteria. HEX triplet: BE, 90 and DE. RGB value is (190,144,222). Sum of RGB (Red+Green+Blue) = 190+144+222=556 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.17% from 556); Green value is 144 (56.64% from 255 or 25.90% from 556); Blue value is 222 (87.11% from 255 or 39.93% from 556); Max value from RGB is 222 - color contains mainly: blue. Hex color #BE90DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE90DE is #416F21. Grayscale: #A6A6A6. Windows color (decimal): -4288290 or 14586046. OLE color: 14586046.

HSL color Cylindrical-coordinate representation of color #BE90DE: hue angle of 275.38º degrees, saturation: 0.54, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BE90DE is Cyan = 0.14, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB190144222-
CMYK0.140.3500.13
HSL275.38º54.17%71.76%-
HSV(B)275.38º35.14%87.06%-
XYZ44.3936.1773.75-
YUV166.65159.24144.66-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.17%
GREEN value IS 144 (56.64% from 255) = 25.90%
BLUE value IS 222 (87.11% from 255) = 39.93%
R=34.17%
G=25.90%
B=39.93%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1901442220.140.3500.13275.3854.1771.76
HexBE90DEE230D1133648
Octal276220336164301542366110
Binary1011111010010000110111101110100011011011000100111101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE90DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE90DE; }

 p { color: rgb(190,144,222); }

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

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

 a { background-color: rgb(190,144,222); }

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

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

 span { border-color: rgb(190,144,222); }

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