COLOR #BEC2C5

HEX: #BEC2C5 RGB: (190,194,197)

Color info

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

RGB color model

#BEC2C5 color RGB value is (190,194,197).

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

RGB channels and saturation

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

190
194
197

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

Portions of RGB colors in percentages

R + G + B = 190 + 194 + 197 = 581 (100%)
R 190 of 581 ~ 32.7%
G 194 of 581 ~ 33.39%
B 197 of 581 ~ 33.91'%

%32.7
%33.39
%33.91

CMYK color model

#BEC2C5 color CMYK value is (4,2,0,23).

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

CMYK: (4,2,0,23)
C4M2Y0K23 (4%, 2%, 0%, 23%)
(0.04 / 0.02 / 0.00 / 0.23)

CMYK percentages

%3.55
%1.52
%0
%22.75

Codes

Color #BEC2C5 in popluar color models

BE C2 C5
RGB 190 194 197
HSL 206° 5.69% 75.88%
HSB/HSV 206° 3.55% 77.25%
CMYK 3.55% 1.52% 0.00%
22.75%

Color #BEC2C5 in popluar number systems.

HEX BE C2 C5
Decimal 190 194 197
Binary 10111110 11000010 11000101
Octal 276 302 305

Shades and tints

Shades of #BEC2C5

#BEC2C5
(190,194,197)
#ADB1B4
(173,177,180)
#9CA0A3
(156,160,163)
#8B8F92
(139,143,146)
#7A7E81
(122,126,129)
#696D70
(105,109,112)
#585C5F
(88,92,95)
#474B4E
(71,75,78)
#363A3D
(54,58,61)
#25292C
(37,41,44)
#14181B
(20,24,27)
#000000
(0,0,0)

Tints of #BEC2C5

#BEC2C5
(190,194,197)
#C3C7CA
(195,199,202)
#C8CCCF
(200,204,207)
#CDD1D4
(205,209,212)
#D2D6D9
(210,214,217)
#D7DBDE
(215,219,222)
#DCE0E3
(220,224,227)
#E1E5E8
(225,229,232)
#E6EAED
(230,234,237)
#EBEFF2
(235,239,242)
#F0F4F7
(240,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEC2C5; }

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

This text font color is #BEC2C5.

Background Color

.myBgColor { background-color: #BEC2C5; }

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

This div background color is #BEC2C5.

Border color

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

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

This div border color is #BEC2C5.

Opacity

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

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

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

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

This text has shadow with #BEC2C5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEC2C5.

Preview

Color preview on black background

This text has color #BEC2C5 on black background.


Color preview on white background

This text has color #BEC2C5 on white background.


Black color preview on #BEC2C5 background

This text has black color on #BEC2C5 background.


White color preview on #BEC2C5 background

This text has white color on #BEC2C5 background.


Related colors

Complementary color

Complementary color for #hex is #413D3A.


I love getcolorcode.com

Triadic colors

1 #C5BEC2 and #C2C5BE with #BEC2C5 are triadic colors.

2 #C5C2BE and #C2BEC5 with #BEC2C5 are triadic colors.