COLOR #BEA2C5

HEX: #BEA2C5
RGB: (190,162,197)

Color info

#BEA2C5 contains red, green and blue colors in about the same proportion. Web safe color of #BEA2C5 is #CC99CC (or #C9C).

RGB color model

#BEA2C5 color RGB value is (190,162,197).

  • red value is 190;
  • green value is 162;
  • blue value is 197.
RGB:
(190,162,197)
(75%,64%,77%)

RGB channels and saturation

R 190 of 255 = 75%
G 162 of 255 = 64%
B 197 of 255 = 77%

190
162
197

R + G + B ~ 72%. #BEA2C5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
190 + 162 + 197 = 549 (100%)
R 190 of 549 ~ 34.61%
G 162 of 549 ~ 29.51%
B 197 of 549 ~ 35.88%

%34.61
%29.51
%35.88

CMYK color model

#BEA2C5 color CMYK value is (4,18,0,23).

  • cyan value is 3.55%
  • magenta value is 17.77%
  • yellow value is 0.00%
  • key color value is 22.75%
CMYK:
(4,18,0,23)
C4M18Y0K23 
(4%,18%,0%,23%)
(0.04/0.18/0.00/0.23)	

CMYK percentages

%3.55
%17.77
%0
%22.75

Codes

Color #BEA2C5 in popluar color models

BEA2C5
RGB190162197
HSL288°23.18%70.39%
HSB/HSV288°17.77%77.25%
CMYK3.55%17.77%0.00%
22.75%

Color #BEA2C5 in popluar number systems.

HEXBEA2C5
Decimal190162197
Binary101111101010001011000101
Octal276242305

Shades and tints

Shades of #BEA2C5

#BEA2C5
(190,162,197)
#AD94B4
(173,148,180)
#9C86A3
(156,134,163)
#8B7892
(139,120,146)
#7A6A81
(122,106,129)
#695C70
(105,92,112)
#584E5F
(88,78,95)
#47404E
(71,64,78)
#36323D
(54,50,61)
#25242C
(37,36,44)
#14161B
(20,22,27)
#000000
(0,0,0)

Tints of #BEA2C5

#BEA2C5
(190,162,197)
#C3AACA
(195,170,202)
#C8B2CF
(200,178,207)
#CDBAD4
(205,186,212)
#D2C2D9
(210,194,217)
#D7CADE
(215,202,222)
#DCD2E3
(220,210,227)
#E1DAE8
(225,218,232)
#E6E2ED
(230,226,237)
#EBEAF2
(235,234,242)
#F0F2F7
(240,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BEA2C5 color. Also use rgb(190,162,197) instead hex code.

Text Font Color

.myTextColor { color: #BEA2C5; }

<p style="color:#BEA2C5">This sample text font color is #BEA2C5.</p>

This text font color is #BEA2C5.


Background Color

.myBgColor { background-color: #BEA2C5; }

<div style="background-color:#BEA2C5">Inner text</div>

This div background color is #BEA2C5.


Border color

.myBorderColor { border: 1px solid #BEA2C5; }

<div style="border:3px solid #BEA2C5">Div</div>

This div border color is #BEA2C5.


Opacity

.myOpacity80 { color: #BEA2C5; opacity: 0.8; }

<p style="color:#BEA2C5;opacity:0.8;">80%</p>

Text with #BEA2C5 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #BEA2C5;}

<p style="text-shadow: 3px 3px 1px #BEA2C5">Text here.</p>

This text has shadow with #BEA2C5 color.

.textShadow {text-shadow: 3px 3px 1px #BEA2C5, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #BEA2C5, 5px 5px 20px red">Text here.</p>

This text has shadow with #BEA2C5 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#BEA2C5, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#BEA2C5, Direction=45, Strength=4)">Text</p>

This text has shadow with #BEA2C5 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #BEA2C5;
  -webkit-box-shadow:	1px 1px 3px 2px #BEA2C5;
  box-shadow:		1px 1px 3px 2px #BEA2C5;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #BEA2C5;
-webkit-box-shadow: 1px 1px 3px 2px #BEA2C5;
box-shadow:1px 1px 3px 2px #BEA2C5;">
Div content here</div>
This div box has shadow with color #BEA2C5.

Preview

Color preview on black background

This text has color #BEA2C5 on black background.


Color preview on white background

This text has color #BEA2C5 on white background.



Black color preview on #BEA2C5 background

This text has black color on #BEA2C5 background.


White color preview on #BEA2C5 background

This text has white color on #BEA2C5 background.