#BE97D0

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

Shades of Wisteria #BE97D0

Tints of Wisteria #BE97D0

Color information

#BE97D0 (or 0xBE97D0) is unknown color: approx Wisteria. HEX triplet: BE, 97 and D0. RGB value is (190,151,208). Sum of RGB (Red+Green+Blue) = 190+151+208=549 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.61% from 549); Green value is 151 (59.38% from 255 or 27.50% from 549); Blue value is 208 (81.64% from 255 or 37.89% from 549); Max value from RGB is 208 - color contains mainly: blue. Hex color #BE97D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE97D0 is #41682F. Grayscale: #A8A8A8. Windows color (decimal): -4286512 or 13670334. OLE color: 13670334.

HSL color Cylindrical-coordinate representation of color #BE97D0: hue angle of 281.05º degrees, saturation: 0.38, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BE97D0 is Cyan = 0.09, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB190151208-
CMYK0.090.2700.18
HSL281.05º37.75%70.39%-
HSV(B)281.05º27.4%81.57%-
XYZ43.6937.6364.64-
YUV169.16149.92142.87-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.61%
GREEN value IS 151 (59.38% from 255) = 27.50%
BLUE value IS 208 (81.64% from 255) = 37.89%
R=34.61%
G=27.50%
B=37.89%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1901512080.090.2700.18281.0537.7570.39
HexBE97D091B0121192646
Octal276227320113302243146106
Binary1011111010010111110100001001110110100101000110011001101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE97D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE97D0; }

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

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

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

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

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

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

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

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