#BE92DD

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

Shades of Wisteria #BE92DD

Tints of Wisteria #BE92DD

Color information

#BE92DD (or 0xBE92DD) is unknown color: approx Wisteria. HEX triplet: BE, 92 and DD. RGB value is (190,146,221). Sum of RGB (Red+Green+Blue) = 190+146+221=557 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.11% from 557); Green value is 146 (57.42% from 255 or 26.21% from 557); Blue value is 221 (86.72% from 255 or 39.68% from 557); Max value from RGB is 221 - color contains mainly: blue. Hex color #BE92DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE92DD is #416D22. Grayscale: #A7A7A7. Windows color (decimal): -4287779 or 14521022. OLE color: 14521022.

HSL color Cylindrical-coordinate representation of color #BE92DD: hue angle of 275.2º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BE92DD is Cyan = 0.14, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB190146221-
CMYK0.140.3400.13
HSL275.2º52.45%71.96%-
HSV(B)275.2º33.94%86.67%-
XYZ44.5736.7373.15-
YUV167.71158.08143.9-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.11%
GREEN value IS 146 (57.42% from 255) = 26.21%
BLUE value IS 221 (86.72% from 255) = 39.68%
R=34.11%
G=26.21%
B=39.68%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1901462210.140.3400.13275.252.4571.96
HexBE92DDE220D1133448
Octal276222335164201542364110
Binary1011111010010010110111011110100010011011000100111101001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE92DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE92DD; }

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

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

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

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

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

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

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

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