COLOR #BEA4B2

HEX: #BEA4B2
RGB: (190,164,178)

Color info

#BEA4B2 contains red, green and blue colors in about the same proportion. Web safe color of #BEA4B2 is #CC9999 (or #C99).

RGB color model

#BEA4B2 color RGB value is (190,164,178).

  • red value is 190;
  • green value is 164;
  • blue value is 178.
RGB:
(190,164,178)
(75%,64%,70%)

RGB channels and saturation

R 190 of 255 = 75%
G 164 of 255 = 64%
B 178 of 255 = 70%

190
164
178

R + G + B ~ 70%. #BEA4B2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
190 + 164 + 178 = 532 (100%)
R 190 of 532 ~ 35.71%
G 164 of 532 ~ 30.83%
B 178 of 532 ~ 33.46%

%35.71
%30.83
%33.46

CMYK color model

#BEA4B2 color CMYK value is (0,14,6,25).

  • cyan value is 0.00%
  • magenta value is 13.68%
  • yellow value is 6.32%
  • key color value is 25.49%
CMYK:
(0,14,6,25)
C0M14Y6K25 
(0%,14%,6%,25%)
(0.00/0.14/0.06/0.25)	

CMYK percentages

%0
%13.68
%6.32
%25.49

Codes

Color #BEA4B2 in popluar color models

BEA4B2
RGB190164178
HSL328°16.67%69.41%
HSB/HSV328°13.68%74.51%
CMYK0.00%13.68%6.32%
25.49%

Color #BEA4B2 in popluar number systems.

HEXBEA4B2
Decimal190164178
Binary101111101010010010110010
Octal276244262

Shades and tints

Shades of #BEA4B2

#BEA4B2
(190,164,178)
#AD96A2
(173,150,162)
#9C8892
(156,136,146)
#8B7A82
(139,122,130)
#7A6C72
(122,108,114)
#695E62
(105,94,98)
#585052
(88,80,82)
#474242
(71,66,66)
#363432
(54,52,50)
#252622
(37,38,34)
#141812
(20,24,18)
#000000
(0,0,0)

Tints of #BEA4B2

#BEA4B2
(190,164,178)
#C3ACB9
(195,172,185)
#C8B4C0
(200,180,192)
#CDBCC7
(205,188,199)
#D2C4CE
(210,196,206)
#D7CCD5
(215,204,213)
#DCD4DC
(220,212,220)
#E1DCE3
(225,220,227)
#E6E4EA
(230,228,234)
#EBECF1
(235,236,241)
#F0F4F8
(240,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BEA4B2 color. Also use rgb(190,164,178) instead hex code.

Text Font Color

.myTextColor { color: #BEA4B2; }

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

This text font color is #BEA4B2.


Background Color

.myBgColor { background-color: #BEA4B2; }

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

This div background color is #BEA4B2.


Border color

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

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

This div border color is #BEA4B2.


Opacity

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

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

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

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

This text has shadow with #BEA4B2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEA4B2 on black background.


Color preview on white background

This text has color #BEA4B2 on white background.



Black color preview on #BEA4B2 background

This text has black color on #BEA4B2 background.


White color preview on #BEA4B2 background

This text has white color on #BEA4B2 background.