#BE90EB

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

Shades of Wisteria #BE90EB

Tints of Wisteria #BE90EB

Color information

#BE90EB (or 0xBE90EB) is unknown color: approx Wisteria. HEX triplet: BE, 90 and EB. RGB value is (190,144,235). Sum of RGB (Red+Green+Blue) = 190+144+235=569 (75% of max value = 765). Red value is 190 (74.61% from 255 or 33.39% from 569); Green value is 144 (56.64% from 255 or 25.31% from 569); Blue value is 235 (92.19% from 255 or 41.30% from 569); Max value from RGB is 235 - color contains mainly: blue. Hex color #BE90EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BE90EB is #416F14. Grayscale: #A7A7A7. Windows color (decimal): -4288277 or 15438014. OLE color: 15438014.

HSL color Cylindrical-coordinate representation of color #BE90EB: hue angle of 270.33º degrees, saturation: 0.69, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BE90EB is Cyan = 0.19, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB190144235-
CMYK0.190.3900.08
HSL270.33º69.47%74.31%-
HSV(B)270.33º38.72%92.16%-
XYZ46.236.8983.28-
YUV168.13165.74143.6-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 33.39%
GREEN value IS 144 (56.64% from 255) = 25.31%
BLUE value IS 235 (92.19% from 255) = 41.30%
R=33.39%
G=25.31%
B=41.30%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1901442350.190.3900.08270.3369.4774.31
HexBE90EB13270810e454a
Octal2762203532347010416105112
Binary101111101001000011101011100111001110100010000111010001011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE90EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE90EB; }

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

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

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

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

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

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

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

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