COLOR #BEC1F8

HEX: #BEC1F8
RGB: (190,193,248)

Color info

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

RGB color model

#BEC1F8 color RGB value is (190,193,248).

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

RGB channels and saturation

R 190 of 255 = 75%
G 193 of 255 = 76%
B 248 of 255 = 97%

190
193
248

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

Portions of RGB colors in percentages

R + G + B =
190 + 193 + 248 = 631 (100%)
R 190 of 631 ~ 30.11%
G 193 of 631 ~ 30.59%
B 248 of 631 ~ 39.3%

%30.11
%30.59
%39.3

CMYK color model

#BEC1F8 color CMYK value is (23,22,0,3).

  • cyan value is 23.39%
  • magenta value is 22.18%
  • yellow value is 0.00%
  • key color value is 2.75%
CMYK:
(23,22,0,3)
C23M22Y0K3 
(23%,22%,0%,3%)
(0.23/0.22/0.00/0.03)	

CMYK percentages

%23.39
%22.18
%0
%2.75

Codes

Color #BEC1F8 in popluar color models

BEC1F8
RGB190193248
HSL237°80.56%85.88%
HSB/HSV237°23.39%97.25%
CMYK23.39%22.18%0.00%
2.75%

Color #BEC1F8 in popluar number systems.

HEXBEC1F8
Decimal190193248
Binary101111101100000111111000
Octal276301370

Shades and tints

Shades of #BEC1F8

#BEC1F8
(190,193,248)
#ADB0E2
(173,176,226)
#9C9FCC
(156,159,204)
#8B8EB6
(139,142,182)
#7A7DA0
(122,125,160)
#696C8A
(105,108,138)
#585B74
(88,91,116)
#474A5E
(71,74,94)
#363948
(54,57,72)
#252832
(37,40,50)
#14171C
(20,23,28)
#000000
(0,0,0)

Tints of #BEC1F8

#BEC1F8
(190,193,248)
#C3C6F8
(195,198,248)
#C8CBF8
(200,203,248)
#CDD0F8
(205,208,248)
#D2D5F8
(210,213,248)
#D7DAF8
(215,218,248)
#DCDFF8
(220,223,248)
#E1E4F8
(225,228,248)
#E6E9F8
(230,233,248)
#EBEEF8
(235,238,248)
#F0F3F8
(240,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEC1F8; }

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

This text font color is #BEC1F8.


Background Color

.myBgColor { background-color: #BEC1F8; }

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

This div background color is #BEC1F8.


Border color

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

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

This div border color is #BEC1F8.


Opacity

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

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

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

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

This text has shadow with #BEC1F8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEC1F8 on black background.


Color preview on white background

This text has color #BEC1F8 on white background.



Black color preview on #BEC1F8 background

This text has black color on #BEC1F8 background.


White color preview on #BEC1F8 background

This text has white color on #BEC1F8 background.