#BE9BD1

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

Shades of Wisteria #BE9BD1

Tints of Wisteria #BE9BD1

Color information

#BE9BD1 (or 0xBE9BD1) is unknown color: approx Wisteria. HEX triplet: BE, 9B and D1. RGB value is (190,155,209). Sum of RGB (Red+Green+Blue) = 190+155+209=554 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.30% from 554); Green value is 155 (60.94% from 255 or 27.98% from 554); Blue value is 209 (82.03% from 255 or 37.73% from 554); Max value from RGB is 209 - color contains mainly: blue. Hex color #BE9BD1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE9BD1 is #41642E. Grayscale: #ABABAB. Windows color (decimal): -4285487 or 13736894. OLE color: 13736894.

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

Color convert

RGB190155209-
CMYK0.090.2600.18
HSL278.89º36.99%71.37%-
HSV(B)278.89º25.84%81.96%-
XYZ44.4738.9965.5-
YUV171.62149.1141.11-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.30%
GREEN value IS 155 (60.94% from 255) = 27.98%
BLUE value IS 209 (82.03% from 255) = 37.73%
R=34.30%
G=27.98%
B=37.73%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1901552090.090.2600.18278.8936.9971.37
HexBE9BD191A0121172547
Octal276233321113202242745107
Binary1011111010011011110100011001110100100101000101111001011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE9BD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE9BD1; }

 p { color: rgb(190,155,209); }

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

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

 a { background-color: rgb(190,155,209); }

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

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

 span { border-color: rgb(190,155,209); }

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