COLOR #BECDE3

HEX: #BECDE3 RGB: (190,205,227)

Color info

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

RGB color model

#BECDE3 color RGB value is (190,205,227).

RGB: (190,205,227) (75%, 80%, 89%)

RGB channels and saturation

R 190 of 255 = 75%
G 205 of 255 = 80%
B 227 of 255 = 89%

190
205
227

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

Portions of RGB colors in percentages

R + G + B = 190 + 205 + 227 = 622 (100%)
R 190 of 622 ~ 30.55%
G 205 of 622 ~ 32.96%
B 227 of 622 ~ 36.5'%

%30.55
%32.96
%36.5

CMYK color model

#BECDE3 color CMYK value is (16,10,0,11).

  • cyan value is 16.30%
  • magenta value is 9.69%
  • yellow value is 0.00%
  • key color value is 10.98%

CMYK: (16,10,0,11)
C16M10Y0K11 (16%, 10%, 0%, 11%)
(0.16 / 0.10 / 0.00 / 0.11)

CMYK percentages

%16.3
%9.69
%0
%10.98

Codes

Color #BECDE3 in popluar color models

BE CD E3
RGB 190 205 227
HSL 216° 39.78% 81.76%
HSB/HSV 216° 16.30% 89.02%
CMYK 16.30% 9.69% 0.00%
10.98%

Color #BECDE3 in popluar number systems.

HEX BE CD E3
Decimal 190 205 227
Binary 10111110 11001101 11100011
Octal 276 315 343

Shades and tints

Shades of #BECDE3

#BECDE3
(190,205,227)
#ADBBCF
(173,187,207)
#9CA9BB
(156,169,187)
#8B97A7
(139,151,167)
#7A8593
(122,133,147)
#69737F
(105,115,127)
#58616B
(88,97,107)
#474F57
(71,79,87)
#363D43
(54,61,67)
#252B2F
(37,43,47)
#14191B
(20,25,27)
#000000
(0,0,0)

Tints of #BECDE3

#BECDE3
(190,205,227)
#C3D1E5
(195,209,229)
#C8D5E7
(200,213,231)
#CDD9E9
(205,217,233)
#D2DDEB
(210,221,235)
#D7E1ED
(215,225,237)
#DCE5EF
(220,229,239)
#E1E9F1
(225,233,241)
#E6EDF3
(230,237,243)
#EBF1F5
(235,241,245)
#F0F5F7
(240,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BECDE3; }

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

This text font color is #BECDE3.

Background Color

.myBgColor { background-color: #BECDE3; }

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

This div background color is #BECDE3.

Border color

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

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

This div border color is #BECDE3.

Opacity

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

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

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

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

This text has shadow with #BECDE3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BECDE3.

Preview

Color preview on black background

This text has color #BECDE3 on black background.


Color preview on white background

This text has color #BECDE3 on white background.


Black color preview on #BECDE3 background

This text has black color on #BECDE3 background.


White color preview on #BECDE3 background

This text has white color on #BECDE3 background.


Related colors

Complementary color

Complementary color for #hex is #41321C.


I love getcolorcode.com

Triadic colors

1 #E3BECD and #CDE3BE with #BECDE3 are triadic colors.

2 #E3CDBE and #CDBEE3 with #BECDE3 are triadic colors.