#BE92D5

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

Shades of Wisteria #BE92D5

Tints of Wisteria #BE92D5

Color information

#BE92D5 (or 0xBE92D5) is unknown color: approx Wisteria. HEX triplet: BE, 92 and D5. RGB value is (190,146,213). Sum of RGB (Red+Green+Blue) = 190+146+213=549 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.61% from 549); Green value is 146 (57.42% from 255 or 26.59% from 549); Blue value is 213 (83.59% from 255 or 38.80% from 549); Max value from RGB is 213 - color contains mainly: blue. Hex color #BE92D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE92D5 is #416D2A. Grayscale: #A6A6A6. Windows color (decimal): -4287787 or 13996734. OLE color: 13996734.

HSL color Cylindrical-coordinate representation of color #BE92D5: hue angle of 279.4º degrees, saturation: 0.44, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BE92D5 is Cyan = 0.11, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB190146213-
CMYK0.110.3100.16
HSL279.4º44.37%70.39%-
HSV(B)279.4º31.46%83.53%-
XYZ43.5236.3167.67-
YUV166.79154.08144.55-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.61%
GREEN value IS 146 (57.42% from 255) = 26.59%
BLUE value IS 213 (83.59% from 255) = 38.80%
R=34.61%
G=26.59%
B=38.80%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1901462130.110.3100.16279.444.3770.39
HexBE92D5B1F0101172c46
Octal276222325133702042754106
Binary1011111010010010110101011011111110100001000101111011001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE92D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE92D5; }

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

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

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

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

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

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

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

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