COLOR #BEC4ED

HEX: #BEC4ED RGB: (190,196,237)

Color info

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

RGB color model

#BEC4ED color RGB value is (190,196,237).

RGB: (190,196,237) (75%, 77%, 93%)

RGB channels and saturation

R 190 of 255 = 75%
G 196 of 255 = 77%
B 237 of 255 = 93%

190
196
237

R + G + B ~ 82%. #BEC4ED is quite light color.

Portions of RGB colors in percentages

R + G + B = 190 + 196 + 237 = 623 (100%)
R 190 of 623 ~ 30.5%
G 196 of 623 ~ 31.46%
B 237 of 623 ~ 38.04'%

%30.5
%31.46
%38.04

CMYK color model

#BEC4ED color CMYK value is (20,17,0,7).

  • cyan value is 19.83%
  • magenta value is 17.30%
  • yellow value is 0.00%
  • key color value is 7.06%

CMYK: (20,17,0,7)
C20M17Y0K7 (20%, 17%, 0%, 7%)
(0.20 / 0.17 / 0.00 / 0.07)

CMYK percentages

%19.83
%17.3
%0
%7.06

Codes

Color #BEC4ED in popluar color models

BE C4 ED
RGB 190 196 237
HSL 232° 56.63% 83.73%
HSB/HSV 232° 19.83% 92.94%
CMYK 19.83% 17.30% 0.00%
7.06%

Color #BEC4ED in popluar number systems.

HEX BE C4 ED
Decimal 190 196 237
Binary 10111110 11000100 11101101
Octal 276 304 355

Shades and tints

Shades of #BEC4ED

#BEC4ED
(190,196,237)
#ADB3D8
(173,179,216)
#9CA2C3
(156,162,195)
#8B91AE
(139,145,174)
#7A8099
(122,128,153)
#696F84
(105,111,132)
#585E6F
(88,94,111)
#474D5A
(71,77,90)
#363C45
(54,60,69)
#252B30
(37,43,48)
#141A1B
(20,26,27)
#000000
(0,0,0)

Tints of #BEC4ED

#BEC4ED
(190,196,237)
#C3C9EE
(195,201,238)
#C8CEEF
(200,206,239)
#CDD3F0
(205,211,240)
#D2D8F1
(210,216,241)
#D7DDF2
(215,221,242)
#DCE2F3
(220,226,243)
#E1E7F4
(225,231,244)
#E6ECF5
(230,236,245)
#EBF1F6
(235,241,246)
#F0F6F7
(240,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BEC4ED color. Also use rgb(190,196,237) instead hex code.

Text Font Color

.myTextColor { color: #BEC4ED; }

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

This text font color is #BEC4ED.

Background Color

.myBgColor { background-color: #BEC4ED; }

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

This div background color is #BEC4ED.

Border color

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

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

This div border color is #BEC4ED.

Opacity

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

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

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

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

This text has shadow with #BEC4ED color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEC4ED.

Preview

Color preview on black background

This text has color #BEC4ED on black background.


Color preview on white background

This text has color #BEC4ED on white background.


Black color preview on #BEC4ED background

This text has black color on #BEC4ED background.


White color preview on #BEC4ED background

This text has white color on #BEC4ED background.


Related colors

Complementary color

Complementary color for #hex is #413B12.


I love getcolorcode.com

Triadic colors

1 #EDBEC4 and #C4EDBE with #BEC4ED are triadic colors.

2 #EDC4BE and #C4BEED with #BEC4ED are triadic colors.