#BE90DF

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

Shades of Wisteria #BE90DF

Tints of Wisteria #BE90DF

Color information

#BE90DF (or 0xBE90DF) is unknown color: approx Wisteria. HEX triplet: BE, 90 and DF. RGB value is (190,144,223). Sum of RGB (Red+Green+Blue) = 190+144+223=557 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.11% from 557); Green value is 144 (56.64% from 255 or 25.85% from 557); Blue value is 223 (87.5% from 255 or 40.04% from 557); Max value from RGB is 223 - color contains mainly: blue. Hex color #BE90DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE90DF is #416F20. Grayscale: #A6A6A6. Windows color (decimal): -4288289 or 14651582. OLE color: 14651582.

HSL color Cylindrical-coordinate representation of color #BE90DF: hue angle of 274.94º degrees, saturation: 0.55, 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 #BE90DF is Cyan = 0.15, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB190144223-
CMYK0.150.3500.13
HSL274.94º55.24%71.96%-
HSV(B)274.94º35.43%87.45%-
XYZ44.5336.2274.46-
YUV166.76159.74144.58-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.11%
GREEN value IS 144 (56.64% from 255) = 25.85%
BLUE value IS 223 (87.5% from 255) = 40.04%
R=34.11%
G=25.85%
B=40.04%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1901442230.150.3500.13274.9455.2471.96
HexBE90DFF230D1133748
Octal276220337174301542367110
Binary1011111010010000110111111111100011011011000100111101111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE90DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE90DF; }

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

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

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

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

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

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

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

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