COLOR #BEC5B4

HEX: #BEC5B4 RGB: (190,197,180)

Color info

#BEC5B4 contains red, green and blue colors in about the same proportion. Web safe color of #BEC5B4 is #CCCCCC (or #CCC).

RGB color model

#BEC5B4 color RGB value is (190,197,180).

RGB: (190,197,180) (75%, 77%, 71%)

RGB channels and saturation

R 190 of 255 = 75%
G 197 of 255 = 77%
B 180 of 255 = 71%

190
197
180

R + G + B ~ 74%. #BEC5B4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 190 + 197 + 180 = 567 (100%)
R 190 of 567 ~ 33.51%
G 197 of 567 ~ 34.74%
B 180 of 567 ~ 31.75'%

%33.51
%34.74
%31.75

CMYK color model

#BEC5B4 color CMYK value is (4,0,9,23).

  • cyan value is 3.55%
  • magenta value is 0.00%
  • yellow value is 8.63%
  • key color value is 22.75%
CMYK: (4,0,9,23) C4M0Y9K23 (4%,0%,9%,23%) (0.04/0.00/0.09/0.23) 

CMYK percentages

%3.55
%0
%8.63
%22.75

Codes

Color #BEC5B4 in popluar color models

BE C5 B4
RGB 190 197 180
HSL 85° 12.78% 73.92%
HSB/HSV 85° 8.63% 77.25%
CMYK 3.55% 0.00% 8.63%
22.75%

Color #BEC5B4 in popluar number systems.

HEX BE C5 B4
Decimal 190 197 180
Binary 10111110 11000101 10110100
Octal 276 305 264

Shades and tints

Shades of #BEC5B4

#BEC5B4
(190,197,180)
#ADB4A4
(173,180,164)
#9CA394
(156,163,148)
#8B9284
(139,146,132)
#7A8174
(122,129,116)
#697064
(105,112,100)
#585F54
(88,95,84)
#474E44
(71,78,68)
#363D34
(54,61,52)
#252C24
(37,44,36)
#141B14
(20,27,20)
#000000
(0,0,0)

Tints of #BEC5B4

#BEC5B4
(190,197,180)
#C3CABA
(195,202,186)
#C8CFC0
(200,207,192)
#CDD4C6
(205,212,198)
#D2D9CC
(210,217,204)
#D7DED2
(215,222,210)
#DCE3D8
(220,227,216)
#E1E8DE
(225,232,222)
#E6EDE4
(230,237,228)
#EBF2EA
(235,242,234)
#F0F7F0
(240,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BEC5B4 color. Also use rgb(190,197,180) instead hex code.

Text Font Color

.myTextColor { color: #BEC5B4; }

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

This text font color is #BEC5B4.

Background Color

.myBgColor { background-color: #BEC5B4; }

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

This div background color is #BEC5B4.

Border color

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

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

This div border color is #BEC5B4.

Opacity

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

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

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

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

This text has shadow with #BEC5B4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEC5B4.

Preview

Color preview on black background

This text has color #BEC5B4 on black background.


Color preview on white background

This text has color #BEC5B4 on white background.


Black color preview on #BEC5B4 background

This text has black color on #BEC5B4 background.


White color preview on #BEC5B4 background

This text has white color on #BEC5B4 background.


Related colors

Complementary color

Complementary color for #hex is #413A4B.


I love getcolorcode.com

Triadic colors

1 #B4BEC5 and #C5B4BE with #BEC5B4 are triadic colors.

2 #B4C5BE and #C5BEB4 with #BEC5B4 are triadic colors.