COLOR #BEC7FB

HEX: #BEC7FB
RGB: (190,199,251)

Color info

#BEC7FB contains mainly green and blue colors. Web safe color of #BEC7FB is #CCCCFF (or #CCF).

RGB color model

#BEC7FB color RGB value is (190,199,251).

  • red value is 190;
  • green value is 199;
  • blue value is 251.
RGB:
(190,199,251)
(75%,78%,98%)

RGB channels and saturation

R 190 of 255 = 75%
G 199 of 255 = 78%
B 251 of 255 = 98%

190
199
251

R + G + B ~ 84%. #BEC7FB is quite light color.

Portions of RGB colors in percentages

R + G + B =
190 + 199 + 251 = 640 (100%)
R 190 of 640 ~ 29.69%
G 199 of 640 ~ 31.09%
B 251 of 640 ~ 39.22%

%29.69
%31.09
%39.22

CMYK color model

#BEC7FB color CMYK value is (24,21,0,2).

  • cyan value is 24.30%
  • magenta value is 20.72%
  • yellow value is 0.00%
  • key color value is 1.57%
CMYK:
(24,21,0,2)
C24M21Y0K2 
(24%,21%,0%,2%)
(0.24/0.21/0.00/0.02)	

CMYK percentages

%24.3
%20.72
%0
%1.57

Codes

Color #BEC7FB in popluar color models

BEC7FB
RGB190199251
HSL231°88.41%86.47%
HSB/HSV231°24.30%98.43%
CMYK24.30%20.72%0.00%
1.57%

Color #BEC7FB in popluar number systems.

HEXBEC7FB
Decimal190199251
Binary101111101100011111111011
Octal276307373

Shades and tints

Shades of #BEC7FB

#BEC7FB
(190,199,251)
#ADB5E5
(173,181,229)
#9CA3CF
(156,163,207)
#8B91B9
(139,145,185)
#7A7FA3
(122,127,163)
#696D8D
(105,109,141)
#585B77
(88,91,119)
#474961
(71,73,97)
#36374B
(54,55,75)
#252535
(37,37,53)
#14131F
(20,19,31)
#000000
(0,0,0)

Tints of #BEC7FB

#BEC7FB
(190,199,251)
#C3CCFB
(195,204,251)
#C8D1FB
(200,209,251)
#CDD6FB
(205,214,251)
#D2DBFB
(210,219,251)
#D7E0FB
(215,224,251)
#DCE5FB
(220,229,251)
#E1EAFB
(225,234,251)
#E6EFFB
(230,239,251)
#EBF4FB
(235,244,251)
#F0F9FB
(240,249,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEC7FB; }

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

This text font color is #BEC7FB.


Background Color

.myBgColor { background-color: #BEC7FB; }

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

This div background color is #BEC7FB.


Border color

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

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

This div border color is #BEC7FB.


Opacity

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

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

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

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

This text has shadow with #BEC7FB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEC7FB on black background.


Color preview on white background

This text has color #BEC7FB on white background.



Black color preview on #BEC7FB background

This text has black color on #BEC7FB background.


White color preview on #BEC7FB background

This text has white color on #BEC7FB background.