COLOR #BEC7DA

HEX: #BEC7DA RGB: (190,199,218)

Color info

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

RGB color model

#BEC7DA color RGB value is (190,199,218).

RGB: (190,199,218) (75%, 78%, 85%)

RGB channels and saturation

R 190 of 255 = 75%
G 199 of 255 = 78%
B 218 of 255 = 85%

190
199
218

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

Portions of RGB colors in percentages

R + G + B = 190 + 199 + 218 = 607 (100%)
R 190 of 607 ~ 31.3%
G 199 of 607 ~ 32.78%
B 218 of 607 ~ 35.91'%

%31.3
%32.78
%35.91

CMYK color model

#BEC7DA color CMYK value is (13,9,0,15).

  • cyan value is 12.84%
  • magenta value is 8.72%
  • yellow value is 0.00%
  • key color value is 14.51%

CMYK: (13,9,0,15)
C13M9Y0K15 (13%, 9%, 0%, 15%)
(0.13 / 0.09 / 0.00 / 0.15)

CMYK percentages

%12.84
%8.72
%0
%14.51

Codes

Color #BEC7DA in popluar color models

BE C7 DA
RGB 190 199 218
HSL 221° 27.45% 80.00%
HSB/HSV 221° 12.84% 85.49%
CMYK 12.84% 8.72% 0.00%
14.51%

Color #BEC7DA in popluar number systems.

HEX BE C7 DA
Decimal 190 199 218
Binary 10111110 11000111 11011010
Octal 276 307 332

Shades and tints

Shades of #BEC7DA

#BEC7DA
(190,199,218)
#ADB5C7
(173,181,199)
#9CA3B4
(156,163,180)
#8B91A1
(139,145,161)
#7A7F8E
(122,127,142)
#696D7B
(105,109,123)
#585B68
(88,91,104)
#474955
(71,73,85)
#363742
(54,55,66)
#25252F
(37,37,47)
#14131C
(20,19,28)
#000000
(0,0,0)

Tints of #BEC7DA

#BEC7DA
(190,199,218)
#C3CCDD
(195,204,221)
#C8D1E0
(200,209,224)
#CDD6E3
(205,214,227)
#D2DBE6
(210,219,230)
#D7E0E9
(215,224,233)
#DCE5EC
(220,229,236)
#E1EAEF
(225,234,239)
#E6EFF2
(230,239,242)
#EBF4F5
(235,244,245)
#F0F9F8
(240,249,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BEC7DA color. Also use rgb(190,199,218) instead hex code.

Text Font Color

.myTextColor { color: #BEC7DA; }

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

This text font color is #BEC7DA.

Background Color

.myBgColor { background-color: #BEC7DA; }

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

This div background color is #BEC7DA.

Border color

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

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

This div border color is #BEC7DA.

Opacity

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

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

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

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

This text has shadow with #BEC7DA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEC7DA.

Preview

Color preview on black background

This text has color #BEC7DA on black background.


Color preview on white background

This text has color #BEC7DA on white background.


Black color preview on #BEC7DA background

This text has black color on #BEC7DA background.


White color preview on #BEC7DA background

This text has white color on #BEC7DA background.


Related colors

Complementary color

Complementary color for #hex is #413825.


I love getcolorcode.com

Triadic colors

1 #DABEC7 and #C7DABE with #BEC7DA are triadic colors.

2 #DAC7BE and #C7BEDA with #BEC7DA are triadic colors.