COLOR #BEC5C3

HEX: #BEC5C3 RGB: (190,197,195)

Color info

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

RGB color model

#BEC5C3 color RGB value is (190,197,195).

RGB: (190,197,195) (75%, 77%, 76%)

RGB channels and saturation

R 190 of 255 = 75%
G 197 of 255 = 77%
B 195 of 255 = 76%

190
197
195

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

Portions of RGB colors in percentages

R + G + B = 190 + 197 + 195 = 582 (100%)
R 190 of 582 ~ 32.65%
G 197 of 582 ~ 33.85%
B 195 of 582 ~ 33.51'%

%32.65
%33.85
%33.51

CMYK color model

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

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

CMYK: (4,0,1,23)
C4M0Y1K23 (4%, 0%, 1%, 23%)
(0.04 / 0.00 / 0.01 / 0.23)

CMYK percentages

%3.55
%0
%1.02
%22.75

Codes

Color #BEC5C3 in popluar color models

BE C5 C3
RGB 190 197 195
HSL 163° 5.69% 75.88%
HSB/HSV 163° 3.55% 77.25%
CMYK 3.55% 0.00% 1.02%
22.75%

Color #BEC5C3 in popluar number systems.

HEX BE C5 C3
Decimal 190 197 195
Binary 10111110 11000101 11000011
Octal 276 305 303

Shades and tints

Shades of #BEC5C3

#BEC5C3
(190,197,195)
#ADB4B2
(173,180,178)
#9CA3A1
(156,163,161)
#8B9290
(139,146,144)
#7A817F
(122,129,127)
#69706E
(105,112,110)
#585F5D
(88,95,93)
#474E4C
(71,78,76)
#363D3B
(54,61,59)
#252C2A
(37,44,42)
#141B19
(20,27,25)
#000000
(0,0,0)

Tints of #BEC5C3

#BEC5C3
(190,197,195)
#C3CAC8
(195,202,200)
#C8CFCD
(200,207,205)
#CDD4D2
(205,212,210)
#D2D9D7
(210,217,215)
#D7DEDC
(215,222,220)
#DCE3E1
(220,227,225)
#E1E8E6
(225,232,230)
#E6EDEB
(230,237,235)
#EBF2F0
(235,242,240)
#F0F7F5
(240,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEC5C3; }

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

This text font color is #BEC5C3.

Background Color

.myBgColor { background-color: #BEC5C3; }

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

This div background color is #BEC5C3.

Border color

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

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

This div border color is #BEC5C3.

Opacity

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

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

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

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

This text has shadow with #BEC5C3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEC5C3.

Preview

Color preview on black background

This text has color #BEC5C3 on black background.


Color preview on white background

This text has color #BEC5C3 on white background.


Black color preview on #BEC5C3 background

This text has black color on #BEC5C3 background.


White color preview on #BEC5C3 background

This text has white color on #BEC5C3 background.


Related colors

Complementary color

Complementary color for #hex is #413A3C.


I love getcolorcode.com

Triadic colors

1 #C3BEC5 and #C5C3BE with #BEC5C3 are triadic colors.

2 #C3C5BE and #C5BEC3 with #BEC5C3 are triadic colors.