COLOR #BEC2CE

HEX: #BEC2CE RGB: (190,194,206)

Color info

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

RGB color model

#BEC2CE color RGB value is (190,194,206).

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

RGB channels and saturation

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

190
194
206

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

Portions of RGB colors in percentages

R + G + B = 190 + 194 + 206 = 590 (100%)
R 190 of 590 ~ 32.2%
G 194 of 590 ~ 32.88%
B 206 of 590 ~ 34.92'%

%32.2
%32.88
%34.92

CMYK color model

#BEC2CE color CMYK value is (8,6,0,19).

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

CMYK: (8,6,0,19)
C8M6Y0K19 (8%, 6%, 0%, 19%)
(0.08 / 0.06 / 0.00 / 0.19)

CMYK percentages

%7.77
%5.83
%0
%19.22

Codes

Color #BEC2CE in popluar color models

BE C2 CE
RGB 190 194 206
HSL 225° 14.04% 77.65%
HSB/HSV 225° 7.77% 80.78%
CMYK 7.77% 5.83% 0.00%
19.22%

Color #BEC2CE in popluar number systems.

HEX BE C2 CE
Decimal 190 194 206
Binary 10111110 11000010 11001110
Octal 276 302 316

Shades and tints

Shades of #BEC2CE

#BEC2CE
(190,194,206)
#ADB1BC
(173,177,188)
#9CA0AA
(156,160,170)
#8B8F98
(139,143,152)
#7A7E86
(122,126,134)
#696D74
(105,109,116)
#585C62
(88,92,98)
#474B50
(71,75,80)
#363A3E
(54,58,62)
#25292C
(37,41,44)
#14181A
(20,24,26)
#000000
(0,0,0)

Tints of #BEC2CE

#BEC2CE
(190,194,206)
#C3C7D2
(195,199,210)
#C8CCD6
(200,204,214)
#CDD1DA
(205,209,218)
#D2D6DE
(210,214,222)
#D7DBE2
(215,219,226)
#DCE0E6
(220,224,230)
#E1E5EA
(225,229,234)
#E6EAEE
(230,234,238)
#EBEFF2
(235,239,242)
#F0F4F6
(240,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEC2CE; }

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

This text font color is #BEC2CE.

Background Color

.myBgColor { background-color: #BEC2CE; }

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

This div background color is #BEC2CE.

Border color

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

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

This div border color is #BEC2CE.

Opacity

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

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

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

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

This text has shadow with #BEC2CE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEC2CE.

Preview

Color preview on black background

This text has color #BEC2CE on black background.


Color preview on white background

This text has color #BEC2CE on white background.


Black color preview on #BEC2CE background

This text has black color on #BEC2CE background.


White color preview on #BEC2CE background

This text has white color on #BEC2CE background.


Related colors

Complementary color

Complementary color for #hex is #413D31.


I love getcolorcode.com

Triadic colors

1 #CEBEC2 and #C2CEBE with #BEC2CE are triadic colors.

2 #CEC2BE and #C2BECE with #BEC2CE are triadic colors.