#BE9DD1

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

Shades of Wisteria #BE9DD1

Tints of Wisteria #BE9DD1

Color information

#BE9DD1 (or 0xBE9DD1) is unknown color: approx Wisteria. HEX triplet: BE, 9D and D1. RGB value is (190,157,209). Sum of RGB (Red+Green+Blue) = 190+157+209=556 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.17% from 556); Green value is 157 (61.72% from 255 or 28.24% from 556); Blue value is 209 (82.03% from 255 or 37.59% from 556); Max value from RGB is 209 - color contains mainly: blue. Hex color #BE9DD1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE9DD1 is #41622E. Grayscale: #ACACAC. Windows color (decimal): -4284975 or 13737406. OLE color: 13737406.

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

Color convert

RGB190157209-
CMYK0.090.2500.18
HSL278.08º36.11%71.76%-
HSV(B)278.08º24.88%81.96%-
XYZ44.839.6665.62-
YUV172.8148.43140.27-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.17%
GREEN value IS 157 (61.72% from 255) = 28.24%
BLUE value IS 209 (82.03% from 255) = 37.59%
R=34.17%
G=28.24%
B=37.59%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1901572090.090.2500.18278.0836.1171.76
HexBE9DD19190121162448
Octal276235321113102242644110
Binary1011111010011101110100011001110010100101000101101001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE9DD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE9DD1; }

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

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

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

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

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

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

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

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