COLOR #BEC3E7

HEX: #BEC3E7 RGB: (190,195,231)

Color info

#BEC3E7 contains red, green and blue colors in about the same proportion. Web safe color of #BEC3E7 is #CCCCFF (or #CCF).

RGB color model

#BEC3E7 color RGB value is (190,195,231).

RGB: (190,195,231) (75%, 76%, 91%)

RGB channels and saturation

R 190 of 255 = 75%
G 195 of 255 = 76%
B 231 of 255 = 91%

190
195
231

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

Portions of RGB colors in percentages

R + G + B = 190 + 195 + 231 = 616 (100%)
R 190 of 616 ~ 30.84%
G 195 of 616 ~ 31.66%
B 231 of 616 ~ 37.5'%

%30.84
%31.66
%37.5

CMYK color model

#BEC3E7 color CMYK value is (18,16,0,9).

  • cyan value is 17.75%
  • magenta value is 15.58%
  • yellow value is 0.00%
  • key color value is 9.41%

CMYK: (18,16,0,9)
C18M16Y0K9 (18%, 16%, 0%, 9%)
(0.18 / 0.16 / 0.00 / 0.09)

CMYK percentages

%17.75
%15.58
%0
%9.41

Codes

Color #BEC3E7 in popluar color models

BE C3 E7
RGB 190 195 231
HSL 233° 46.07% 82.55%
HSB/HSV 233° 17.75% 90.59%
CMYK 17.75% 15.58% 0.00%
9.41%

Color #BEC3E7 in popluar number systems.

HEX BE C3 E7
Decimal 190 195 231
Binary 10111110 11000011 11100111
Octal 276 303 347

Shades and tints

Shades of #BEC3E7

#BEC3E7
(190,195,231)
#ADB2D2
(173,178,210)
#9CA1BD
(156,161,189)
#8B90A8
(139,144,168)
#7A7F93
(122,127,147)
#696E7E
(105,110,126)
#585D69
(88,93,105)
#474C54
(71,76,84)
#363B3F
(54,59,63)
#252A2A
(37,42,42)
#141915
(20,25,21)
#000000
(0,0,0)

Tints of #BEC3E7

#BEC3E7
(190,195,231)
#C3C8E9
(195,200,233)
#C8CDEB
(200,205,235)
#CDD2ED
(205,210,237)
#D2D7EF
(210,215,239)
#D7DCF1
(215,220,241)
#DCE1F3
(220,225,243)
#E1E6F5
(225,230,245)
#E6EBF7
(230,235,247)
#EBF0F9
(235,240,249)
#F0F5FB
(240,245,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BEC3E7 color. Also use rgb(190,195,231) instead hex code.

Text Font Color

.myTextColor { color: #BEC3E7; }

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

This text font color is #BEC3E7.

Background Color

.myBgColor { background-color: #BEC3E7; }

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

This div background color is #BEC3E7.

Border color

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

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

This div border color is #BEC3E7.

Opacity

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

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

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

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

This text has shadow with #BEC3E7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEC3E7.

Preview

Color preview on black background

This text has color #BEC3E7 on black background.


Color preview on white background

This text has color #BEC3E7 on white background.


Black color preview on #BEC3E7 background

This text has black color on #BEC3E7 background.


White color preview on #BEC3E7 background

This text has white color on #BEC3E7 background.


Related colors

Complementary color

Complementary color for #hex is #413C18.


I love getcolorcode.com

Triadic colors

1 #E7BEC3 and #C3E7BE with #BEC3E7 are triadic colors.

2 #E7C3BE and #C3BEE7 with #BEC3E7 are triadic colors.