#BE88DE

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

Shades of Wisteria #BE88DE

Tints of Wisteria #BE88DE

Color information

#BE88DE (or 0xBE88DE) is unknown color: approx Wisteria. HEX triplet: BE, 88 and DE. RGB value is (190,136,222). Sum of RGB (Red+Green+Blue) = 190+136+222=548 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.67% from 548); Green value is 136 (53.52% from 255 or 24.82% from 548); Blue value is 222 (87.11% from 255 or 40.51% from 548); Max value from RGB is 222 - color contains mainly: blue. Hex color #BE88DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE88DE is #417721. Grayscale: #A1A1A1. Windows color (decimal): -4290338 or 14583998. OLE color: 14583998.

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

Color convert

RGB190136222-
CMYK0.140.3900.13
HSL277.67º56.58%70.2%-
HSV(B)277.67º38.74%87.06%-
XYZ43.2233.8373.36-
YUV161.95161.89148.01-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.67%
GREEN value IS 136 (53.52% from 255) = 24.82%
BLUE value IS 222 (87.11% from 255) = 40.51%
R=34.67%
G=24.82%
B=40.51%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1901362220.140.3900.13277.6756.5870.2
HexBE88DEE270D1163946
Octal276210336164701542671106
Binary1011111010001000110111101110100111011011000101101110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE88DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE88DE; }

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

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

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

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

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

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

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

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