#BE9ECA

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

Shades of Wisteria #BE9ECA

Tints of Wisteria #BE9ECA

Color information

#BE9ECA (or 0xBE9ECA) is unknown color: approx Wisteria. HEX triplet: BE, 9E and CA. RGB value is (190,158,202). Sum of RGB (Red+Green+Blue) = 190+158+202=550 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.55% from 550); Green value is 158 (62.11% from 255 or 28.73% from 550); Blue value is 202 (79.30% from 255 or 36.73% from 550); Max value from RGB is 202 - color contains mainly: blue. Hex color #BE9ECA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE9ECA is #416135. Grayscale: #ACACAC. Windows color (decimal): -4284726 or 13278910. OLE color: 13278910.

HSL color Cylindrical-coordinate representation of color #BE9ECA: hue angle of 283.64º degrees, saturation: 0.29, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BE9ECA is Cyan = 0.06, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB190158202-
CMYK0.060.2200.21
HSL283.64º29.33%70.59%-
HSV(B)283.64º21.78%79.22%-
XYZ44.1239.6761.21-
YUV172.58144.6140.42-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.55%
GREEN value IS 158 (62.11% from 255) = 28.73%
BLUE value IS 202 (79.30% from 255) = 36.73%
R=34.55%
G=28.73%
B=36.73%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1901582020.060.2200.21283.6429.3370.59
HexBE9ECA61601511c1d47
Octal27623631262602543435107
Binary10111110100111101100101011010110010101100011100111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE9ECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE9ECA; }

 p { color: rgb(190,158,202); }

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

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

 a { background-color: rgb(190,158,202); }

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

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

 span { border-color: rgb(190,158,202); }

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