#BEA1CE

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

Shades of Wisteria #BEA1CE

Tints of Wisteria #BEA1CE

Color information

#BEA1CE (or 0xBEA1CE) is unknown color: approx Wisteria. HEX triplet: BE, A1 and CE. RGB value is (190,161,206). Sum of RGB (Red+Green+Blue) = 190+161+206=557 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.11% from 557); Green value is 161 (63.28% from 255 or 28.90% from 557); Blue value is 206 (80.86% from 255 or 36.98% from 557); Max value from RGB is 206 - color contains mainly: blue. Hex color #BEA1CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEA1CE is #415E31. Grayscale: #AEAEAE. Windows color (decimal): -4283954 or 13541822. OLE color: 13541822.

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

Color convert

RGB190161206-
CMYK0.080.2200.19
HSL278.67º31.47%71.96%-
HSV(B)278.67º21.84%80.78%-
XYZ45.1240.8963.91-
YUV174.8145.61138.84-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.11%
GREEN value IS 161 (63.28% from 255) = 28.90%
BLUE value IS 206 (80.86% from 255) = 36.98%
R=34.11%
G=28.90%
B=36.98%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1901612060.080.2200.19278.6731.4771.96
HexBEA1CE8160131171f48
Octal276241316102602342737110
Binary101111101010000111001110100010110010011100010111111111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA1CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA1CE; }

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

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

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

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

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

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

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

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