COLOR #BEA2C4

HEX: #BEA2C4
RGB: (190,162,196)

Color info

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

RGB color model

#BEA2C4 color RGB value is (190,162,196).

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

RGB channels and saturation

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

190
162
196

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

Portions of RGB colors in percentages

R + G + B =
190 + 162 + 196 = 548 (100%)
R 190 of 548 ~ 34.67%
G 162 of 548 ~ 29.56%
B 196 of 548 ~ 35.77%

%34.67
%29.56
%35.77

CMYK color model

#BEA2C4 color CMYK value is (3,17,0,23).

  • cyan value is 3.06%
  • magenta value is 17.35%
  • yellow value is 0.00%
  • key color value is 23.14%
CMYK:
(3,17,0,23)
C3M17Y0K23 
(3%,17%,0%,23%)
(0.03/0.17/0.00/0.23)	

CMYK percentages

%3.06
%17.35
%0
%23.14

Codes

Color #BEA2C4 in popluar color models

BEA2C4
RGB190162196
HSL289°22.37%70.20%
HSB/HSV289°17.35%76.86%
CMYK3.06%17.35%0.00%
23.14%

Color #BEA2C4 in popluar number systems.

HEXBEA2C4
Decimal190162196
Binary101111101010001011000100
Octal276242304

Shades and tints

Shades of #BEA2C4

#BEA2C4
(190,162,196)
#AD94B3
(173,148,179)
#9C86A2
(156,134,162)
#8B7891
(139,120,145)
#7A6A80
(122,106,128)
#695C6F
(105,92,111)
#584E5E
(88,78,94)
#47404D
(71,64,77)
#36323C
(54,50,60)
#25242B
(37,36,43)
#14161A
(20,22,26)
#000000
(0,0,0)

Tints of #BEA2C4

#BEA2C4
(190,162,196)
#C3AAC9
(195,170,201)
#C8B2CE
(200,178,206)
#CDBAD3
(205,186,211)
#D2C2D8
(210,194,216)
#D7CADD
(215,202,221)
#DCD2E2
(220,210,226)
#E1DAE7
(225,218,231)
#E6E2EC
(230,226,236)
#EBEAF1
(235,234,241)
#F0F2F6
(240,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEA2C4; }

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

This text font color is #BEA2C4.


Background Color

.myBgColor { background-color: #BEA2C4; }

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

This div background color is #BEA2C4.


Border color

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

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

This div border color is #BEA2C4.


Opacity

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

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

Text with #BEA2C4 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 #BEA2C4;}

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

This text has shadow with #BEA2C4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEA2C4 on black background.


Color preview on white background

This text has color #BEA2C4 on white background.



Black color preview on #BEA2C4 background

This text has black color on #BEA2C4 background.


White color preview on #BEA2C4 background

This text has white color on #BEA2C4 background.