COLOR #BCECD3

HEX: #BCECD3 RGB: (188,236,211)

Color info

#BCECD3 contains red, green and blue colors in about the same proportion. Web safe color of #BCECD3 is #CCFFCC (or #CFC).

RGB color model

#BCECD3 color RGB value is (188,236,211).

RGB: (188,236,211) (74%, 93%, 83%)

RGB channels and saturation

R 188 of 255 = 74%
G 236 of 255 = 93%
B 211 of 255 = 83%

188
236
211

R + G + B ~ 83%. #BCECD3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 188 + 236 + 211 = 635 (100%)
R 188 of 635 ~ 29.61%
G 236 of 635 ~ 37.17%
B 211 of 635 ~ 33.23'%

%29.61
%37.17
%33.23

CMYK color model

#BCECD3 color CMYK value is (20,0,11,7).

  • cyan value is 20.34%
  • magenta value is 0.00%
  • yellow value is 10.59%
  • key color value is 7.45%

CMYK: (20,0,11,7)
C20M0Y11K7 (20%, 0%, 11%, 7%)
(0.20 / 0.00 / 0.11 / 0.07)

CMYK percentages

%20.34
%0
%10.59
%7.45

Codes

Color #BCECD3 in popluar color models

BC EC D3
RGB 188 236 211
HSL 149° 55.81% 83.14%
HSB/HSV 149° 20.34% 92.55%
CMYK 20.34% 0.00% 10.59%
7.45%

Color #BCECD3 in popluar number systems.

HEX BC EC D3
Decimal 188 236 211
Binary 10111100 11101100 11010011
Octal 274 354 323

Shades and tints

Shades of #BCECD3

#BCECD3
(188,236,211)
#ABD7C0
(171,215,192)
#9AC2AD
(154,194,173)
#89AD9A
(137,173,154)
#789887
(120,152,135)
#678374
(103,131,116)
#566E61
(86,110,97)
#45594E
(69,89,78)
#34443B
(52,68,59)
#232F28
(35,47,40)
#121A15
(18,26,21)
#000000
(0,0,0)

Tints of #BCECD3

#BCECD3
(188,236,211)
#C2EDD7
(194,237,215)
#C8EEDB
(200,238,219)
#CEEFDF
(206,239,223)
#D4F0E3
(212,240,227)
#DAF1E7
(218,241,231)
#E0F2EB
(224,242,235)
#E6F3EF
(230,243,239)
#ECF4F3
(236,244,243)
#F2F5F7
(242,245,247)
#F8F6FB
(248,246,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCECD3 color. Also use rgb(188,236,211) instead hex code.

Text Font Color

.myTextColor { color: #BCECD3; }

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

This text font color is #BCECD3.

Background Color

.myBgColor { background-color: #BCECD3; }

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

This div background color is #BCECD3.

Border color

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

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

This div border color is #BCECD3.

Opacity

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

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

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

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

This text has shadow with #BCECD3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCECD3.

Preview

Color preview on black background

This text has color #BCECD3 on black background.


Color preview on white background

This text has color #BCECD3 on white background.


Black color preview on #BCECD3 background

This text has black color on #BCECD3 background.


White color preview on #BCECD3 background

This text has white color on #BCECD3 background.


Related colors

Complementary color

Complementary color for #hex is #43132C.


I love getcolorcode.com

Triadic colors

1 #D3BCEC and #ECD3BC with #BCECD3 are triadic colors.

2 #D3ECBC and #ECBCD3 with #BCECD3 are triadic colors.