COLOR #BECEDB

HEX: #BECEDB RGB: (190,206,219)

Color info

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

RGB color model

#BECEDB color RGB value is (190,206,219).

RGB: (190,206,219) (75%, 81%, 86%)

RGB channels and saturation

R 190 of 255 = 75%
G 206 of 255 = 81%
B 219 of 255 = 86%

190
206
219

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

Portions of RGB colors in percentages

R + G + B = 190 + 206 + 219 = 615 (100%)
R 190 of 615 ~ 30.89%
G 206 of 615 ~ 33.5%
B 219 of 615 ~ 35.61'%

%30.89
%33.5
%35.61

CMYK color model

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

  • cyan value is 13.24%
  • magenta value is 5.94%
  • 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
%5.94
%0
%14.12

Codes

Color #BECEDB in popluar color models

BE CE DB
RGB 190 206 219
HSL 207° 28.71% 80.20%
HSB/HSV 207° 13.24% 85.88%
CMYK 13.24% 5.94% 0.00%
14.12%

Color #BECEDB in popluar number systems.

HEX BE CE DB
Decimal 190 206 219
Binary 10111110 11001110 11011011
Octal 276 316 333

Shades and tints

Shades of #BECEDB

#BECEDB
(190,206,219)
#ADBCC8
(173,188,200)
#9CAAB5
(156,170,181)
#8B98A2
(139,152,162)
#7A868F
(122,134,143)
#69747C
(105,116,124)
#586269
(88,98,105)
#475056
(71,80,86)
#363E43
(54,62,67)
#252C30
(37,44,48)
#141A1D
(20,26,29)
#000000
(0,0,0)

Tints of #BECEDB

#BECEDB
(190,206,219)
#C3D2DE
(195,210,222)
#C8D6E1
(200,214,225)
#CDDAE4
(205,218,228)
#D2DEE7
(210,222,231)
#D7E2EA
(215,226,234)
#DCE6ED
(220,230,237)
#E1EAF0
(225,234,240)
#E6EEF3
(230,238,243)
#EBF2F6
(235,242,246)
#F0F6F9
(240,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BECEDB; }

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

This text font color is #BECEDB.

Background Color

.myBgColor { background-color: #BECEDB; }

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

This div background color is #BECEDB.

Border color

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

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

This div border color is #BECEDB.

Opacity

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

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

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

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

This text has shadow with #BECEDB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BECEDB.

Preview

Color preview on black background

This text has color #BECEDB on black background.


Color preview on white background

This text has color #BECEDB on white background.


Black color preview on #BECEDB background

This text has black color on #BECEDB background.


White color preview on #BECEDB background

This text has white color on #BECEDB background.


Related colors

Complementary color

Complementary color for #hex is #413124.


I love getcolorcode.com

Triadic colors

1 #DBBECE and #CEDBBE with #BECEDB are triadic colors.

2 #DBCEBE and #CEBEDB with #BECEDB are triadic colors.