#BEA2CE

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

Shades of Wisteria #BEA2CE

Tints of Wisteria #BEA2CE

Color information

#BEA2CE (or 0xBEA2CE) is unknown color: approx Wisteria. HEX triplet: BE, A2 and CE. RGB value is (190,162,206). Sum of RGB (Red+Green+Blue) = 190+162+206=558 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.05% from 558); Green value is 162 (63.67% from 255 or 29.03% from 558); Blue value is 206 (80.86% from 255 or 36.92% from 558); Max value from RGB is 206 - color contains mainly: blue. Hex color #BEA2CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEA2CE is #415D31. Grayscale: #AFAFAF. Windows color (decimal): -4283698 or 13542078. OLE color: 13542078.

HSL color Cylindrical-coordinate representation of color #BEA2CE: hue angle of 278.18º degrees, saturation: 0.31, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BEA2CE is Cyan = 0.08, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB190162206-
CMYK0.080.2100.19
HSL278.18º30.99%72.16%-
HSV(B)278.18º21.36%80.78%-
XYZ45.341.2463.97-
YUV175.39145.28138.42-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.05%
GREEN value IS 162 (63.67% from 255) = 29.03%
BLUE value IS 206 (80.86% from 255) = 36.92%
R=34.05%
G=29.03%
B=36.92%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1901622060.080.2100.19278.1830.9972.16
HexBEA2CE8150131161f48
Octal276242316102502342637110
Binary101111101010001011001110100010101010011100010110111111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA2CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA2CE; }

 p { color: rgb(190,162,206); }

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

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

 a { background-color: rgb(190,162,206); }

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

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

 span { border-color: rgb(190,162,206); }

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