#BE90DA

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

Shades of Wisteria #BE90DA

Tints of Wisteria #BE90DA

Color information

#BE90DA (or 0xBE90DA) is unknown color: approx Wisteria. HEX triplet: BE, 90 and DA. RGB value is (190,144,218). Sum of RGB (Red+Green+Blue) = 190+144+218=552 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.42% from 552); Green value is 144 (56.64% from 255 or 26.09% from 552); Blue value is 218 (85.55% from 255 or 39.49% from 552); Max value from RGB is 218 - color contains mainly: blue. Hex color #BE90DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE90DA is #416F25. Grayscale: #A5A5A5. Windows color (decimal): -4288294 or 14323902. OLE color: 14323902.

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

Color convert

RGB190144218-
CMYK0.130.3400.15
HSL277.3º50%70.98%-
HSV(B)277.3º33.94%85.49%-
XYZ43.8635.9670.96-
YUV166.19157.24144.98-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.42%
GREEN value IS 144 (56.64% from 255) = 26.09%
BLUE value IS 218 (85.55% from 255) = 39.49%
R=34.42%
G=26.09%
B=39.49%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1901442180.130.3400.15277.35070.98
HexBE90DAD220F1153247
Octal276220332154201742562107
Binary1011111010010000110110101101100010011111000101011100101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE90DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE90DA; }

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

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

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

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

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

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

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

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