#BE94CA

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

Shades of Wisteria #BE94CA

Tints of Wisteria #BE94CA

Color information

#BE94CA (or 0xBE94CA) is unknown color: approx Wisteria. HEX triplet: BE, 94 and CA. RGB value is (190,148,202). Sum of RGB (Red+Green+Blue) = 190+148+202=540 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.19% from 540); Green value is 148 (58.20% from 255 or 27.41% from 540); Blue value is 202 (79.30% from 255 or 37.41% from 540); Max value from RGB is 202 - color contains mainly: blue. Hex color #BE94CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE94CA is #416B35. Grayscale: #A6A6A6. Windows color (decimal): -4287286 or 13276350. OLE color: 13276350.

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

Color convert

RGB190148202-
CMYK0.060.2700.21
HSL286.67º33.75%68.63%-
HSV(B)286.67º26.73%79.22%-
XYZ42.4936.3960.66-
YUV166.71147.91144.61-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.19%
GREEN value IS 148 (58.20% from 255) = 27.41%
BLUE value IS 202 (79.30% from 255) = 37.41%
R=35.19%
G=27.41%
B=37.41%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1901482020.060.2700.21286.6733.7568.63
HexBE94CA61B01511f2245
Octal27622431263302543742105
Binary101111101001010011001010110110110101011000111111000101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE94CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE94CA; }

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

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

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

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

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

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

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

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