COLOR #BEA1B0

HEX: #BEA1B0 RGB: (190,161,176)

Color info

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

RGB color model

#BEA1B0 color RGB value is (190,161,176).

RGB: (190,161,176) (75%, 63%, 69%)

RGB channels and saturation

R 190 of 255 = 75%
G 161 of 255 = 63%
B 176 of 255 = 69%

190
161
176

R + G + B ~ 69%. #BEA1B0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 190 + 161 + 176 = 527 (100%)
R 190 of 527 ~ 36.05%
G 161 of 527 ~ 30.55%
B 176 of 527 ~ 33.4'%

%36.05
%30.55
%33.4

CMYK color model

#BEA1B0 color CMYK value is (0,15,7,25).

  • cyan value is 0.00%
  • magenta value is 15.26%
  • yellow value is 7.37%
  • key color value is 25.49%
CMYK: (0,15,7,25) C0M15Y7K25 (0%,15%,7%,25%) (0.00/0.15/0.07/0.25) 

CMYK percentages

%0
%15.26
%7.37
%25.49

Codes

Color #BEA1B0 in popluar color models

BE A1 B0
RGB 190 161 176
HSL 329° 18.24% 68.82%
HSB/HSV 329° 15.26% 74.51%
CMYK 0.00% 15.26% 7.37%
25.49%

Color #BEA1B0 in popluar number systems.

HEX BE A1 B0
Decimal 190 161 176
Binary 10111110 10100001 10110000
Octal 276 241 260

Shades and tints

Shades of #BEA1B0

#BEA1B0
(190,161,176)
#AD93A0
(173,147,160)
#9C8590
(156,133,144)
#8B7780
(139,119,128)
#7A6970
(122,105,112)
#695B60
(105,91,96)
#584D50
(88,77,80)
#473F40
(71,63,64)
#363130
(54,49,48)
#252320
(37,35,32)
#141510
(20,21,16)
#000000
(0,0,0)

Tints of #BEA1B0

#BEA1B0
(190,161,176)
#C3A9B7
(195,169,183)
#C8B1BE
(200,177,190)
#CDB9C5
(205,185,197)
#D2C1CC
(210,193,204)
#D7C9D3
(215,201,211)
#DCD1DA
(220,209,218)
#E1D9E1
(225,217,225)
#E6E1E8
(230,225,232)
#EBE9EF
(235,233,239)
#F0F1F6
(240,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BEA1B0 color. Also use rgb(190,161,176) instead hex code.

Text Font Color

.myTextColor { color: #BEA1B0; }

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

This text font color is #BEA1B0.

Background Color

.myBgColor { background-color: #BEA1B0; }

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

This div background color is #BEA1B0.

Border color

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

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

This div border color is #BEA1B0.

Opacity

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

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

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

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

This text has shadow with #BEA1B0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEA1B0.

Preview

Color preview on black background

This text has color #BEA1B0 on black background.


Color preview on white background

This text has color #BEA1B0 on white background.


Black color preview on #BEA1B0 background

This text has black color on #BEA1B0 background.


White color preview on #BEA1B0 background

This text has white color on #BEA1B0 background.


Related colors

Complementary color

Complementary color for #hex is #415E4F.


I love getcolorcode.com

Triadic colors

1 #B0BEA1 and #A1B0BE with #BEA1B0 are triadic colors.

2 #B0A1BE and #A1BEB0 with #BEA1B0 are triadic colors.