#BE99DA

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

Shades of Wisteria #BE99DA

Tints of Wisteria #BE99DA

Color information

#BE99DA (or 0xBE99DA) is unknown color: approx Wisteria. HEX triplet: BE, 99 and DA. RGB value is (190,153,218). Sum of RGB (Red+Green+Blue) = 190+153+218=561 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.87% from 561); Green value is 153 (60.16% from 255 or 27.27% from 561); Blue value is 218 (85.55% from 255 or 38.86% from 561); Max value from RGB is 218 - color contains mainly: blue. Hex color #BE99DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE99DA is #416625. Grayscale: #ABABAB. Windows color (decimal): -4285990 or 14326206. OLE color: 14326206.

HSL color Cylindrical-coordinate representation of color #BE99DA: hue angle of 274.15º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BE99DA is Cyan = 0.13, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB190153218-
CMYK0.130.3000.15
HSL274.15º46.76%72.75%-
HSV(B)274.15º29.82%85.49%-
XYZ45.2838.7971.43-
YUV171.47154.26141.21-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 33.87%
GREEN value IS 153 (60.16% from 255) = 27.27%
BLUE value IS 218 (85.55% from 255) = 38.86%
R=33.87%
G=27.27%
B=38.86%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1901532180.130.3000.15274.1546.7672.75
HexBE99DAD1E0F1122f49
Octal276231332153601742257111
Binary101111101001100111011010110111110011111000100101011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE99DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE99DA; }

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

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

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

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

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

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

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

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