COLOR #BEC1E5

HEX: #BEC1E5 RGB: (190,193,229)

Color info

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

RGB color model

#BEC1E5 color RGB value is (190,193,229).

RGB: (190,193,229) (75%, 76%, 90%)

RGB channels and saturation

R 190 of 255 = 75%
G 193 of 255 = 76%
B 229 of 255 = 90%

190
193
229

R + G + B ~ 80%. #BEC1E5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 190 + 193 + 229 = 612 (100%)
R 190 of 612 ~ 31.05%
G 193 of 612 ~ 31.54%
B 229 of 612 ~ 37.42'%

%31.05
%31.54
%37.42

CMYK color model

#BEC1E5 color CMYK value is (17,16,0,10).

  • cyan value is 17.03%
  • magenta value is 15.72%
  • yellow value is 0.00%
  • key color value is 10.20%

CMYK: (17,16,0,10)
C17M16Y0K10 (17%, 16%, 0%, 10%)
(0.17 / 0.16 / 0.00 / 0.10)

CMYK percentages

%17.03
%15.72
%0
%10.2

Codes

Color #BEC1E5 in popluar color models

BE C1 E5
RGB 190 193 229
HSL 235° 42.86% 82.16%
HSB/HSV 235° 17.03% 89.80%
CMYK 17.03% 15.72% 0.00%
10.20%

Color #BEC1E5 in popluar number systems.

HEX BE C1 E5
Decimal 190 193 229
Binary 10111110 11000001 11100101
Octal 276 301 345

Shades and tints

Shades of #BEC1E5

#BEC1E5
(190,193,229)
#ADB0D1
(173,176,209)
#9C9FBD
(156,159,189)
#8B8EA9
(139,142,169)
#7A7D95
(122,125,149)
#696C81
(105,108,129)
#585B6D
(88,91,109)
#474A59
(71,74,89)
#363945
(54,57,69)
#252831
(37,40,49)
#14171D
(20,23,29)
#000000
(0,0,0)

Tints of #BEC1E5

#BEC1E5
(190,193,229)
#C3C6E7
(195,198,231)
#C8CBE9
(200,203,233)
#CDD0EB
(205,208,235)
#D2D5ED
(210,213,237)
#D7DAEF
(215,218,239)
#DCDFF1
(220,223,241)
#E1E4F3
(225,228,243)
#E6E9F5
(230,233,245)
#EBEEF7
(235,238,247)
#F0F3F9
(240,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BEC1E5 color. Also use rgb(190,193,229) instead hex code.

Text Font Color

.myTextColor { color: #BEC1E5; }

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

This text font color is #BEC1E5.

Background Color

.myBgColor { background-color: #BEC1E5; }

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

This div background color is #BEC1E5.

Border color

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

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

This div border color is #BEC1E5.

Opacity

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

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

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

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

This text has shadow with #BEC1E5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEC1E5.

Preview

Color preview on black background

This text has color #BEC1E5 on black background.


Color preview on white background

This text has color #BEC1E5 on white background.


Black color preview on #BEC1E5 background

This text has black color on #BEC1E5 background.


White color preview on #BEC1E5 background

This text has white color on #BEC1E5 background.


Related colors

Complementary color

Complementary color for #hex is #413E1A.


I love getcolorcode.com

Triadic colors

1 #E5BEC1 and #C1E5BE with #BEC1E5 are triadic colors.

2 #E5C1BE and #C1BEE5 with #BEC1E5 are triadic colors.