COLOR #BECDDB

HEX: #BECDDB RGB: (190,205,219)

Color info

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

RGB color model

#BECDDB color RGB value is (190,205,219).

RGB: (190,205,219) (75%, 80%, 86%)

RGB channels and saturation

R 190 of 255 = 75%
G 205 of 255 = 80%
B 219 of 255 = 86%

190
205
219

R + G + B ~ 80%. #BECDDB is quite light color.

Portions of RGB colors in percentages

R + G + B = 190 + 205 + 219 = 614 (100%)
R 190 of 614 ~ 30.94%
G 205 of 614 ~ 33.39%
B 219 of 614 ~ 35.67'%

%30.94
%33.39
%35.67

CMYK color model

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

  • cyan value is 13.24%
  • magenta value is 6.39%
  • yellow value is 0.00%
  • key color value is 14.12%

CMYK: (13,6,0,14)
C13M6Y0K14 (13%, 6%, 0%, 14%)
(0.13 / 0.06 / 0.00 / 0.14)

CMYK percentages

%13.24
%6.39
%0
%14.12

Codes

Color #BECDDB in popluar color models

BE CD DB
RGB 190 205 219
HSL 209° 28.71% 80.20%
HSB/HSV 209° 13.24% 85.88%
CMYK 13.24% 6.39% 0.00%
14.12%

Color #BECDDB in popluar number systems.

HEX BE CD DB
Decimal 190 205 219
Binary 10111110 11001101 11011011
Octal 276 315 333

Shades and tints

Shades of #BECDDB

#BECDDB
(190,205,219)
#ADBBC8
(173,187,200)
#9CA9B5
(156,169,181)
#8B97A2
(139,151,162)
#7A858F
(122,133,143)
#69737C
(105,115,124)
#586169
(88,97,105)
#474F56
(71,79,86)
#363D43
(54,61,67)
#252B30
(37,43,48)
#14191D
(20,25,29)
#000000
(0,0,0)

Tints of #BECDDB

#BECDDB
(190,205,219)
#C3D1DE
(195,209,222)
#C8D5E1
(200,213,225)
#CDD9E4
(205,217,228)
#D2DDE7
(210,221,231)
#D7E1EA
(215,225,234)
#DCE5ED
(220,229,237)
#E1E9F0
(225,233,240)
#E6EDF3
(230,237,243)
#EBF1F6
(235,241,246)
#F0F5F9
(240,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BECDDB; }

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

This text font color is #BECDDB.

Background Color

.myBgColor { background-color: #BECDDB; }

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

This div background color is #BECDDB.

Border color

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

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

This div border color is #BECDDB.

Opacity

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

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

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

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

This text has shadow with #BECDDB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BECDDB.

Preview

Color preview on black background

This text has color #BECDDB on black background.


Color preview on white background

This text has color #BECDDB on white background.


Black color preview on #BECDDB background

This text has black color on #BECDDB background.


White color preview on #BECDDB background

This text has white color on #BECDDB background.


Related colors

Complementary color

Complementary color for #hex is #413224.


I love getcolorcode.com

Triadic colors

1 #DBBECD and #CDDBBE with #BECDDB are triadic colors.

2 #DBCDBE and #CDBEDB with #BECDDB are triadic colors.