COLOR #BECFDD

HEX: #BECFDD
RGB: (190,207,221)

Color info

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

RGB color model

#BECFDD color RGB value is (190,207,221).

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

RGB channels and saturation

R 190 of 255 = 75%
G 207 of 255 = 81%
B 221 of 255 = 87%

190
207
221

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

Portions of RGB colors in percentages

R + G + B =
190 + 207 + 221 = 618 (100%)
R 190 of 618 ~ 30.74%
G 207 of 618 ~ 33.5%
B 221 of 618 ~ 35.76%

%30.74
%33.5
%35.76

CMYK color model

#BECFDD color CMYK value is (14,6,0,13).

  • cyan value is 14.03%
  • magenta value is 6.33%
  • yellow value is 0.00%
  • key color value is 13.33%
CMYK:
(14,6,0,13)
C14M6Y0K13 
(14%,6%,0%,13%)
(0.14/0.06/0.00/0.13)	

CMYK percentages

%14.03
%6.33
%0
%13.33

Codes

Color #BECFDD in popluar color models

BECFDD
RGB190207221
HSL207°31.31%80.59%
HSB/HSV207°14.03%86.67%
CMYK14.03%6.33%0.00%
13.33%

Color #BECFDD in popluar number systems.

HEXBECFDD
Decimal190207221
Binary101111101100111111011101
Octal276317335

Shades and tints

Shades of #BECFDD

#BECFDD
(190,207,221)
#ADBDC9
(173,189,201)
#9CABB5
(156,171,181)
#8B99A1
(139,153,161)
#7A878D
(122,135,141)
#697579
(105,117,121)
#586365
(88,99,101)
#475151
(71,81,81)
#363F3D
(54,63,61)
#252D29
(37,45,41)
#141B15
(20,27,21)
#000000
(0,0,0)

Tints of #BECFDD

#BECFDD
(190,207,221)
#C3D3E0
(195,211,224)
#C8D7E3
(200,215,227)
#CDDBE6
(205,219,230)
#D2DFE9
(210,223,233)
#D7E3EC
(215,227,236)
#DCE7EF
(220,231,239)
#E1EBF2
(225,235,242)
#E6EFF5
(230,239,245)
#EBF3F8
(235,243,248)
#F0F7FB
(240,247,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BECFDD; }

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

This text font color is #BECFDD.


Background Color

.myBgColor { background-color: #BECFDD; }

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

This div background color is #BECFDD.


Border color

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

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

This div border color is #BECFDD.


Opacity

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

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

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

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

This text has shadow with #BECFDD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BECFDD on black background.


Color preview on white background

This text has color #BECFDD on white background.



Black color preview on #BECFDD background

This text has black color on #BECFDD background.


White color preview on #BECFDD background

This text has white color on #BECFDD background.