COLOR #BCEDCC

HEX: #BCEDCC
RGB: (188,237,204)

Color info

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

RGB color model

#BCEDCC color RGB value is (188,237,204).

  • red value is 188;
  • green value is 237;
  • blue value is 204.
RGB:
(188,237,204)
(74%,93%,80%)

RGB channels and saturation

R 188 of 255 = 74%
G 237 of 255 = 93%
B 204 of 255 = 80%

188
237
204

R + G + B ~ 82%. #BCEDCC is quite light color.

Portions of RGB colors in percentages

R + G + B =
188 + 237 + 204 = 629 (100%)
R 188 of 629 ~ 29.89%
G 237 of 629 ~ 37.68%
B 204 of 629 ~ 32.43%

%29.89
%37.68
%32.43

CMYK color model

#BCEDCC color CMYK value is (21,0,14,7).

  • cyan value is 20.68%
  • magenta value is 0.00%
  • yellow value is 13.92%
  • key color value is 7.06%
CMYK:
(21,0,14,7)
C21M0Y14K7 
(21%,0%,14%,7%)
(0.21/0.00/0.14/0.07)	

CMYK percentages

%20.68
%0
%13.92
%7.06

Codes

Color #BCEDCC in popluar color models

BCEDCC
RGB188237204
HSL140°57.65%83.33%
HSB/HSV140°20.68%92.94%
CMYK20.68%0.00%13.92%
7.06%

Color #BCEDCC in popluar number systems.

HEXBCEDCC
Decimal188237204
Binary101111001110110111001100
Octal274355314

Shades and tints

Shades of #BCEDCC

#BCEDCC
(188,237,204)
#ABD8BA
(171,216,186)
#9AC3A8
(154,195,168)
#89AE96
(137,174,150)
#789984
(120,153,132)
#678472
(103,132,114)
#566F60
(86,111,96)
#455A4E
(69,90,78)
#34453C
(52,69,60)
#23302A
(35,48,42)
#121B18
(18,27,24)
#000000
(0,0,0)

Tints of #BCEDCC

#BCEDCC
(188,237,204)
#C2EED0
(194,238,208)
#C8EFD4
(200,239,212)
#CEF0D8
(206,240,216)
#D4F1DC
(212,241,220)
#DAF2E0
(218,242,224)
#E0F3E4
(224,243,228)
#E6F4E8
(230,244,232)
#ECF5EC
(236,245,236)
#F2F6F0
(242,246,240)
#F8F7F4
(248,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCEDCC color. Also use rgb(188,237,204) instead hex code.

Text Font Color

.myTextColor { color: #BCEDCC; }

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

This text font color is #BCEDCC.


Background Color

.myBgColor { background-color: #BCEDCC; }

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

This div background color is #BCEDCC.


Border color

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

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

This div border color is #BCEDCC.


Opacity

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

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

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

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

This text has shadow with #BCEDCC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCEDCC on black background.


Color preview on white background

This text has color #BCEDCC on white background.



Black color preview on #BCEDCC background

This text has black color on #BCEDCC background.


White color preview on #BCEDCC background

This text has white color on #BCEDCC background.