COLOR #BECDF6

HEX: #BECDF6
RGB: (190,205,246)

Color info

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

RGB color model

#BECDF6 color RGB value is (190,205,246).

  • red value is 190;
  • green value is 205;
  • blue value is 246.
RGB:
(190,205,246)
(75%,80%,96%)

RGB channels and saturation

R 190 of 255 = 75%
G 205 of 255 = 80%
B 246 of 255 = 96%

190
205
246

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

Portions of RGB colors in percentages

R + G + B =
190 + 205 + 246 = 641 (100%)
R 190 of 641 ~ 29.64%
G 205 of 641 ~ 31.98%
B 246 of 641 ~ 38.38%

%29.64
%31.98
%38.38

CMYK color model

#BECDF6 color CMYK value is (23,17,0,4).

  • cyan value is 22.76%
  • magenta value is 16.67%
  • yellow value is 0.00%
  • key color value is 3.53%
CMYK:
(23,17,0,4)
C23M17Y0K4 
(23%,17%,0%,4%)
(0.23/0.17/0.00/0.04)	

CMYK percentages

%22.76
%16.67
%0
%3.53

Codes

Color #BECDF6 in popluar color models

BECDF6
RGB190205246
HSL224°75.68%85.49%
HSB/HSV224°22.76%96.47%
CMYK22.76%16.67%0.00%
3.53%

Color #BECDF6 in popluar number systems.

HEXBECDF6
Decimal190205246
Binary101111101100110111110110
Octal276315366

Shades and tints

Shades of #BECDF6

#BECDF6
(190,205,246)
#ADBBE0
(173,187,224)
#9CA9CA
(156,169,202)
#8B97B4
(139,151,180)
#7A859E
(122,133,158)
#697388
(105,115,136)
#586172
(88,97,114)
#474F5C
(71,79,92)
#363D46
(54,61,70)
#252B30
(37,43,48)
#14191A
(20,25,26)
#000000
(0,0,0)

Tints of #BECDF6

#BECDF6
(190,205,246)
#C3D1F6
(195,209,246)
#C8D5F6
(200,213,246)
#CDD9F6
(205,217,246)
#D2DDF6
(210,221,246)
#D7E1F6
(215,225,246)
#DCE5F6
(220,229,246)
#E1E9F6
(225,233,246)
#E6EDF6
(230,237,246)
#EBF1F6
(235,241,246)
#F0F5F6
(240,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BECDF6 color. Also use rgb(190,205,246) instead hex code.

Text Font Color

.myTextColor { color: #BECDF6; }

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

This text font color is #BECDF6.


Background Color

.myBgColor { background-color: #BECDF6; }

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

This div background color is #BECDF6.


Border color

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

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

This div border color is #BECDF6.


Opacity

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

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

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

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

This text has shadow with #BECDF6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BECDF6 on black background.


Color preview on white background

This text has color #BECDF6 on white background.



Black color preview on #BECDF6 background

This text has black color on #BECDF6 background.


White color preview on #BECDF6 background

This text has white color on #BECDF6 background.