COLOR #BEC0BD

HEX: #BEC0BD RGB: (190,192,189)

Color info

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

RGB color model

#BEC0BD color RGB value is (190,192,189).

RGB: (190,192,189) (75%, 75%, 74%)

RGB channels and saturation

R 190 of 255 = 75%
G 192 of 255 = 75%
B 189 of 255 = 74%

190
192
189

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

Portions of RGB colors in percentages

R + G + B = 190 + 192 + 189 = 571 (100%)
R 190 of 571 ~ 33.27%
G 192 of 571 ~ 33.63%
B 189 of 571 ~ 33.1'%

%33.27
%33.63
%33.1

CMYK color model

#BEC0BD color CMYK value is (1,0,2,25).

  • cyan value is 1.04%
  • magenta value is 0.00%
  • yellow value is 1.56%
  • key color value is 24.71%

CMYK: (1,0,2,25)
C1M0Y2K25 (1%, 0%, 2%, 25%)
(0.01 / 0.00 / 0.02 / 0.25)

CMYK percentages

%1.04
%0
%1.56
%24.71

Codes

Color #BEC0BD in popluar color models

BE C0 BD
RGB 190 192 189
HSL 100° 2.33% 74.71%
HSB/HSV 100° 1.56% 75.29%
CMYK 1.04% 0.00% 1.56%
24.71%

Color #BEC0BD in popluar number systems.

HEX BE C0 BD
Decimal 190 192 189
Binary 10111110 11000000 10111101
Octal 276 300 275

Shades and tints

Shades of #BEC0BD

#BEC0BD
(190,192,189)
#ADAFAC
(173,175,172)
#9C9E9B
(156,158,155)
#8B8D8A
(139,141,138)
#7A7C79
(122,124,121)
#696B68
(105,107,104)
#585A57
(88,90,87)
#474946
(71,73,70)
#363835
(54,56,53)
#252724
(37,39,36)
#141613
(20,22,19)
#000000
(0,0,0)

Tints of #BEC0BD

#BEC0BD
(190,192,189)
#C3C5C3
(195,197,195)
#C8CAC9
(200,202,201)
#CDCFCF
(205,207,207)
#D2D4D5
(210,212,213)
#D7D9DB
(215,217,219)
#DCDEE1
(220,222,225)
#E1E3E7
(225,227,231)
#E6E8ED
(230,232,237)
#EBEDF3
(235,237,243)
#F0F2F9
(240,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEC0BD; }

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

This text font color is #BEC0BD.

Background Color

.myBgColor { background-color: #BEC0BD; }

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

This div background color is #BEC0BD.

Border color

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

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

This div border color is #BEC0BD.

Opacity

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

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

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

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

This text has shadow with #BEC0BD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEC0BD.

Preview

Color preview on black background

This text has color #BEC0BD on black background.


Color preview on white background

This text has color #BEC0BD on white background.


Black color preview on #BEC0BD background

This text has black color on #BEC0BD background.


White color preview on #BEC0BD background

This text has white color on #BEC0BD background.


Related colors

Complementary color

Complementary color for #hex is #413F42.


I love getcolorcode.com

Triadic colors

1 #BDBEC0 and #C0BDBE with #BEC0BD are triadic colors.

2 #BDC0BE and #C0BEBD with #BEC0BD are triadic colors.