#BE90CE

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

Shades of Wisteria #BE90CE

Tints of Wisteria #BE90CE

Color information

#BE90CE (or 0xBE90CE) is unknown color: approx Wisteria. HEX triplet: BE, 90 and CE. RGB value is (190,144,206). Sum of RGB (Red+Green+Blue) = 190+144+206=540 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.19% from 540); Green value is 144 (56.64% from 255 or 26.67% from 540); Blue value is 206 (80.86% from 255 or 38.15% from 540); Max value from RGB is 206 - color contains mainly: blue. Hex color #BE90CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE90CE is #416F31. Grayscale: #A4A4A4. Windows color (decimal): -4288306 or 13537470. OLE color: 13537470.

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

Color convert

RGB190144206-
CMYK0.080.3000.19
HSL284.52º38.75%68.63%-
HSV(B)284.52º30.1%80.78%-
XYZ42.3535.3562.98-
YUV164.82151.24145.96-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.19%
GREEN value IS 144 (56.64% from 255) = 26.67%
BLUE value IS 206 (80.86% from 255) = 38.15%
R=35.19%
G=26.67%
B=38.15%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1901442060.080.3000.19284.5238.7568.63
HexBE90CE81E01311d2745
Octal276220316103602343547105
Binary1011111010010000110011101000111100100111000111011001111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE90CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE90CE; }

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

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

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

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

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

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

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

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