#BE88DA

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

Shades of Wisteria #BE88DA

Tints of Wisteria #BE88DA

Color information

#BE88DA (or 0xBE88DA) is unknown color: approx Wisteria. HEX triplet: BE, 88 and DA. RGB value is (190,136,218). Sum of RGB (Red+Green+Blue) = 190+136+218=544 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.93% from 544); Green value is 136 (53.52% from 255 or 25% from 544); Blue value is 218 (85.55% from 255 or 40.07% from 544); Max value from RGB is 218 - color contains mainly: blue. Hex color #BE88DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE88DA is #417725. Grayscale: #A1A1A1. Windows color (decimal): -4290342 or 14321854. OLE color: 14321854.

HSL color Cylindrical-coordinate representation of color #BE88DA: hue angle of 279.51º degrees, saturation: 0.53, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BE88DA is Cyan = 0.13, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB190136218-
CMYK0.130.3800.15
HSL279.51º52.56%69.41%-
HSV(B)279.51º37.61%85.49%-
XYZ42.6933.6270.57-
YUV161.49159.89148.33-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.93%
GREEN value IS 136 (53.52% from 255) = 25%
BLUE value IS 218 (85.55% from 255) = 40.07%
R=34.93%
G=25%
B=40.07%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1901362180.130.3800.15279.5152.5669.41
HexBE88DAD260F1183545
Octal276210332154601743065105
Binary1011111010001000110110101101100110011111000110001101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE88DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE88DA; }

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

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

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

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

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

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

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

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