COLOR #BEC8BD

HEX: #BEC8BD RGB: (190,200,189)

Color info

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

RGB color model

#BEC8BD color RGB value is (190,200,189).

RGB: (190,200,189) (75%, 78%, 74%)

RGB channels and saturation

R 190 of 255 = 75%
G 200 of 255 = 78%
B 189 of 255 = 74%

190
200
189

R + G + B ~ 76%. #BEC8BD is quite light color.

Portions of RGB colors in percentages

R + G + B = 190 + 200 + 189 = 579 (100%)
R 190 of 579 ~ 32.82%
G 200 of 579 ~ 34.54%
B 189 of 579 ~ 32.64'%

%32.82
%34.54
%32.64

CMYK color model

#BEC8BD color CMYK value is (5,0,5,22).

  • cyan value is 5.00%
  • magenta value is 0.00%
  • yellow value is 5.50%
  • key color value is 21.57%

CMYK: (5,0,5,22)
C5M0Y5K22 (5%, 0%, 5%, 22%)
(0.05 / 0.00 / 0.05 / 0.22)

CMYK percentages

%5
%0
%5.5
%21.57

Codes

Color #BEC8BD in popluar color models

BE C8 BD
RGB 190 200 189
HSL 115° 9.09% 76.27%
HSB/HSV 115° 5.50% 78.43%
CMYK 5.00% 0.00% 5.50%
21.57%

Color #BEC8BD in popluar number systems.

HEX BE C8 BD
Decimal 190 200 189
Binary 10111110 11001000 10111101
Octal 276 310 275

Shades and tints

Shades of #BEC8BD

#BEC8BD
(190,200,189)
#ADB6AC
(173,182,172)
#9CA49B
(156,164,155)
#8B928A
(139,146,138)
#7A8079
(122,128,121)
#696E68
(105,110,104)
#585C57
(88,92,87)
#474A46
(71,74,70)
#363835
(54,56,53)
#252624
(37,38,36)
#141413
(20,20,19)
#000000
(0,0,0)

Tints of #BEC8BD

#BEC8BD
(190,200,189)
#C3CDC3
(195,205,195)
#C8D2C9
(200,210,201)
#CDD7CF
(205,215,207)
#D2DCD5
(210,220,213)
#D7E1DB
(215,225,219)
#DCE6E1
(220,230,225)
#E1EBE7
(225,235,231)
#E6F0ED
(230,240,237)
#EBF5F3
(235,245,243)
#F0FAF9
(240,250,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEC8BD; }

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

This text font color is #BEC8BD.

Background Color

.myBgColor { background-color: #BEC8BD; }

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

This div background color is #BEC8BD.

Border color

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

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

This div border color is #BEC8BD.

Opacity

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

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

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

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

This text has shadow with #BEC8BD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEC8BD.

Preview

Color preview on black background

This text has color #BEC8BD on black background.


Color preview on white background

This text has color #BEC8BD on white background.


Black color preview on #BEC8BD background

This text has black color on #BEC8BD background.


White color preview on #BEC8BD background

This text has white color on #BEC8BD background.


Related colors

Complementary color

Complementary color for #hex is #413742.


I love getcolorcode.com

Triadic colors

1 #BDBEC8 and #C8BDBE with #BEC8BD are triadic colors.

2 #BDC8BE and #C8BEBD with #BEC8BD are triadic colors.