#BE8EDE

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

Shades of Wisteria #BE8EDE

Tints of Wisteria #BE8EDE

Color information

#BE8EDE (or 0xBE8EDE) is unknown color: approx Wisteria. HEX triplet: BE, 8E and DE. RGB value is (190,142,222). Sum of RGB (Red+Green+Blue) = 190+142+222=554 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.30% from 554); Green value is 142 (55.86% from 255 or 25.63% from 554); Blue value is 222 (87.11% from 255 or 40.07% from 554); Max value from RGB is 222 - color contains mainly: blue. Hex color #BE8EDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE8EDE is #417121. Grayscale: #A5A5A5. Windows color (decimal): -4288802 or 14585534. OLE color: 14585534.

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

Color convert

RGB190142222-
CMYK0.140.3600.13
HSL276º54.79%71.37%-
HSV(B)276º36.04%87.06%-
XYZ44.0935.5773.65-
YUV165.47159.9145.5-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.30%
GREEN value IS 142 (55.86% from 255) = 25.63%
BLUE value IS 222 (87.11% from 255) = 40.07%
R=34.30%
G=25.63%
B=40.07%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1901422220.140.3600.1327654.7971.37
HexBE8EDEE240D1143747
Octal276216336164401542467107
Binary1011111010001110110111101110100100011011000101001101111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE8EDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE8EDE; }

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

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

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

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

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

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

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

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