COLOR #BECDF2

HEX: #BECDF2 RGB: (190,205,242)

Color info

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

RGB color model

#BECDF2 color RGB value is (190,205,242).

RGB: (190,205,242) (75%, 80%, 95%)

RGB channels and saturation

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

190
205
242

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

Portions of RGB colors in percentages

R + G + B = 190 + 205 + 242 = 637 (100%)
R 190 of 637 ~ 29.83%
G 205 of 637 ~ 32.18%
B 242 of 637 ~ 37.99'%

%29.83
%32.18
%37.99

CMYK color model

#BECDF2 color CMYK value is (21,15,0,5).

  • cyan value is 21.49%
  • magenta value is 15.29%
  • yellow value is 0.00%
  • key color value is 5.10%

CMYK: (21,15,0,5)
C21M15Y0K5 (21%, 15%, 0%, 5%)
(0.21 / 0.15 / 0.00 / 0.05)

CMYK percentages

%21.49
%15.29
%0
%5.1

Codes

Color #BECDF2 in popluar color models

BE CD F2
RGB 190 205 242
HSL 223° 66.67% 84.71%
HSB/HSV 223° 21.49% 94.90%
CMYK 21.49% 15.29% 0.00%
5.10%

Color #BECDF2 in popluar number systems.

HEX BE CD F2
Decimal 190 205 242
Binary 10111110 11001101 11110010
Octal 276 315 362

Shades and tints

Shades of #BECDF2

#BECDF2
(190,205,242)
#ADBBDC
(173,187,220)
#9CA9C6
(156,169,198)
#8B97B0
(139,151,176)
#7A859A
(122,133,154)
#697384
(105,115,132)
#58616E
(88,97,110)
#474F58
(71,79,88)
#363D42
(54,61,66)
#252B2C
(37,43,44)
#141916
(20,25,22)
#000000
(0,0,0)

Tints of #BECDF2

#BECDF2
(190,205,242)
#C3D1F3
(195,209,243)
#C8D5F4
(200,213,244)
#CDD9F5
(205,217,245)
#D2DDF6
(210,221,246)
#D7E1F7
(215,225,247)
#DCE5F8
(220,229,248)
#E1E9F9
(225,233,249)
#E6EDFA
(230,237,250)
#EBF1FB
(235,241,251)
#F0F5FC
(240,245,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BECDF2; }

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

This text font color is #BECDF2.

Background Color

.myBgColor { background-color: #BECDF2; }

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

This div background color is #BECDF2.

Border color

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

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

This div border color is #BECDF2.

Opacity

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

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

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

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

This text has shadow with #BECDF2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BECDF2.

Preview

Color preview on black background

This text has color #BECDF2 on black background.


Color preview on white background

This text has color #BECDF2 on white background.


Black color preview on #BECDF2 background

This text has black color on #BECDF2 background.


White color preview on #BECDF2 background

This text has white color on #BECDF2 background.


Related colors

Complementary color

Complementary color for #hex is #41320D.


I love getcolorcode.com

Triadic colors

1 #F2BECD and #CDF2BE with #BECDF2 are triadic colors.

2 #F2CDBE and #CDBEF2 with #BECDF2 are triadic colors.