COLOR #BEC5C7

HEX: #BEC5C7 RGB: (190,197,199)

Color info

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

RGB color model

#BEC5C7 color RGB value is (190,197,199).

RGB: (190,197,199) (75%, 77%, 78%)

RGB channels and saturation

R 190 of 255 = 75%
G 197 of 255 = 77%
B 199 of 255 = 78%

190
197
199

R + G + B ~ 77%. #BEC5C7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 190 + 197 + 199 = 586 (100%)
R 190 of 586 ~ 32.42%
G 197 of 586 ~ 33.62%
B 199 of 586 ~ 33.96'%

%32.42
%33.62
%33.96

CMYK color model

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

  • cyan value is 4.52%
  • magenta value is 1.01%
  • yellow value is 0.00%
  • key color value is 21.96%

CMYK: (5,1,0,22)
C5M1Y0K22 (5%, 1%, 0%, 22%)
(0.05 / 0.01 / 0.00 / 0.22)

CMYK percentages

%4.52
%1.01
%0
%21.96

Codes

Color #BEC5C7 in popluar color models

BE C5 C7
RGB 190 197 199
HSL 193° 7.44% 76.27%
HSB/HSV 193° 4.52% 78.04%
CMYK 4.52% 1.01% 0.00%
21.96%

Color #BEC5C7 in popluar number systems.

HEX BE C5 C7
Decimal 190 197 199
Binary 10111110 11000101 11000111
Octal 276 305 307

Shades and tints

Shades of #BEC5C7

#BEC5C7
(190,197,199)
#ADB4B5
(173,180,181)
#9CA3A3
(156,163,163)
#8B9291
(139,146,145)
#7A817F
(122,129,127)
#69706D
(105,112,109)
#585F5B
(88,95,91)
#474E49
(71,78,73)
#363D37
(54,61,55)
#252C25
(37,44,37)
#141B13
(20,27,19)
#000000
(0,0,0)

Tints of #BEC5C7

#BEC5C7
(190,197,199)
#C3CACC
(195,202,204)
#C8CFD1
(200,207,209)
#CDD4D6
(205,212,214)
#D2D9DB
(210,217,219)
#D7DEE0
(215,222,224)
#DCE3E5
(220,227,229)
#E1E8EA
(225,232,234)
#E6EDEF
(230,237,239)
#EBF2F4
(235,242,244)
#F0F7F9
(240,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEC5C7; }

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

This text font color is #BEC5C7.

Background Color

.myBgColor { background-color: #BEC5C7; }

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

This div background color is #BEC5C7.

Border color

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

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

This div border color is #BEC5C7.

Opacity

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

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

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

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

This text has shadow with #BEC5C7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEC5C7.

Preview

Color preview on black background

This text has color #BEC5C7 on black background.


Color preview on white background

This text has color #BEC5C7 on white background.


Black color preview on #BEC5C7 background

This text has black color on #BEC5C7 background.


White color preview on #BEC5C7 background

This text has white color on #BEC5C7 background.


Related colors

Complementary color

Complementary color for #hex is #413A38.


I love getcolorcode.com

Triadic colors

1 #C7BEC5 and #C5C7BE with #BEC5C7 are triadic colors.

2 #C7C5BE and #C5BEC7 with #BEC5C7 are triadic colors.