COLOR #BEC4F8

HEX: #BEC4F8
RGB: (190,196,248)

Color info

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

RGB color model

#BEC4F8 color RGB value is (190,196,248).

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

RGB channels and saturation

R 190 of 255 = 75%
G 196 of 255 = 77%
B 248 of 255 = 97%

190
196
248

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

Portions of RGB colors in percentages

R + G + B =
190 + 196 + 248 = 634 (100%)
R 190 of 634 ~ 29.97%
G 196 of 634 ~ 30.91%
B 248 of 634 ~ 39.12%

%29.97
%30.91
%39.12

CMYK color model

#BEC4F8 color CMYK value is (23,21,0,3).

  • cyan value is 23.39%
  • magenta value is 20.97%
  • yellow value is 0.00%
  • key color value is 2.75%
CMYK:
(23,21,0,3)
C23M21Y0K3 
(23%,21%,0%,3%)
(0.23/0.21/0.00/0.03)	

CMYK percentages

%23.39
%20.97
%0
%2.75

Codes

Color #BEC4F8 in popluar color models

BEC4F8
RGB190196248
HSL234°80.56%85.88%
HSB/HSV234°23.39%97.25%
CMYK23.39%20.97%0.00%
2.75%

Color #BEC4F8 in popluar number systems.

HEXBEC4F8
Decimal190196248
Binary101111101100010011111000
Octal276304370

Shades and tints

Shades of #BEC4F8

#BEC4F8
(190,196,248)
#ADB3E2
(173,179,226)
#9CA2CC
(156,162,204)
#8B91B6
(139,145,182)
#7A80A0
(122,128,160)
#696F8A
(105,111,138)
#585E74
(88,94,116)
#474D5E
(71,77,94)
#363C48
(54,60,72)
#252B32
(37,43,50)
#141A1C
(20,26,28)
#000000
(0,0,0)

Tints of #BEC4F8

#BEC4F8
(190,196,248)
#C3C9F8
(195,201,248)
#C8CEF8
(200,206,248)
#CDD3F8
(205,211,248)
#D2D8F8
(210,216,248)
#D7DDF8
(215,221,248)
#DCE2F8
(220,226,248)
#E1E7F8
(225,231,248)
#E6ECF8
(230,236,248)
#EBF1F8
(235,241,248)
#F0F6F8
(240,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEC4F8; }

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

This text font color is #BEC4F8.


Background Color

.myBgColor { background-color: #BEC4F8; }

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

This div background color is #BEC4F8.


Border color

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

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

This div border color is #BEC4F8.


Opacity

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

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

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

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

This text has shadow with #BEC4F8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEC4F8 on black background.


Color preview on white background

This text has color #BEC4F8 on white background.



Black color preview on #BEC4F8 background

This text has black color on #BEC4F8 background.


White color preview on #BEC4F8 background

This text has white color on #BEC4F8 background.