COLOR #BEC3CE

HEX: #BEC3CE RGB: (190,195,206)

Color info

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

RGB color model

#BEC3CE color RGB value is (190,195,206).

RGB: (190,195,206) (75%, 76%, 81%)

RGB channels and saturation

R 190 of 255 = 75%
G 195 of 255 = 76%
B 206 of 255 = 81%

190
195
206

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

Portions of RGB colors in percentages

R + G + B = 190 + 195 + 206 = 591 (100%)
R 190 of 591 ~ 32.15%
G 195 of 591 ~ 32.99%
B 206 of 591 ~ 34.86'%

%32.15
%32.99
%34.86

CMYK color model

#BEC3CE color CMYK value is (8,5,0,19).

  • cyan value is 7.77%
  • magenta value is 5.34%
  • yellow value is 0.00%
  • key color value is 19.22%

CMYK: (8,5,0,19)
C8M5Y0K19 (8%, 5%, 0%, 19%)
(0.08 / 0.05 / 0.00 / 0.19)

CMYK percentages

%7.77
%5.34
%0
%19.22

Codes

Color #BEC3CE in popluar color models

BE C3 CE
RGB 190 195 206
HSL 221° 14.04% 77.65%
HSB/HSV 221° 7.77% 80.78%
CMYK 7.77% 5.34% 0.00%
19.22%

Color #BEC3CE in popluar number systems.

HEX BE C3 CE
Decimal 190 195 206
Binary 10111110 11000011 11001110
Octal 276 303 316

Shades and tints

Shades of #BEC3CE

#BEC3CE
(190,195,206)
#ADB2BC
(173,178,188)
#9CA1AA
(156,161,170)
#8B9098
(139,144,152)
#7A7F86
(122,127,134)
#696E74
(105,110,116)
#585D62
(88,93,98)
#474C50
(71,76,80)
#363B3E
(54,59,62)
#252A2C
(37,42,44)
#14191A
(20,25,26)
#000000
(0,0,0)

Tints of #BEC3CE

#BEC3CE
(190,195,206)
#C3C8D2
(195,200,210)
#C8CDD6
(200,205,214)
#CDD2DA
(205,210,218)
#D2D7DE
(210,215,222)
#D7DCE2
(215,220,226)
#DCE1E6
(220,225,230)
#E1E6EA
(225,230,234)
#E6EBEE
(230,235,238)
#EBF0F2
(235,240,242)
#F0F5F6
(240,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEC3CE; }

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

This text font color is #BEC3CE.

Background Color

.myBgColor { background-color: #BEC3CE; }

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

This div background color is #BEC3CE.

Border color

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

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

This div border color is #BEC3CE.

Opacity

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

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

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

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

This text has shadow with #BEC3CE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEC3CE.

Preview

Color preview on black background

This text has color #BEC3CE on black background.


Color preview on white background

This text has color #BEC3CE on white background.


Black color preview on #BEC3CE background

This text has black color on #BEC3CE background.


White color preview on #BEC3CE background

This text has white color on #BEC3CE background.


Related colors

Complementary color

Complementary color for #hex is #413C31.


I love getcolorcode.com

Triadic colors

1 #CEBEC3 and #C3CEBE with #BEC3CE are triadic colors.

2 #CEC3BE and #C3BECE with #BEC3CE are triadic colors.