COLOR #BEC8F4

HEX: #BEC8F4
RGB: (190,200,244)

Color info

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

RGB color model

#BEC8F4 color RGB value is (190,200,244).

  • red value is 190;
  • green value is 200;
  • blue value is 244.
RGB:
(190,200,244)
(75%,78%,96%)

RGB channels and saturation

R 190 of 255 = 75%
G 200 of 255 = 78%
B 244 of 255 = 96%

190
200
244

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

Portions of RGB colors in percentages

R + G + B =
190 + 200 + 244 = 634 (100%)
R 190 of 634 ~ 29.97%
G 200 of 634 ~ 31.55%
B 244 of 634 ~ 38.49%

%29.97
%31.55
%38.49

CMYK color model

#BEC8F4 color CMYK value is (22,18,0,4).

  • cyan value is 22.13%
  • magenta value is 18.03%
  • yellow value is 0.00%
  • key color value is 4.31%
CMYK:
(22,18,0,4)
C22M18Y0K4 
(22%,18%,0%,4%)
(0.22/0.18/0.00/0.04)	

CMYK percentages

%22.13
%18.03
%0
%4.31

Codes

Color #BEC8F4 in popluar color models

BEC8F4
RGB190200244
HSL229°71.05%85.10%
HSB/HSV229°22.13%95.69%
CMYK22.13%18.03%0.00%
4.31%

Color #BEC8F4 in popluar number systems.

HEXBEC8F4
Decimal190200244
Binary101111101100100011110100
Octal276310364

Shades and tints

Shades of #BEC8F4

#BEC8F4
(190,200,244)
#ADB6DE
(173,182,222)
#9CA4C8
(156,164,200)
#8B92B2
(139,146,178)
#7A809C
(122,128,156)
#696E86
(105,110,134)
#585C70
(88,92,112)
#474A5A
(71,74,90)
#363844
(54,56,68)
#25262E
(37,38,46)
#141418
(20,20,24)
#000000
(0,0,0)

Tints of #BEC8F4

#BEC8F4
(190,200,244)
#C3CDF5
(195,205,245)
#C8D2F6
(200,210,246)
#CDD7F7
(205,215,247)
#D2DCF8
(210,220,248)
#D7E1F9
(215,225,249)
#DCE6FA
(220,230,250)
#E1EBFB
(225,235,251)
#E6F0FC
(230,240,252)
#EBF5FD
(235,245,253)
#F0FAFE
(240,250,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BEC8F4 color. Also use rgb(190,200,244) instead hex code.

Text Font Color

.myTextColor { color: #BEC8F4; }

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

This text font color is #BEC8F4.


Background Color

.myBgColor { background-color: #BEC8F4; }

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

This div background color is #BEC8F4.


Border color

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

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

This div border color is #BEC8F4.


Opacity

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

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

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

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

This text has shadow with #BEC8F4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEC8F4 on black background.


Color preview on white background

This text has color #BEC8F4 on white background.



Black color preview on #BEC8F4 background

This text has black color on #BEC8F4 background.


White color preview on #BEC8F4 background

This text has white color on #BEC8F4 background.