COLOR #BE8CA0

HEX: #BE8CA0 RGB: (190,140,160)

Color info

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

RGB color model

#BE8CA0 color RGB value is (190,140,160).

RGB: (190,140,160) (75%, 55%, 63%)

RGB channels and saturation

R 190 of 255 = 75%
G 140 of 255 = 55%
B 160 of 255 = 63%

190
140
160

R + G + B ~ 64%. #BE8CA0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 190 + 140 + 160 = 490 (100%)
R 190 of 490 ~ 38.78%
G 140 of 490 ~ 28.57%
B 160 of 490 ~ 32.65'%

%38.78
%28.57
%32.65

CMYK color model

#BE8CA0 color CMYK value is (0,26,16,25).

  • cyan value is 0.00%
  • magenta value is 26.32%
  • yellow value is 15.79%
  • key color value is 25.49%

CMYK: (0,26,16,25)
C0M26Y16K25 (0%, 26%, 16%, 25%)
(0.00 / 0.26 / 0.16 / 0.25)

CMYK percentages

%0
%26.32
%15.79
%25.49

Codes

Color #BE8CA0 in popluar color models

BE 8C A0
RGB 190 140 160
HSL 336° 27.78% 64.71%
HSB/HSV 336° 26.32% 74.51%
CMYK 0.00% 26.32% 15.79%
25.49%

Color #BE8CA0 in popluar number systems.

HEX BE 8C A0
Decimal 190 140 160
Binary 10111110 10001100 10100000
Octal 276 214 240

Shades and tints

Shades of #BE8CA0

#BE8CA0
(190,140,160)
#AD8092
(173,128,146)
#9C7484
(156,116,132)
#8B6876
(139,104,118)
#7A5C68
(122,92,104)
#69505A
(105,80,90)
#58444C
(88,68,76)
#47383E
(71,56,62)
#362C30
(54,44,48)
#252022
(37,32,34)
#141414
(20,20,20)
#000000
(0,0,0)

Tints of #BE8CA0

#BE8CA0
(190,140,160)
#C396A8
(195,150,168)
#C8A0B0
(200,160,176)
#CDAAB8
(205,170,184)
#D2B4C0
(210,180,192)
#D7BEC8
(215,190,200)
#DCC8D0
(220,200,208)
#E1D2D8
(225,210,216)
#E6DCE0
(230,220,224)
#EBE6E8
(235,230,232)
#F0F0F0
(240,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BE8CA0 color. Also use rgb(190,140,160) instead hex code.

Text Font Color

.myTextColor { color: #BE8CA0; }

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

This text font color is #BE8CA0.

Background Color

.myBgColor { background-color: #BE8CA0; }

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

This div background color is #BE8CA0.

Border color

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

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

This div border color is #BE8CA0.

Opacity

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

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

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

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

This text has shadow with #BE8CA0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BE8CA0.

Preview

Color preview on black background

This text has color #BE8CA0 on black background.


Color preview on white background

This text has color #BE8CA0 on white background.


Black color preview on #BE8CA0 background

This text has black color on #BE8CA0 background.


White color preview on #BE8CA0 background

This text has white color on #BE8CA0 background.


Related colors

Complementary color

Complementary color for #hex is #41735F.


I love getcolorcode.com

Triadic colors

1 #A0BE8C and #8CA0BE with #BE8CA0 are triadic colors.

2 #A08CBE and #8CBEA0 with #BE8CA0 are triadic colors.