COLOR #BECDF3

HEX: #BECDF3
RGB: (190,205,243)

Color info

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

RGB color model

#BECDF3 color RGB value is (190,205,243).

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

RGB channels and saturation

R 190 of 255 = 75%
G 205 of 255 = 80%
B 243 of 255 = 95%

190
205
243

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

Portions of RGB colors in percentages

R + G + B =
190 + 205 + 243 = 638 (100%)
R 190 of 638 ~ 29.78%
G 205 of 638 ~ 32.13%
B 243 of 638 ~ 38.09%

%29.78
%32.13
%38.09

CMYK color model

#BECDF3 color CMYK value is (22,16,0,5).

  • cyan value is 21.81%
  • magenta value is 15.64%
  • yellow value is 0.00%
  • key color value is 4.71%
CMYK:
(22,16,0,5)
C22M16Y0K5 
(22%,16%,0%,5%)
(0.22/0.16/0.00/0.05)	

CMYK percentages

%21.81
%15.64
%0
%4.71

Codes

Color #BECDF3 in popluar color models

BECDF3
RGB190205243
HSL223°68.83%84.90%
HSB/HSV223°21.81%95.29%
CMYK21.81%15.64%0.00%
4.71%

Color #BECDF3 in popluar number systems.

HEXBECDF3
Decimal190205243
Binary101111101100110111110011
Octal276315363

Shades and tints

Shades of #BECDF3

#BECDF3
(190,205,243)
#ADBBDD
(173,187,221)
#9CA9C7
(156,169,199)
#8B97B1
(139,151,177)
#7A859B
(122,133,155)
#697385
(105,115,133)
#58616F
(88,97,111)
#474F59
(71,79,89)
#363D43
(54,61,67)
#252B2D
(37,43,45)
#141917
(20,25,23)
#000000
(0,0,0)

Tints of #BECDF3

#BECDF3
(190,205,243)
#C3D1F4
(195,209,244)
#C8D5F5
(200,213,245)
#CDD9F6
(205,217,246)
#D2DDF7
(210,221,247)
#D7E1F8
(215,225,248)
#DCE5F9
(220,229,249)
#E1E9FA
(225,233,250)
#E6EDFB
(230,237,251)
#EBF1FC
(235,241,252)
#F0F5FD
(240,245,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BECDF3; }

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

This text font color is #BECDF3.


Background Color

.myBgColor { background-color: #BECDF3; }

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

This div background color is #BECDF3.


Border color

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

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

This div border color is #BECDF3.


Opacity

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

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

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

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

This text has shadow with #BECDF3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BECDF3 on black background.


Color preview on white background

This text has color #BECDF3 on white background.



Black color preview on #BECDF3 background

This text has black color on #BECDF3 background.


White color preview on #BECDF3 background

This text has white color on #BECDF3 background.