#BE8DEE

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

Shades of Wisteria #BE8DEE

Tints of Wisteria #BE8DEE

Color information

#BE8DEE (or 0xBE8DEE) is unknown color: approx Wisteria. HEX triplet: BE, 8D and EE. RGB value is (190,141,238). Sum of RGB (Red+Green+Blue) = 190+141+238=569 (75% of max value = 765). Red value is 190 (74.61% from 255 or 33.39% from 569); Green value is 141 (55.47% from 255 or 24.78% from 569); Blue value is 238 (93.36% from 255 or 41.83% from 569); Max value from RGB is 238 - color contains mainly: blue. Hex color #BE8DEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BE8DEE is #417211. Grayscale: #A6A6A6. Windows color (decimal): -4289042 or 15633854. OLE color: 15633854.

HSL color Cylindrical-coordinate representation of color #BE8DEE: hue angle of 270.31º degrees, saturation: 0.74, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BE8DEE is Cyan = 0.20, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB190141238-
CMYK0.200.4100.07
HSL270.31º74.05%74.31%-
HSV(B)270.31º40.76%93.33%-
XYZ46.1936.1785.44-
YUV166.71168.23144.61-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 33.39%
GREEN value IS 141 (55.47% from 255) = 24.78%
BLUE value IS 238 (93.36% from 255) = 41.83%
R=33.39%
G=24.78%
B=41.83%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1901412380.200.4100.07270.3174.0574.31
HexBE8DEE14290710e4a4a
Octal276215356245107416112112
Binary10111110100011011110111010100101001011110000111010010101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE8DEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE8DEE; }

 p { color: rgb(190,141,238); }

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

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

 a { background-color: rgb(190,141,238); }

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

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

 span { border-color: rgb(190,141,238); }

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