COLOR #BEC3BA

HEX: #BEC3BA RGB: (190,195,186)

Color info

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

RGB color model

#BEC3BA color RGB value is (190,195,186).

RGB: (190,195,186) (75%, 76%, 73%)

RGB channels and saturation

R 190 of 255 = 75%
G 195 of 255 = 76%
B 186 of 255 = 73%

190
195
186

R + G + B ~ 75%. #BEC3BA is quite light color.

Portions of RGB colors in percentages

R + G + B = 190 + 195 + 186 = 571 (100%)
R 190 of 571 ~ 33.27%
G 195 of 571 ~ 34.15%
B 186 of 571 ~ 32.57'%

%33.27
%34.15
%32.57

CMYK color model

#BEC3BA color CMYK value is (3,0,5,24).

  • cyan value is 2.56%
  • magenta value is 0.00%
  • yellow value is 4.62%
  • key color value is 23.53%

CMYK: (3,0,5,24)
C3M0Y5K24 (3%, 0%, 5%, 24%)
(0.03 / 0.00 / 0.05 / 0.24)

CMYK percentages

%2.56
%0
%4.62
%23.53

Codes

Color #BEC3BA in popluar color models

BE C3 BA
RGB 190 195 186
HSL 93° 6.98% 74.71%
HSB/HSV 93° 4.62% 76.47%
CMYK 2.56% 0.00% 4.62%
23.53%

Color #BEC3BA in popluar number systems.

HEX BE C3 BA
Decimal 190 195 186
Binary 10111110 11000011 10111010
Octal 276 303 272

Shades and tints

Shades of #BEC3BA

#BEC3BA
(190,195,186)
#ADB2AA
(173,178,170)
#9CA19A
(156,161,154)
#8B908A
(139,144,138)
#7A7F7A
(122,127,122)
#696E6A
(105,110,106)
#585D5A
(88,93,90)
#474C4A
(71,76,74)
#363B3A
(54,59,58)
#252A2A
(37,42,42)
#14191A
(20,25,26)
#000000
(0,0,0)

Tints of #BEC3BA

#BEC3BA
(190,195,186)
#C3C8C0
(195,200,192)
#C8CDC6
(200,205,198)
#CDD2CC
(205,210,204)
#D2D7D2
(210,215,210)
#D7DCD8
(215,220,216)
#DCE1DE
(220,225,222)
#E1E6E4
(225,230,228)
#E6EBEA
(230,235,234)
#EBF0F0
(235,240,240)
#F0F5F6
(240,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEC3BA; }

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

This text font color is #BEC3BA.

Background Color

.myBgColor { background-color: #BEC3BA; }

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

This div background color is #BEC3BA.

Border color

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

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

This div border color is #BEC3BA.

Opacity

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

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

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

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

This text has shadow with #BEC3BA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEC3BA.

Preview

Color preview on black background

This text has color #BEC3BA on black background.


Color preview on white background

This text has color #BEC3BA on white background.


Black color preview on #BEC3BA background

This text has black color on #BEC3BA background.


White color preview on #BEC3BA background

This text has white color on #BEC3BA background.


Related colors

Complementary color

Complementary color for #hex is #413C45.


I love getcolorcode.com

Triadic colors

1 #BABEC3 and #C3BABE with #BEC3BA are triadic colors.

2 #BAC3BE and #C3BEBA with #BEC3BA are triadic colors.