COLOR #BEC3B4

HEX: #BEC3B4
RGB: (190,195,180)

Color info

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

RGB color model

#BEC3B4 color RGB value is (190,195,180).

  • red value is 190;
  • green value is 195;
  • blue value is 180.
RGB:
(190,195,180)
(75%,76%,71%)

RGB channels and saturation

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

190
195
180

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

Portions of RGB colors in percentages

R + G + B =
190 + 195 + 180 = 565 (100%)
R 190 of 565 ~ 33.63%
G 195 of 565 ~ 34.51%
B 180 of 565 ~ 31.86%

%33.63
%34.51
%31.86

CMYK color model

#BEC3B4 color CMYK value is (3,0,8,24).

  • cyan value is 2.56%
  • magenta value is 0.00%
  • yellow value is 7.69%
  • key color value is 23.53%
CMYK:
(3,0,8,24)
C3M0Y8K24 
(3%,0%,8%,24%)
(0.03/0.00/0.08/0.24)	

CMYK percentages

%2.56
%0
%7.69
%23.53

Codes

Color #BEC3B4 in popluar color models

BEC3B4
RGB190195180
HSL80°11.11%73.53%
HSB/HSV80°7.69%76.47%
CMYK2.56%0.00%7.69%
23.53%

Color #BEC3B4 in popluar number systems.

HEXBEC3B4
Decimal190195180
Binary101111101100001110110100
Octal276303264

Shades and tints

Shades of #BEC3B4

#BEC3B4
(190,195,180)
#ADB2A4
(173,178,164)
#9CA194
(156,161,148)
#8B9084
(139,144,132)
#7A7F74
(122,127,116)
#696E64
(105,110,100)
#585D54
(88,93,84)
#474C44
(71,76,68)
#363B34
(54,59,52)
#252A24
(37,42,36)
#141914
(20,25,20)
#000000
(0,0,0)

Tints of #BEC3B4

#BEC3B4
(190,195,180)
#C3C8BA
(195,200,186)
#C8CDC0
(200,205,192)
#CDD2C6
(205,210,198)
#D2D7CC
(210,215,204)
#D7DCD2
(215,220,210)
#DCE1D8
(220,225,216)
#E1E6DE
(225,230,222)
#E6EBE4
(230,235,228)
#EBF0EA
(235,240,234)
#F0F5F0
(240,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEC3B4; }

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

This text font color is #BEC3B4.


Background Color

.myBgColor { background-color: #BEC3B4; }

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

This div background color is #BEC3B4.


Border color

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

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

This div border color is #BEC3B4.


Opacity

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

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

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

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

This text has shadow with #BEC3B4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEC3B4 on black background.


Color preview on white background

This text has color #BEC3B4 on white background.



Black color preview on #BEC3B4 background

This text has black color on #BEC3B4 background.


White color preview on #BEC3B4 background

This text has white color on #BEC3B4 background.