COLOR #BEC5BD

HEX: #BEC5BD RGB: (190,197,189)

Color info

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

RGB color model

#BEC5BD color RGB value is (190,197,189).

RGB: (190,197,189) (75%, 77%, 74%)

RGB channels and saturation

R 190 of 255 = 75%
G 197 of 255 = 77%
B 189 of 255 = 74%

190
197
189

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

Portions of RGB colors in percentages

R + G + B = 190 + 197 + 189 = 576 (100%)
R 190 of 576 ~ 32.99%
G 197 of 576 ~ 34.2%
B 189 of 576 ~ 32.81'%

%32.99
%34.2
%32.81

CMYK color model

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

  • cyan value is 3.55%
  • magenta value is 0.00%
  • yellow value is 4.06%
  • key color value is 22.75%

CMYK: (4,0,4,23)
C4M0Y4K23 (4%, 0%, 4%, 23%)
(0.04 / 0.00 / 0.04 / 0.23)

CMYK percentages

%3.55
%0
%4.06
%22.75

Codes

Color #BEC5BD in popluar color models

BE C5 BD
RGB 190 197 189
HSL 113° 6.45% 75.69%
HSB/HSV 113° 4.06% 77.25%
CMYK 3.55% 0.00% 4.06%
22.75%

Color #BEC5BD in popluar number systems.

HEX BE C5 BD
Decimal 190 197 189
Binary 10111110 11000101 10111101
Octal 276 305 275

Shades and tints

Shades of #BEC5BD

#BEC5BD
(190,197,189)
#ADB4AC
(173,180,172)
#9CA39B
(156,163,155)
#8B928A
(139,146,138)
#7A8179
(122,129,121)
#697068
(105,112,104)
#585F57
(88,95,87)
#474E46
(71,78,70)
#363D35
(54,61,53)
#252C24
(37,44,36)
#141B13
(20,27,19)
#000000
(0,0,0)

Tints of #BEC5BD

#BEC5BD
(190,197,189)
#C3CAC3
(195,202,195)
#C8CFC9
(200,207,201)
#CDD4CF
(205,212,207)
#D2D9D5
(210,217,213)
#D7DEDB
(215,222,219)
#DCE3E1
(220,227,225)
#E1E8E7
(225,232,231)
#E6EDED
(230,237,237)
#EBF2F3
(235,242,243)
#F0F7F9
(240,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEC5BD; }

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

This text font color is #BEC5BD.

Background Color

.myBgColor { background-color: #BEC5BD; }

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

This div background color is #BEC5BD.

Border color

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

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

This div border color is #BEC5BD.

Opacity

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

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

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

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

This text has shadow with #BEC5BD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEC5BD.

Preview

Color preview on black background

This text has color #BEC5BD on black background.


Color preview on white background

This text has color #BEC5BD on white background.


Black color preview on #BEC5BD background

This text has black color on #BEC5BD background.


White color preview on #BEC5BD background

This text has white color on #BEC5BD background.


Related colors

Complementary color

Complementary color for #hex is #413A42.


I love getcolorcode.com

Triadic colors

1 #BDBEC5 and #C5BDBE with #BEC5BD are triadic colors.

2 #BDC5BE and #C5BEBD with #BEC5BD are triadic colors.