#BE9ED3

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

Shades of Wisteria #BE9ED3

Tints of Wisteria #BE9ED3

Color information

#BE9ED3 (or 0xBE9ED3) is unknown color: approx Wisteria. HEX triplet: BE, 9E and D3. RGB value is (190,158,211). Sum of RGB (Red+Green+Blue) = 190+158+211=559 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.99% from 559); Green value is 158 (62.11% from 255 or 28.26% from 559); Blue value is 211 (82.81% from 255 or 37.75% from 559); Max value from RGB is 211 - color contains mainly: blue. Hex color #BE9ED3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE9ED3 is #41612C. Grayscale: #ADADAD. Windows color (decimal): -4284717 or 13868734. OLE color: 13868734.

HSL color Cylindrical-coordinate representation of color #BE9ED3: hue angle of 276.23º degrees, saturation: 0.38, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BE9ED3 is Cyan = 0.10, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB190158211-
CMYK0.100.2500.17
HSL276.23º37.59%72.35%-
HSV(B)276.23º25.12%82.75%-
XYZ45.2240.166.99-
YUV173.61149.1139.69-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 33.99%
GREEN value IS 158 (62.11% from 255) = 28.26%
BLUE value IS 211 (82.81% from 255) = 37.75%
R=33.99%
G=28.26%
B=37.75%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1901582110.100.2500.17276.2337.5972.35
HexBE9ED3A190111142648
Octal276236323123102142446110
Binary1011111010011110110100111010110010100011000101001001101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE9ED3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE9ED3; }

 p { color: rgb(190,158,211); }

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

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

 a { background-color: rgb(190,158,211); }

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

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

 span { border-color: rgb(190,158,211); }

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