COLOR #BECFF3

HEX: #BECFF3 RGB: (190,207,243)

Color info

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

RGB color model

#BECFF3 color RGB value is (190,207,243).

RGB: (190,207,243) (75%, 81%, 95%)

RGB channels and saturation

R 190 of 255 = 75%
G 207 of 255 = 81%
B 243 of 255 = 95%

190
207
243

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

Portions of RGB colors in percentages

R + G + B = 190 + 207 + 243 = 640 (100%)
R 190 of 640 ~ 29.69%
G 207 of 640 ~ 32.34%
B 243 of 640 ~ 37.97'%

%29.69
%32.34
%37.97

CMYK color model

#BECFF3 color CMYK value is (22,15,0,5).

  • cyan value is 21.81%
  • magenta value is 14.81%
  • yellow value is 0.00%
  • key color value is 4.71%
CMYK: (22,15,0,5) C22M15Y0K5 (22%,15%,0%,5%) (0.22/0.15/0.00/0.05) 

CMYK percentages

%21.81
%14.81
%0
%4.71

Codes

Color #BECFF3 in popluar color models

BE CF F3
RGB 190 207 243
HSL 221° 68.83% 84.90%
HSB/HSV 221° 21.81% 95.29%
CMYK 21.81% 14.81% 0.00%
4.71%

Color #BECFF3 in popluar number systems.

HEX BE CF F3
Decimal 190 207 243
Binary 10111110 11001111 11110011
Octal 276 317 363

Shades and tints

Shades of #BECFF3

#BECFF3
(190,207,243)
#ADBDDD
(173,189,221)
#9CABC7
(156,171,199)
#8B99B1
(139,153,177)
#7A879B
(122,135,155)
#697585
(105,117,133)
#58636F
(88,99,111)
#475159
(71,81,89)
#363F43
(54,63,67)
#252D2D
(37,45,45)
#141B17
(20,27,23)
#000000
(0,0,0)

Tints of #BECFF3

#BECFF3
(190,207,243)
#C3D3F4
(195,211,244)
#C8D7F5
(200,215,245)
#CDDBF6
(205,219,246)
#D2DFF7
(210,223,247)
#D7E3F8
(215,227,248)
#DCE7F9
(220,231,249)
#E1EBFA
(225,235,250)
#E6EFFB
(230,239,251)
#EBF3FC
(235,243,252)
#F0F7FD
(240,247,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BECFF3; }

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

This text font color is #BECFF3.

Background Color

.myBgColor { background-color: #BECFF3; }

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

This div background color is #BECFF3.

Border color

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

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

This div border color is #BECFF3.

Opacity

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

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

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

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

This text has shadow with #BECFF3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BECFF3.

Preview

Color preview on black background

This text has color #BECFF3 on black background.


Color preview on white background

This text has color #BECFF3 on white background.


Black color preview on #BECFF3 background

This text has black color on #BECFF3 background.


White color preview on #BECFF3 background

This text has white color on #BECFF3 background.


Related colors

Complementary color

Complementary color for #hex is #41300C.


I love getcolorcode.com

Triadic colors

1 #F3BECF and #CFF3BE with #BECFF3 are triadic colors.

2 #F3CFBE and #CFBEF3 with #BECFF3 are triadic colors.