COLOR #BEC5CD

HEX: #BEC5CD RGB: (190,197,205)

Color info

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

RGB color model

#BEC5CD color RGB value is (190,197,205).

RGB: (190,197,205) (75%, 77%, 80%)

RGB channels and saturation

R 190 of 255 = 75%
G 197 of 255 = 77%
B 205 of 255 = 80%

190
197
205

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

Portions of RGB colors in percentages

R + G + B = 190 + 197 + 205 = 592 (100%)
R 190 of 592 ~ 32.09%
G 197 of 592 ~ 33.28%
B 205 of 592 ~ 34.63'%

%32.09
%33.28
%34.63

CMYK color model

#BEC5CD color CMYK value is (7,4,0,20).

  • cyan value is 7.32%
  • magenta value is 3.90%
  • yellow value is 0.00%
  • key color value is 19.61%

CMYK: (7,4,0,20)
C7M4Y0K20 (7%, 4%, 0%, 20%)
(0.07 / 0.04 / 0.00 / 0.20)

CMYK percentages

%7.32
%3.9
%0
%19.61

Codes

Color #BEC5CD in popluar color models

BE C5 CD
RGB 190 197 205
HSL 212° 13.04% 77.45%
HSB/HSV 212° 7.32% 80.39%
CMYK 7.32% 3.90% 0.00%
19.61%

Color #BEC5CD in popluar number systems.

HEX BE C5 CD
Decimal 190 197 205
Binary 10111110 11000101 11001101
Octal 276 305 315

Shades and tints

Shades of #BEC5CD

#BEC5CD
(190,197,205)
#ADB4BB
(173,180,187)
#9CA3A9
(156,163,169)
#8B9297
(139,146,151)
#7A8185
(122,129,133)
#697073
(105,112,115)
#585F61
(88,95,97)
#474E4F
(71,78,79)
#363D3D
(54,61,61)
#252C2B
(37,44,43)
#141B19
(20,27,25)
#000000
(0,0,0)

Tints of #BEC5CD

#BEC5CD
(190,197,205)
#C3CAD1
(195,202,209)
#C8CFD5
(200,207,213)
#CDD4D9
(205,212,217)
#D2D9DD
(210,217,221)
#D7DEE1
(215,222,225)
#DCE3E5
(220,227,229)
#E1E8E9
(225,232,233)
#E6EDED
(230,237,237)
#EBF2F1
(235,242,241)
#F0F7F5
(240,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEC5CD; }

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

This text font color is #BEC5CD.

Background Color

.myBgColor { background-color: #BEC5CD; }

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

This div background color is #BEC5CD.

Border color

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

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

This div border color is #BEC5CD.

Opacity

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

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

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

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

This text has shadow with #BEC5CD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEC5CD.

Preview

Color preview on black background

This text has color #BEC5CD on black background.


Color preview on white background

This text has color #BEC5CD on white background.


Black color preview on #BEC5CD background

This text has black color on #BEC5CD background.


White color preview on #BEC5CD background

This text has white color on #BEC5CD background.


Related colors

Complementary color

Complementary color for #hex is #413A32.


I love getcolorcode.com

Triadic colors

1 #CDBEC5 and #C5CDBE with #BEC5CD are triadic colors.

2 #CDC5BE and #C5BECD with #BEC5CD are triadic colors.