COLOR #BCEDC2

HEX: #BCEDC2
RGB: (188,237,194)

Color info

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

RGB color model

#BCEDC2 color RGB value is (188,237,194).

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

RGB channels and saturation

R 188 of 255 = 74%
G 237 of 255 = 93%
B 194 of 255 = 76%

188
237
194

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

Portions of RGB colors in percentages

R + G + B =
188 + 237 + 194 = 619 (100%)
R 188 of 619 ~ 30.37%
G 237 of 619 ~ 38.29%
B 194 of 619 ~ 31.34%

%30.37
%38.29
%31.34

CMYK color model

#BCEDC2 color CMYK value is (21,0,18,7).

  • cyan value is 20.68%
  • magenta value is 0.00%
  • yellow value is 18.14%
  • key color value is 7.06%
CMYK:
(21,0,18,7)
C21M0Y18K7 
(21%,0%,18%,7%)
(0.21/0.00/0.18/0.07)	

CMYK percentages

%20.68
%0
%18.14
%7.06

Codes

Color #BCEDC2 in popluar color models

BCEDC2
RGB188237194
HSL127°57.65%83.33%
HSB/HSV127°20.68%92.94%
CMYK20.68%0.00%18.14%
7.06%

Color #BCEDC2 in popluar number systems.

HEXBCEDC2
Decimal188237194
Binary101111001110110111000010
Octal274355302

Shades and tints

Shades of #BCEDC2

#BCEDC2
(188,237,194)
#ABD8B1
(171,216,177)
#9AC3A0
(154,195,160)
#89AE8F
(137,174,143)
#78997E
(120,153,126)
#67846D
(103,132,109)
#566F5C
(86,111,92)
#455A4B
(69,90,75)
#34453A
(52,69,58)
#233029
(35,48,41)
#121B18
(18,27,24)
#000000
(0,0,0)

Tints of #BCEDC2

#BCEDC2
(188,237,194)
#C2EEC7
(194,238,199)
#C8EFCC
(200,239,204)
#CEF0D1
(206,240,209)
#D4F1D6
(212,241,214)
#DAF2DB
(218,242,219)
#E0F3E0
(224,243,224)
#E6F4E5
(230,244,229)
#ECF5EA
(236,245,234)
#F2F6EF
(242,246,239)
#F8F7F4
(248,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCEDC2; }

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

This text font color is #BCEDC2.


Background Color

.myBgColor { background-color: #BCEDC2; }

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

This div background color is #BCEDC2.


Border color

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

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

This div border color is #BCEDC2.


Opacity

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

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

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

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

This text has shadow with #BCEDC2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCEDC2 on black background.


Color preview on white background

This text has color #BCEDC2 on white background.



Black color preview on #BCEDC2 background

This text has black color on #BCEDC2 background.


White color preview on #BCEDC2 background

This text has white color on #BCEDC2 background.