COLOR #BEC4F6

HEX: #BEC4F6
RGB: (190,196,246)

Color info

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

RGB color model

#BEC4F6 color RGB value is (190,196,246).

  • red value is 190;
  • green value is 196;
  • blue value is 246.
RGB:
(190,196,246)
(75%,77%,96%)

RGB channels and saturation

R 190 of 255 = 75%
G 196 of 255 = 77%
B 246 of 255 = 96%

190
196
246

R + G + B ~ 83%. #BEC4F6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
190 + 196 + 246 = 632 (100%)
R 190 of 632 ~ 30.06%
G 196 of 632 ~ 31.01%
B 246 of 632 ~ 38.92%

%30.06
%31.01
%38.92

CMYK color model

#BEC4F6 color CMYK value is (23,20,0,4).

  • cyan value is 22.76%
  • magenta value is 20.33%
  • yellow value is 0.00%
  • key color value is 3.53%
CMYK:
(23,20,0,4)
C23M20Y0K4 
(23%,20%,0%,4%)
(0.23/0.20/0.00/0.04)	

CMYK percentages

%22.76
%20.33
%0
%3.53

Codes

Color #BEC4F6 in popluar color models

BEC4F6
RGB190196246
HSL234°75.68%85.49%
HSB/HSV234°22.76%96.47%
CMYK22.76%20.33%0.00%
3.53%

Color #BEC4F6 in popluar number systems.

HEXBEC4F6
Decimal190196246
Binary101111101100010011110110
Octal276304366

Shades and tints

Shades of #BEC4F6

#BEC4F6
(190,196,246)
#ADB3E0
(173,179,224)
#9CA2CA
(156,162,202)
#8B91B4
(139,145,180)
#7A809E
(122,128,158)
#696F88
(105,111,136)
#585E72
(88,94,114)
#474D5C
(71,77,92)
#363C46
(54,60,70)
#252B30
(37,43,48)
#141A1A
(20,26,26)
#000000
(0,0,0)

Tints of #BEC4F6

#BEC4F6
(190,196,246)
#C3C9F6
(195,201,246)
#C8CEF6
(200,206,246)
#CDD3F6
(205,211,246)
#D2D8F6
(210,216,246)
#D7DDF6
(215,221,246)
#DCE2F6
(220,226,246)
#E1E7F6
(225,231,246)
#E6ECF6
(230,236,246)
#EBF1F6
(235,241,246)
#F0F6F6
(240,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEC4F6; }

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

This text font color is #BEC4F6.


Background Color

.myBgColor { background-color: #BEC4F6; }

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

This div background color is #BEC4F6.


Border color

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

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

This div border color is #BEC4F6.


Opacity

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

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

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

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

This text has shadow with #BEC4F6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEC4F6 on black background.


Color preview on white background

This text has color #BEC4F6 on white background.



Black color preview on #BEC4F6 background

This text has black color on #BEC4F6 background.


White color preview on #BEC4F6 background

This text has white color on #BEC4F6 background.