COLOR #BEC7EC

HEX: #BEC7EC RGB: (190,199,236)

Color info

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

RGB color model

#BEC7EC color RGB value is (190,199,236).

RGB: (190,199,236) (75%, 78%, 93%)

RGB channels and saturation

R 190 of 255 = 75%
G 199 of 255 = 78%
B 236 of 255 = 93%

190
199
236

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

Portions of RGB colors in percentages

R + G + B = 190 + 199 + 236 = 625 (100%)
R 190 of 625 ~ 30.4%
G 199 of 625 ~ 31.84%
B 236 of 625 ~ 37.76'%

%30.4
%31.84
%37.76

CMYK color model

#BEC7EC color CMYK value is (19,16,0,7).

  • cyan value is 19.49%
  • magenta value is 15.68%
  • yellow value is 0.00%
  • key color value is 7.45%

CMYK: (19,16,0,7)
C19M16Y0K7 (19%, 16%, 0%, 7%)
(0.19 / 0.16 / 0.00 / 0.07)

CMYK percentages

%19.49
%15.68
%0
%7.45

Codes

Color #BEC7EC in popluar color models

BE C7 EC
RGB 190 199 236
HSL 228° 54.76% 83.53%
HSB/HSV 228° 19.49% 92.55%
CMYK 19.49% 15.68% 0.00%
7.45%

Color #BEC7EC in popluar number systems.

HEX BE C7 EC
Decimal 190 199 236
Binary 10111110 11000111 11101100
Octal 276 307 354

Shades and tints

Shades of #BEC7EC

#BEC7EC
(190,199,236)
#ADB5D7
(173,181,215)
#9CA3C2
(156,163,194)
#8B91AD
(139,145,173)
#7A7F98
(122,127,152)
#696D83
(105,109,131)
#585B6E
(88,91,110)
#474959
(71,73,89)
#363744
(54,55,68)
#25252F
(37,37,47)
#14131A
(20,19,26)
#000000
(0,0,0)

Tints of #BEC7EC

#BEC7EC
(190,199,236)
#C3CCED
(195,204,237)
#C8D1EE
(200,209,238)
#CDD6EF
(205,214,239)
#D2DBF0
(210,219,240)
#D7E0F1
(215,224,241)
#DCE5F2
(220,229,242)
#E1EAF3
(225,234,243)
#E6EFF4
(230,239,244)
#EBF4F5
(235,244,245)
#F0F9F6
(240,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEC7EC; }

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

This text font color is #BEC7EC.

Background Color

.myBgColor { background-color: #BEC7EC; }

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

This div background color is #BEC7EC.

Border color

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

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

This div border color is #BEC7EC.

Opacity

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

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

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

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

This text has shadow with #BEC7EC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEC7EC.

Preview

Color preview on black background

This text has color #BEC7EC on black background.


Color preview on white background

This text has color #BEC7EC on white background.


Black color preview on #BEC7EC background

This text has black color on #BEC7EC background.


White color preview on #BEC7EC background

This text has white color on #BEC7EC background.


Related colors

Complementary color

Complementary color for #hex is #413813.


I love getcolorcode.com

Triadic colors

1 #ECBEC7 and #C7ECBE with #BEC7EC are triadic colors.

2 #ECC7BE and #C7BEEC with #BEC7EC are triadic colors.