COLOR #BEA6B2

HEX: #BEA6B2 RGB: (190,166,178)

Color info

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

RGB color model

#BEA6B2 color RGB value is (190,166,178).

RGB: (190,166,178) (75%, 65%, 70%)

RGB channels and saturation

R 190 of 255 = 75%
G 166 of 255 = 65%
B 178 of 255 = 70%

190
166
178

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

Portions of RGB colors in percentages

R + G + B = 190 + 166 + 178 = 534 (100%)
R 190 of 534 ~ 35.58%
G 166 of 534 ~ 31.09%
B 178 of 534 ~ 33.33'%

%35.58
%31.09
%33.33

CMYK color model

#BEA6B2 color CMYK value is (0,13,6,25).

  • cyan value is 0.00%
  • magenta value is 12.63%
  • yellow value is 6.32%
  • key color value is 25.49%

CMYK: (0,13,6,25)
C0M13Y6K25 (0%, 13%, 6%, 25%)
(0.00 / 0.13 / 0.06 / 0.25)

CMYK percentages

%0
%12.63
%6.32
%25.49

Codes

Color #BEA6B2 in popluar color models

BE A6 B2
RGB 190 166 178
HSL 330° 15.58% 69.80%
HSB/HSV 330° 12.63% 74.51%
CMYK 0.00% 12.63% 6.32%
25.49%

Color #BEA6B2 in popluar number systems.

HEX BE A6 B2
Decimal 190 166 178
Binary 10111110 10100110 10110010
Octal 276 246 262

Shades and tints

Shades of #BEA6B2

#BEA6B2
(190,166,178)
#AD97A2
(173,151,162)
#9C8892
(156,136,146)
#8B7982
(139,121,130)
#7A6A72
(122,106,114)
#695B62
(105,91,98)
#584C52
(88,76,82)
#473D42
(71,61,66)
#362E32
(54,46,50)
#251F22
(37,31,34)
#141012
(20,16,18)
#000000
(0,0,0)

Tints of #BEA6B2

#BEA6B2
(190,166,178)
#C3AEB9
(195,174,185)
#C8B6C0
(200,182,192)
#CDBEC7
(205,190,199)
#D2C6CE
(210,198,206)
#D7CED5
(215,206,213)
#DCD6DC
(220,214,220)
#E1DEE3
(225,222,227)
#E6E6EA
(230,230,234)
#EBEEF1
(235,238,241)
#F0F6F8
(240,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEA6B2; }

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

This text font color is #BEA6B2.

Background Color

.myBgColor { background-color: #BEA6B2; }

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

This div background color is #BEA6B2.

Border color

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

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

This div border color is #BEA6B2.

Opacity

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

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

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

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

This text has shadow with #BEA6B2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEA6B2.

Preview

Color preview on black background

This text has color #BEA6B2 on black background.


Color preview on white background

This text has color #BEA6B2 on white background.


Black color preview on #BEA6B2 background

This text has black color on #BEA6B2 background.


White color preview on #BEA6B2 background

This text has white color on #BEA6B2 background.


Related colors

Complementary color

Complementary color for #hex is #41594D.


I love getcolorcode.com

Triadic colors

1 #B2BEA6 and #A6B2BE with #BEA6B2 are triadic colors.

2 #B2A6BE and #A6BEB2 with #BEA6B2 are triadic colors.