COLOR #BEC2B4

HEX: #BEC2B4 RGB: (190,194,180)

Color info

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

RGB color model

#BEC2B4 color RGB value is (190,194,180).

RGB: (190,194,180) (75%, 76%, 71%)

RGB channels and saturation

R 190 of 255 = 75%
G 194 of 255 = 76%
B 180 of 255 = 71%

190
194
180

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

Portions of RGB colors in percentages

R + G + B = 190 + 194 + 180 = 564 (100%)
R 190 of 564 ~ 33.69%
G 194 of 564 ~ 34.4%
B 180 of 564 ~ 31.91'%

%33.69
%34.4
%31.91

CMYK color model

#BEC2B4 color CMYK value is (2,0,7,24).

  • cyan value is 2.06%
  • magenta value is 0.00%
  • yellow value is 7.22%
  • key color value is 23.92%
CMYK: (2,0,7,24) C2M0Y7K24 (2%,0%,7%,24%) (0.02/0.00/0.07/0.24) 

CMYK percentages

%2.06
%0
%7.22
%23.92

Codes

Color #BEC2B4 in popluar color models

BE C2 B4
RGB 190 194 180
HSL 77° 10.29% 73.33%
HSB/HSV 77° 7.22% 76.08%
CMYK 2.06% 0.00% 7.22%
23.92%

Color #BEC2B4 in popluar number systems.

HEX BE C2 B4
Decimal 190 194 180
Binary 10111110 11000010 10110100
Octal 276 302 264

Shades and tints

Shades of #BEC2B4

#BEC2B4
(190,194,180)
#ADB1A4
(173,177,164)
#9CA094
(156,160,148)
#8B8F84
(139,143,132)
#7A7E74
(122,126,116)
#696D64
(105,109,100)
#585C54
(88,92,84)
#474B44
(71,75,68)
#363A34
(54,58,52)
#252924
(37,41,36)
#141814
(20,24,20)
#000000
(0,0,0)

Tints of #BEC2B4

#BEC2B4
(190,194,180)
#C3C7BA
(195,199,186)
#C8CCC0
(200,204,192)
#CDD1C6
(205,209,198)
#D2D6CC
(210,214,204)
#D7DBD2
(215,219,210)
#DCE0D8
(220,224,216)
#E1E5DE
(225,229,222)
#E6EAE4
(230,234,228)
#EBEFEA
(235,239,234)
#F0F4F0
(240,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEC2B4; }

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

This text font color is #BEC2B4.

Background Color

.myBgColor { background-color: #BEC2B4; }

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

This div background color is #BEC2B4.

Border color

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

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

This div border color is #BEC2B4.

Opacity

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

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

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

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

This text has shadow with #BEC2B4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEC2B4.

Preview

Color preview on black background

This text has color #BEC2B4 on black background.


Color preview on white background

This text has color #BEC2B4 on white background.


Black color preview on #BEC2B4 background

This text has black color on #BEC2B4 background.


White color preview on #BEC2B4 background

This text has white color on #BEC2B4 background.


Related colors

Complementary color

Complementary color for #hex is #413D4B.


I love getcolorcode.com

Triadic colors

1 #B4BEC2 and #C2B4BE with #BEC2B4 are triadic colors.

2 #B4C2BE and #C2BEB4 with #BEC2B4 are triadic colors.