#BE86DE

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

Shades of Wisteria #BE86DE

Tints of Wisteria #BE86DE

Color information

#BE86DE (or 0xBE86DE) is unknown color: approx Wisteria. HEX triplet: BE, 86 and DE. RGB value is (190,134,222). Sum of RGB (Red+Green+Blue) = 190+134+222=546 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.80% from 546); Green value is 134 (52.73% from 255 or 24.54% from 546); Blue value is 222 (87.11% from 255 or 40.66% from 546); Max value from RGB is 222 - color contains mainly: blue. Hex color #BE86DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE86DE is #417921. Grayscale: #A0A0A0. Windows color (decimal): -4290850 or 14583486. OLE color: 14583486.

HSL color Cylindrical-coordinate representation of color #BE86DE: hue angle of 278.18º degrees, saturation: 0.57, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BE86DE is Cyan = 0.14, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB190134222-
CMYK0.140.4000.13
HSL278.18º57.14%69.8%-
HSV(B)278.18º39.64%87.06%-
XYZ42.9533.2773.27-
YUV160.78162.55148.84-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.80%
GREEN value IS 134 (52.73% from 255) = 24.54%
BLUE value IS 222 (87.11% from 255) = 40.66%
R=34.80%
G=24.54%
B=40.66%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1901342220.140.4000.13278.1857.1469.8
HexBE86DEE280D1163946
Octal276206336165001542671106
Binary1011111010000110110111101110101000011011000101101110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE86DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE86DE; }

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

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

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

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

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

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

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

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