COLOR #BEC6CE

HEX: #BEC6CE RGB: (190,198,206)

Color info

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

RGB color model

#BEC6CE color RGB value is (190,198,206).

RGB: (190,198,206) (75%, 78%, 81%)

RGB channels and saturation

R 190 of 255 = 75%
G 198 of 255 = 78%
B 206 of 255 = 81%

190
198
206

R + G + B ~ 78%. #BEC6CE is quite light color.

Portions of RGB colors in percentages

R + G + B = 190 + 198 + 206 = 594 (100%)
R 190 of 594 ~ 31.99%
G 198 of 594 ~ 33.33%
B 206 of 594 ~ 34.68'%

%31.99
%33.33
%34.68

CMYK color model

#BEC6CE color CMYK value is (8,4,0,19).

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

CMYK: (8,4,0,19)
C8M4Y0K19 (8%, 4%, 0%, 19%)
(0.08 / 0.04 / 0.00 / 0.19)

CMYK percentages

%7.77
%3.88
%0
%19.22

Codes

Color #BEC6CE in popluar color models

BE C6 CE
RGB 190 198 206
HSL 210° 14.04% 77.65%
HSB/HSV 210° 7.77% 80.78%
CMYK 7.77% 3.88% 0.00%
19.22%

Color #BEC6CE in popluar number systems.

HEX BE C6 CE
Decimal 190 198 206
Binary 10111110 11000110 11001110
Octal 276 306 316

Shades and tints

Shades of #BEC6CE

#BEC6CE
(190,198,206)
#ADB4BC
(173,180,188)
#9CA2AA
(156,162,170)
#8B9098
(139,144,152)
#7A7E86
(122,126,134)
#696C74
(105,108,116)
#585A62
(88,90,98)
#474850
(71,72,80)
#36363E
(54,54,62)
#25242C
(37,36,44)
#14121A
(20,18,26)
#000000
(0,0,0)

Tints of #BEC6CE

#BEC6CE
(190,198,206)
#C3CBD2
(195,203,210)
#C8D0D6
(200,208,214)
#CDD5DA
(205,213,218)
#D2DADE
(210,218,222)
#D7DFE2
(215,223,226)
#DCE4E6
(220,228,230)
#E1E9EA
(225,233,234)
#E6EEEE
(230,238,238)
#EBF3F2
(235,243,242)
#F0F8F6
(240,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEC6CE; }

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

This text font color is #BEC6CE.

Background Color

.myBgColor { background-color: #BEC6CE; }

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

This div background color is #BEC6CE.

Border color

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

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

This div border color is #BEC6CE.

Opacity

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

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

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

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

This text has shadow with #BEC6CE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEC6CE.

Preview

Color preview on black background

This text has color #BEC6CE on black background.


Color preview on white background

This text has color #BEC6CE on white background.


Black color preview on #BEC6CE background

This text has black color on #BEC6CE background.


White color preview on #BEC6CE background

This text has white color on #BEC6CE background.


Related colors

Complementary color

Complementary color for #hex is #413931.


I love getcolorcode.com

Triadic colors

1 #CEBEC6 and #C6CEBE with #BEC6CE are triadic colors.

2 #CEC6BE and #C6BECE with #BEC6CE are triadic colors.