#BE92DA

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

Shades of Wisteria #BE92DA

Tints of Wisteria #BE92DA

Color information

#BE92DA (or 0xBE92DA) is unknown color: approx Wisteria. HEX triplet: BE, 92 and DA. RGB value is (190,146,218). Sum of RGB (Red+Green+Blue) = 190+146+218=554 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.30% from 554); Green value is 146 (57.42% from 255 or 26.35% from 554); Blue value is 218 (85.55% from 255 or 39.35% from 554); Max value from RGB is 218 - color contains mainly: blue. Hex color #BE92DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE92DA is #416D25. Grayscale: #A7A7A7. Windows color (decimal): -4287782 or 14324414. OLE color: 14324414.

HSL color Cylindrical-coordinate representation of color #BE92DA: hue angle of 276.67º degrees, saturation: 0.49, 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 #BE92DA is Cyan = 0.13, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB190146218-
CMYK0.130.3300.15
HSL276.67º49.32%71.37%-
HSV(B)276.67º33.03%85.49%-
XYZ44.1736.5771.06-
YUV167.36156.58144.15-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.30%
GREEN value IS 146 (57.42% from 255) = 26.35%
BLUE value IS 218 (85.55% from 255) = 39.35%
R=34.30%
G=26.35%
B=39.35%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1901462180.130.3300.15276.6749.3271.37
HexBE92DAD210F1153147
Octal276222332154101742561107
Binary1011111010010010110110101101100001011111000101011100011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE92DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE92DA; }

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

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

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

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

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

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

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

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