COLOR #BECEDF

HEX: #BECEDF
RGB: (190,206,223)

Color info

#BECEDF contains red, green and blue colors in about the same proportion. Web safe color of #BECEDF is #CCCCCC (or #CCC).

RGB color model

#BECEDF color RGB value is (190,206,223).

  • red value is 190;
  • green value is 206;
  • blue value is 223.
RGB:
(190,206,223)
(75%,81%,87%)

RGB channels and saturation

R 190 of 255 = 75%
G 206 of 255 = 81%
B 223 of 255 = 87%

190
206
223

R + G + B ~ 81%. #BECEDF is quite light color.

Portions of RGB colors in percentages

R + G + B =
190 + 206 + 223 = 619 (100%)
R 190 of 619 ~ 30.69%
G 206 of 619 ~ 33.28%
B 223 of 619 ~ 36.03%

%30.69
%33.28
%36.03

CMYK color model

#BECEDF color CMYK value is (15,8,0,13).

  • cyan value is 14.80%
  • magenta value is 7.62%
  • yellow value is 0.00%
  • key color value is 12.55%
CMYK:
(15,8,0,13)
C15M8Y0K13 
(15%,8%,0%,13%)
(0.15/0.08/0.00/0.13)	

CMYK percentages

%14.8
%7.62
%0
%12.55

Codes

Color #BECEDF in popluar color models

BECEDF
RGB190206223
HSL211°34.02%80.98%
HSB/HSV211°14.80%87.45%
CMYK14.80%7.62%0.00%
12.55%

Color #BECEDF in popluar number systems.

HEXBECEDF
Decimal190206223
Binary101111101100111011011111
Octal276316337

Shades and tints

Shades of #BECEDF

#BECEDF
(190,206,223)
#ADBCCB
(173,188,203)
#9CAAB7
(156,170,183)
#8B98A3
(139,152,163)
#7A868F
(122,134,143)
#69747B
(105,116,123)
#586267
(88,98,103)
#475053
(71,80,83)
#363E3F
(54,62,63)
#252C2B
(37,44,43)
#141A17
(20,26,23)
#000000
(0,0,0)

Tints of #BECEDF

#BECEDF
(190,206,223)
#C3D2E1
(195,210,225)
#C8D6E3
(200,214,227)
#CDDAE5
(205,218,229)
#D2DEE7
(210,222,231)
#D7E2E9
(215,226,233)
#DCE6EB
(220,230,235)
#E1EAED
(225,234,237)
#E6EEEF
(230,238,239)
#EBF2F1
(235,242,241)
#F0F6F3
(240,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BECEDF color. Also use rgb(190,206,223) instead hex code.

Text Font Color

.myTextColor { color: #BECEDF; }

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

This text font color is #BECEDF.


Background Color

.myBgColor { background-color: #BECEDF; }

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

This div background color is #BECEDF.


Border color

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

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

This div border color is #BECEDF.


Opacity

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

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

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

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

This text has shadow with #BECEDF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BECEDF on black background.


Color preview on white background

This text has color #BECEDF on white background.



Black color preview on #BECEDF background

This text has black color on #BECEDF background.


White color preview on #BECEDF background

This text has white color on #BECEDF background.