#BE96CA

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

Shades of Wisteria #BE96CA

Tints of Wisteria #BE96CA

Color information

#BE96CA (or 0xBE96CA) is unknown color: approx Wisteria. HEX triplet: BE, 96 and CA. RGB value is (190,150,202). Sum of RGB (Red+Green+Blue) = 190+150+202=542 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.06% from 542); Green value is 150 (58.98% from 255 or 27.68% from 542); Blue value is 202 (79.30% from 255 or 37.27% from 542); Max value from RGB is 202 - color contains mainly: blue. Hex color #BE96CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE96CA is #416935. Grayscale: #A7A7A7. Windows color (decimal): -4286774 or 13276862. OLE color: 13276862.

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

Color convert

RGB190150202-
CMYK0.060.2600.21
HSL286.15º32.91%69.02%-
HSV(B)286.15º25.74%79.22%-
XYZ42.837.0260.77-
YUV167.89147.25143.77-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.06%
GREEN value IS 150 (58.98% from 255) = 27.68%
BLUE value IS 202 (79.30% from 255) = 37.27%
R=35.06%
G=27.68%
B=37.27%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1901502020.060.2600.21286.1532.9169.02
HexBE96CA61A01511e2145
Octal27622631263202543641105
Binary101111101001011011001010110110100101011000111101000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE96CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE96CA; }

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

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

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

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

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

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

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

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