COLOR #BEC8ED

HEX: #BEC8ED
RGB: (190,200,237)

Color info

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

RGB color model

#BEC8ED color RGB value is (190,200,237).

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

RGB channels and saturation

R 190 of 255 = 75%
G 200 of 255 = 78%
B 237 of 255 = 93%

190
200
237

R + G + B ~ 82%. #BEC8ED is quite light color.

Portions of RGB colors in percentages

R + G + B =
190 + 200 + 237 = 627 (100%)
R 190 of 627 ~ 30.3%
G 200 of 627 ~ 31.9%
B 237 of 627 ~ 37.8%

%30.3
%31.9
%37.8

CMYK color model

#BEC8ED color CMYK value is (20,16,0,7).

  • cyan value is 19.83%
  • magenta value is 15.61%
  • yellow value is 0.00%
  • key color value is 7.06%
CMYK:
(20,16,0,7)
C20M16Y0K7 
(20%,16%,0%,7%)
(0.20/0.16/0.00/0.07)	

CMYK percentages

%19.83
%15.61
%0
%7.06

Codes

Color #BEC8ED in popluar color models

BEC8ED
RGB190200237
HSL227°56.63%83.73%
HSB/HSV227°19.83%92.94%
CMYK19.83%15.61%0.00%
7.06%

Color #BEC8ED in popluar number systems.

HEXBEC8ED
Decimal190200237
Binary101111101100100011101101
Octal276310355

Shades and tints

Shades of #BEC8ED

#BEC8ED
(190,200,237)
#ADB6D8
(173,182,216)
#9CA4C3
(156,164,195)
#8B92AE
(139,146,174)
#7A8099
(122,128,153)
#696E84
(105,110,132)
#585C6F
(88,92,111)
#474A5A
(71,74,90)
#363845
(54,56,69)
#252630
(37,38,48)
#14141B
(20,20,27)
#000000
(0,0,0)

Tints of #BEC8ED

#BEC8ED
(190,200,237)
#C3CDEE
(195,205,238)
#C8D2EF
(200,210,239)
#CDD7F0
(205,215,240)
#D2DCF1
(210,220,241)
#D7E1F2
(215,225,242)
#DCE6F3
(220,230,243)
#E1EBF4
(225,235,244)
#E6F0F5
(230,240,245)
#EBF5F6
(235,245,246)
#F0FAF7
(240,250,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEC8ED; }

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

This text font color is #BEC8ED.


Background Color

.myBgColor { background-color: #BEC8ED; }

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

This div background color is #BEC8ED.


Border color

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

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

This div border color is #BEC8ED.


Opacity

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

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

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

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

This text has shadow with #BEC8ED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEC8ED on black background.


Color preview on white background

This text has color #BEC8ED on white background.



Black color preview on #BEC8ED background

This text has black color on #BEC8ED background.


White color preview on #BEC8ED background

This text has white color on #BEC8ED background.