COLOR #BEC6D4

HEX: #BEC6D4 RGB: (190,198,212)

Color info

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

RGB color model

#BEC6D4 color RGB value is (190,198,212).

RGB: (190,198,212) (75%, 78%, 83%)

RGB channels and saturation

R 190 of 255 = 75%
G 198 of 255 = 78%
B 212 of 255 = 83%

190
198
212

R + G + B ~ 79%. #BEC6D4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 190 + 198 + 212 = 600 (100%)
R 190 of 600 ~ 31.67%
G 198 of 600 ~ 33%
B 212 of 600 ~ 35.33'%

%31.67
%33
%35.33

CMYK color model

#BEC6D4 color CMYK value is (10,7,0,17).

  • cyan value is 10.38%
  • magenta value is 6.60%
  • yellow value is 0.00%
  • key color value is 16.86%

CMYK: (10,7,0,17)
C10M7Y0K17 (10%, 7%, 0%, 17%)
(0.10 / 0.07 / 0.00 / 0.17)

CMYK percentages

%10.38
%6.6
%0
%16.86

Codes

Color #BEC6D4 in popluar color models

BE C6 D4
RGB 190 198 212
HSL 218° 20.37% 78.82%
HSB/HSV 218° 10.38% 83.14%
CMYK 10.38% 6.60% 0.00%
16.86%

Color #BEC6D4 in popluar number systems.

HEX BE C6 D4
Decimal 190 198 212
Binary 10111110 11000110 11010100
Octal 276 306 324

Shades and tints

Shades of #BEC6D4

#BEC6D4
(190,198,212)
#ADB4C1
(173,180,193)
#9CA2AE
(156,162,174)
#8B909B
(139,144,155)
#7A7E88
(122,126,136)
#696C75
(105,108,117)
#585A62
(88,90,98)
#47484F
(71,72,79)
#36363C
(54,54,60)
#252429
(37,36,41)
#141216
(20,18,22)
#000000
(0,0,0)

Tints of #BEC6D4

#BEC6D4
(190,198,212)
#C3CBD7
(195,203,215)
#C8D0DA
(200,208,218)
#CDD5DD
(205,213,221)
#D2DAE0
(210,218,224)
#D7DFE3
(215,223,227)
#DCE4E6
(220,228,230)
#E1E9E9
(225,233,233)
#E6EEEC
(230,238,236)
#EBF3EF
(235,243,239)
#F0F8F2
(240,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEC6D4; }

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

This text font color is #BEC6D4.

Background Color

.myBgColor { background-color: #BEC6D4; }

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

This div background color is #BEC6D4.

Border color

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

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

This div border color is #BEC6D4.

Opacity

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

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

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

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

This text has shadow with #BEC6D4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEC6D4.

Preview

Color preview on black background

This text has color #BEC6D4 on black background.


Color preview on white background

This text has color #BEC6D4 on white background.


Black color preview on #BEC6D4 background

This text has black color on #BEC6D4 background.


White color preview on #BEC6D4 background

This text has white color on #BEC6D4 background.


Related colors

Complementary color

Complementary color for #hex is #41392B.


I love getcolorcode.com

Triadic colors

1 #D4BEC6 and #C6D4BE with #BEC6D4 are triadic colors.

2 #D4C6BE and #C6BED4 with #BEC6D4 are triadic colors.