COLOR #BEC6EC

HEX: #BEC6EC RGB: (190,198,236)

Color info

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

RGB color model

#BEC6EC color RGB value is (190,198,236).

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

RGB channels and saturation

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

190
198
236

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

Portions of RGB colors in percentages

R + G + B = 190 + 198 + 236 = 624 (100%)
R 190 of 624 ~ 30.45%
G 198 of 624 ~ 31.73%
B 236 of 624 ~ 37.82'%

%30.45
%31.73
%37.82

CMYK color model

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

  • cyan value is 19.49%
  • magenta value is 16.10%
  • 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
%16.1
%0
%7.45

Codes

Color #BEC6EC in popluar color models

BE C6 EC
RGB 190 198 236
HSL 230° 54.76% 83.53%
HSB/HSV 230° 19.49% 92.55%
CMYK 19.49% 16.10% 0.00%
7.45%

Color #BEC6EC in popluar number systems.

HEX BE C6 EC
Decimal 190 198 236
Binary 10111110 11000110 11101100
Octal 276 306 354

Shades and tints

Shades of #BEC6EC

#BEC6EC
(190,198,236)
#ADB4D7
(173,180,215)
#9CA2C2
(156,162,194)
#8B90AD
(139,144,173)
#7A7E98
(122,126,152)
#696C83
(105,108,131)
#585A6E
(88,90,110)
#474859
(71,72,89)
#363644
(54,54,68)
#25242F
(37,36,47)
#14121A
(20,18,26)
#000000
(0,0,0)

Tints of #BEC6EC

#BEC6EC
(190,198,236)
#C3CBED
(195,203,237)
#C8D0EE
(200,208,238)
#CDD5EF
(205,213,239)
#D2DAF0
(210,218,240)
#D7DFF1
(215,223,241)
#DCE4F2
(220,228,242)
#E1E9F3
(225,233,243)
#E6EEF4
(230,238,244)
#EBF3F5
(235,243,245)
#F0F8F6
(240,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEC6EC; }

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

This text font color is #BEC6EC.

Background Color

.myBgColor { background-color: #BEC6EC; }

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

This div background color is #BEC6EC.

Border color

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

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

This div border color is #BEC6EC.

Opacity

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

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

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

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

This text has shadow with #BEC6EC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEC6EC.

Preview

Color preview on black background

This text has color #BEC6EC on black background.


Color preview on white background

This text has color #BEC6EC on white background.


Black color preview on #BEC6EC background

This text has black color on #BEC6EC background.


White color preview on #BEC6EC background

This text has white color on #BEC6EC background.


Related colors

Complementary color

Complementary color for #hex is #413913.


I love getcolorcode.com

Triadic colors

1 #ECBEC6 and #C6ECBE with #BEC6EC are triadic colors.

2 #ECC6BE and #C6BEEC with #BEC6EC are triadic colors.