COLOR #BEC6D1

HEX: #BEC6D1 RGB: (190,198,209)

Color info

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

RGB color model

#BEC6D1 color RGB value is (190,198,209).

RGB: (190,198,209) (75%, 78%, 82%)

RGB channels and saturation

R 190 of 255 = 75%
G 198 of 255 = 78%
B 209 of 255 = 82%

190
198
209

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

Portions of RGB colors in percentages

R + G + B = 190 + 198 + 209 = 597 (100%)
R 190 of 597 ~ 31.83%
G 198 of 597 ~ 33.17%
B 209 of 597 ~ 35.01'%

%31.83
%33.17
%35.01

CMYK color model

#BEC6D1 color CMYK value is (9,5,0,18).

  • cyan value is 9.09%
  • magenta value is 5.26%
  • yellow value is 0.00%
  • key color value is 18.04%

CMYK: (9,5,0,18)
C9M5Y0K18 (9%, 5%, 0%, 18%)
(0.09 / 0.05 / 0.00 / 0.18)

CMYK percentages

%9.09
%5.26
%0
%18.04

Codes

Color #BEC6D1 in popluar color models

BE C6 D1
RGB 190 198 209
HSL 215° 17.12% 78.24%
HSB/HSV 215° 9.09% 81.96%
CMYK 9.09% 5.26% 0.00%
18.04%

Color #BEC6D1 in popluar number systems.

HEX BE C6 D1
Decimal 190 198 209
Binary 10111110 11000110 11010001
Octal 276 306 321

Shades and tints

Shades of #BEC6D1

#BEC6D1
(190,198,209)
#ADB4BE
(173,180,190)
#9CA2AB
(156,162,171)
#8B9098
(139,144,152)
#7A7E85
(122,126,133)
#696C72
(105,108,114)
#585A5F
(88,90,95)
#47484C
(71,72,76)
#363639
(54,54,57)
#252426
(37,36,38)
#141213
(20,18,19)
#000000
(0,0,0)

Tints of #BEC6D1

#BEC6D1
(190,198,209)
#C3CBD5
(195,203,213)
#C8D0D9
(200,208,217)
#CDD5DD
(205,213,221)
#D2DAE1
(210,218,225)
#D7DFE5
(215,223,229)
#DCE4E9
(220,228,233)
#E1E9ED
(225,233,237)
#E6EEF1
(230,238,241)
#EBF3F5
(235,243,245)
#F0F8F9
(240,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEC6D1; }

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

This text font color is #BEC6D1.

Background Color

.myBgColor { background-color: #BEC6D1; }

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

This div background color is #BEC6D1.

Border color

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

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

This div border color is #BEC6D1.

Opacity

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

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

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

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

This text has shadow with #BEC6D1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEC6D1.

Preview

Color preview on black background

This text has color #BEC6D1 on black background.


Color preview on white background

This text has color #BEC6D1 on white background.


Black color preview on #BEC6D1 background

This text has black color on #BEC6D1 background.


White color preview on #BEC6D1 background

This text has white color on #BEC6D1 background.


Related colors

Complementary color

Complementary color for #hex is #41392E.


I love getcolorcode.com

Triadic colors

1 #D1BEC6 and #C6D1BE with #BEC6D1 are triadic colors.

2 #D1C6BE and #C6BED1 with #BEC6D1 are triadic colors.