COLOR #BEC9E4

HEX: #BEC9E4 RGB: (190,201,228)

Color info

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

RGB color model

#BEC9E4 color RGB value is (190,201,228).

RGB: (190,201,228) (75%, 79%, 89%)

RGB channels and saturation

R 190 of 255 = 75%
G 201 of 255 = 79%
B 228 of 255 = 89%

190
201
228

R + G + B ~ 81%. #BEC9E4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 190 + 201 + 228 = 619 (100%)
R 190 of 619 ~ 30.69%
G 201 of 619 ~ 32.47%
B 228 of 619 ~ 36.83'%

%30.69
%32.47
%36.83

CMYK color model

#BEC9E4 color CMYK value is (17,12,0,11).

  • cyan value is 16.67%
  • magenta value is 11.84%
  • yellow value is 0.00%
  • key color value is 10.59%

CMYK: (17,12,0,11)
C17M12Y0K11 (17%, 12%, 0%, 11%)
(0.17 / 0.12 / 0.00 / 0.11)

CMYK percentages

%16.67
%11.84
%0
%10.59

Codes

Color #BEC9E4 in popluar color models

BE C9 E4
RGB 190 201 228
HSL 223° 41.30% 81.96%
HSB/HSV 223° 16.67% 89.41%
CMYK 16.67% 11.84% 0.00%
10.59%

Color #BEC9E4 in popluar number systems.

HEX BE C9 E4
Decimal 190 201 228
Binary 10111110 11001001 11100100
Octal 276 311 344

Shades and tints

Shades of #BEC9E4

#BEC9E4
(190,201,228)
#ADB7D0
(173,183,208)
#9CA5BC
(156,165,188)
#8B93A8
(139,147,168)
#7A8194
(122,129,148)
#696F80
(105,111,128)
#585D6C
(88,93,108)
#474B58
(71,75,88)
#363944
(54,57,68)
#252730
(37,39,48)
#14151C
(20,21,28)
#000000
(0,0,0)

Tints of #BEC9E4

#BEC9E4
(190,201,228)
#C3CDE6
(195,205,230)
#C8D1E8
(200,209,232)
#CDD5EA
(205,213,234)
#D2D9EC
(210,217,236)
#D7DDEE
(215,221,238)
#DCE1F0
(220,225,240)
#E1E5F2
(225,229,242)
#E6E9F4
(230,233,244)
#EBEDF6
(235,237,246)
#F0F1F8
(240,241,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BEC9E4 color. Also use rgb(190,201,228) instead hex code.

Text Font Color

.myTextColor { color: #BEC9E4; }

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

This text font color is #BEC9E4.

Background Color

.myBgColor { background-color: #BEC9E4; }

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

This div background color is #BEC9E4.

Border color

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

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

This div border color is #BEC9E4.

Opacity

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

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

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

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

This text has shadow with #BEC9E4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEC9E4.

Preview

Color preview on black background

This text has color #BEC9E4 on black background.


Color preview on white background

This text has color #BEC9E4 on white background.


Black color preview on #BEC9E4 background

This text has black color on #BEC9E4 background.


White color preview on #BEC9E4 background

This text has white color on #BEC9E4 background.


Related colors

Complementary color

Complementary color for #hex is #41361B.


I love getcolorcode.com

Triadic colors

1 #E4BEC9 and #C9E4BE with #BEC9E4 are triadic colors.

2 #E4C9BE and #C9BEE4 with #BEC9E4 are triadic colors.