#BE97CA

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

Shades of Wisteria #BE97CA

Tints of Wisteria #BE97CA

Color information

#BE97CA (or 0xBE97CA) is unknown color: approx Wisteria. HEX triplet: BE, 97 and CA. RGB value is (190,151,202). Sum of RGB (Red+Green+Blue) = 190+151+202=543 (71% of max value = 765). Red value is 190 (74.61% from 255 or 34.99% from 543); Green value is 151 (59.38% from 255 or 27.81% from 543); Blue value is 202 (79.30% from 255 or 37.20% from 543); Max value from RGB is 202 - color contains mainly: blue. Hex color #BE97CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE97CA is #416835. Grayscale: #A8A8A8. Windows color (decimal): -4286518 or 13277118. OLE color: 13277118.

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

Color convert

RGB190151202-
CMYK0.060.2500.21
HSL285.88º32.48%69.22%-
HSV(B)285.88º25.25%79.22%-
XYZ42.9637.3460.82-
YUV168.48146.92143.35-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.99%
GREEN value IS 151 (59.38% from 255) = 27.81%
BLUE value IS 202 (79.30% from 255) = 37.20%
R=34.99%
G=27.81%
B=37.20%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1901512020.060.2500.21285.8832.4869.22
HexBE97CA61901511e2045
Octal27622731263102543640105
Binary101111101001011111001010110110010101011000111101000001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE97CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE97CA; }

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

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

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

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

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

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

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

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