COLOR #BEA2B7

HEX: #BEA2B7 RGB: (190,162,183)

Color info

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

RGB color model

#BEA2B7 color RGB value is (190,162,183).

RGB: (190,162,183) (75%, 64%, 72%)

RGB channels and saturation

R 190 of 255 = 75%
G 162 of 255 = 64%
B 183 of 255 = 72%

190
162
183

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

Portions of RGB colors in percentages

R + G + B = 190 + 162 + 183 = 535 (100%)
R 190 of 535 ~ 35.51%
G 162 of 535 ~ 30.28%
B 183 of 535 ~ 34.21'%

%35.51
%30.28
%34.21

CMYK color model

#BEA2B7 color CMYK value is (0,15,4,25).

  • cyan value is 0.00%
  • magenta value is 14.74%
  • yellow value is 3.68%
  • key color value is 25.49%
CMYK: (0,15,4,25) C0M15Y4K25 (0%,15%,4%,25%) (0.00/0.15/0.04/0.25) 

CMYK percentages

%0
%14.74
%3.68
%25.49

Codes

Color #BEA2B7 in popluar color models

BE A2 B7
RGB 190 162 183
HSL 315° 17.72% 69.02%
HSB/HSV 315° 14.74% 74.51%
CMYK 0.00% 14.74% 3.68%
25.49%

Color #BEA2B7 in popluar number systems.

HEX BE A2 B7
Decimal 190 162 183
Binary 10111110 10100010 10110111
Octal 276 242 267

Shades and tints

Shades of #BEA2B7

#BEA2B7
(190,162,183)
#AD94A7
(173,148,167)
#9C8697
(156,134,151)
#8B7887
(139,120,135)
#7A6A77
(122,106,119)
#695C67
(105,92,103)
#584E57
(88,78,87)
#474047
(71,64,71)
#363237
(54,50,55)
#252427
(37,36,39)
#141617
(20,22,23)
#000000
(0,0,0)

Tints of #BEA2B7

#BEA2B7
(190,162,183)
#C3AABD
(195,170,189)
#C8B2C3
(200,178,195)
#CDBAC9
(205,186,201)
#D2C2CF
(210,194,207)
#D7CAD5
(215,202,213)
#DCD2DB
(220,210,219)
#E1DAE1
(225,218,225)
#E6E2E7
(230,226,231)
#EBEAED
(235,234,237)
#F0F2F3
(240,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEA2B7; }

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

This text font color is #BEA2B7.

Background Color

.myBgColor { background-color: #BEA2B7; }

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

This div background color is #BEA2B7.

Border color

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

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

This div border color is #BEA2B7.

Opacity

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

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

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

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

This text has shadow with #BEA2B7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEA2B7.

Preview

Color preview on black background

This text has color #BEA2B7 on black background.


Color preview on white background

This text has color #BEA2B7 on white background.


Black color preview on #BEA2B7 background

This text has black color on #BEA2B7 background.


White color preview on #BEA2B7 background

This text has white color on #BEA2B7 background.


Related colors

Complementary color

Complementary color for #hex is #415D48.


I love getcolorcode.com

Triadic colors

1 #B7BEA2 and #A2B7BE with #BEA2B7 are triadic colors.

2 #B7A2BE and #A2BEB7 with #BEA2B7 are triadic colors.