#BE92D9

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

Shades of Wisteria #BE92D9

Tints of Wisteria #BE92D9

Color information

#BE92D9 (or 0xBE92D9) is unknown color: approx Wisteria. HEX triplet: BE, 92 and D9. RGB value is (190,146,217). Sum of RGB (Red+Green+Blue) = 190+146+217=553 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.36% from 553); Green value is 146 (57.42% from 255 or 26.40% from 553); Blue value is 217 (85.16% from 255 or 39.24% from 553); Max value from RGB is 217 - color contains mainly: blue. Hex color #BE92D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE92D9 is #416D26. Grayscale: #A7A7A7. Windows color (decimal): -4287783 or 14258878. OLE color: 14258878.

HSL color Cylindrical-coordinate representation of color #BE92D9: hue angle of 277.18º degrees, saturation: 0.48, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BE92D9 is Cyan = 0.12, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB190146217-
CMYK0.120.3300.15
HSL277.18º48.3%71.18%-
HSV(B)277.18º32.72%85.1%-
XYZ44.0436.5170.37-
YUV167.25156.08144.23-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.36%
GREEN value IS 146 (57.42% from 255) = 26.40%
BLUE value IS 217 (85.16% from 255) = 39.24%
R=34.36%
G=26.40%
B=39.24%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1901462170.120.3300.15277.1848.371.18
HexBE92D9C210F1153047
Octal276222331144101742560107
Binary1011111010010010110110011100100001011111000101011100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE92D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE92D9; }

 p { color: rgb(190,146,217); }

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

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

 a { background-color: rgb(190,146,217); }

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

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

 span { border-color: rgb(190,146,217); }

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