COLOR #BCECDA

HEX: #BCECDA
RGB: (188,236,218)

Color info

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

RGB color model

#BCECDA color RGB value is (188,236,218).

  • red value is 188;
  • green value is 236;
  • blue value is 218.
RGB:
(188,236,218)
(74%,93%,85%)

RGB channels and saturation

R 188 of 255 = 74%
G 236 of 255 = 93%
B 218 of 255 = 85%

188
236
218

R + G + B ~ 84%. #BCECDA is quite light color.

Portions of RGB colors in percentages

R + G + B =
188 + 236 + 218 = 642 (100%)
R 188 of 642 ~ 29.28%
G 236 of 642 ~ 36.76%
B 218 of 642 ~ 33.96%

%29.28
%36.76
%33.96

CMYK color model

#BCECDA color CMYK value is (20,0,8,7).

  • cyan value is 20.34%
  • magenta value is 0.00%
  • yellow value is 7.63%
  • key color value is 7.45%
CMYK:
(20,0,8,7)
C20M0Y8K7 
(20%,0%,8%,7%)
(0.20/0.00/0.08/0.07)	

CMYK percentages

%20.34
%0
%7.63
%7.45

Codes

Color #BCECDA in popluar color models

BCECDA
RGB188236218
HSL158°55.81%83.14%
HSB/HSV158°20.34%92.55%
CMYK20.34%0.00%7.63%
7.45%

Color #BCECDA in popluar number systems.

HEXBCECDA
Decimal188236218
Binary101111001110110011011010
Octal274354332

Shades and tints

Shades of #BCECDA

#BCECDA
(188,236,218)
#ABD7C7
(171,215,199)
#9AC2B4
(154,194,180)
#89ADA1
(137,173,161)
#78988E
(120,152,142)
#67837B
(103,131,123)
#566E68
(86,110,104)
#455955
(69,89,85)
#344442
(52,68,66)
#232F2F
(35,47,47)
#121A1C
(18,26,28)
#000000
(0,0,0)

Tints of #BCECDA

#BCECDA
(188,236,218)
#C2EDDD
(194,237,221)
#C8EEE0
(200,238,224)
#CEEFE3
(206,239,227)
#D4F0E6
(212,240,230)
#DAF1E9
(218,241,233)
#E0F2EC
(224,242,236)
#E6F3EF
(230,243,239)
#ECF4F2
(236,244,242)
#F2F5F5
(242,245,245)
#F8F6F8
(248,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCECDA; }

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

This text font color is #BCECDA.


Background Color

.myBgColor { background-color: #BCECDA; }

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

This div background color is #BCECDA.


Border color

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

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

This div border color is #BCECDA.


Opacity

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

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

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

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

This text has shadow with #BCECDA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCECDA on black background.


Color preview on white background

This text has color #BCECDA on white background.



Black color preview on #BCECDA background

This text has black color on #BCECDA background.


White color preview on #BCECDA background

This text has white color on #BCECDA background.