COLOR #BCE1BC

HEX: #BCE1BC
RGB: (188,225,188)

Color info

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

RGB color model

#BCE1BC color RGB value is (188,225,188).

  • red value is 188;
  • green value is 225;
  • blue value is 188.
RGB:
(188,225,188)
(74%,88%,74%)

RGB channels and saturation

R 188 of 255 = 74%
G 225 of 255 = 88%
B 188 of 255 = 74%

188
225
188

R + G + B ~ 79%. #BCE1BC is quite light color.

Portions of RGB colors in percentages

R + G + B =
188 + 225 + 188 = 601 (100%)
R 188 of 601 ~ 31.28%
G 225 of 601 ~ 37.44%
B 188 of 601 ~ 31.28%

%31.28
%37.44
%31.28

CMYK color model

#BCE1BC color CMYK value is (16,0,16,12).

  • cyan value is 16.44%
  • magenta value is 0.00%
  • yellow value is 16.44%
  • key color value is 11.76%
CMYK:
(16,0,16,12)
C16M0Y16K12 
(16%,0%,16%,12%)
(0.16/0.00/0.16/0.12)	

CMYK percentages

%16.44
%0
%16.44
%11.76

Codes

Color #BCE1BC in popluar color models

BCE1BC
RGB188225188
HSL120°38.14%80.98%
HSB/HSV120°16.44%88.24%
CMYK16.44%0.00%16.44%
11.76%

Color #BCE1BC in popluar number systems.

HEXBCE1BC
Decimal188225188
Binary101111001110000110111100
Octal274341274

Shades and tints

Shades of #BCE1BC

#BCE1BC
(188,225,188)
#ABCDAB
(171,205,171)
#9AB99A
(154,185,154)
#89A589
(137,165,137)
#789178
(120,145,120)
#677D67
(103,125,103)
#566956
(86,105,86)
#455545
(69,85,69)
#344134
(52,65,52)
#232D23
(35,45,35)
#121912
(18,25,18)
#000000
(0,0,0)

Tints of #BCE1BC

#BCE1BC
(188,225,188)
#C2E3C2
(194,227,194)
#C8E5C8
(200,229,200)
#CEE7CE
(206,231,206)
#D4E9D4
(212,233,212)
#DAEBDA
(218,235,218)
#E0EDE0
(224,237,224)
#E6EFE6
(230,239,230)
#ECF1EC
(236,241,236)
#F2F3F2
(242,243,242)
#F8F5F8
(248,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCE1BC; }

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

This text font color is #BCE1BC.


Background Color

.myBgColor { background-color: #BCE1BC; }

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

This div background color is #BCE1BC.


Border color

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

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

This div border color is #BCE1BC.


Opacity

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

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

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

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

This text has shadow with #BCE1BC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCE1BC on black background.


Color preview on white background

This text has color #BCE1BC on white background.



Black color preview on #BCE1BC background

This text has black color on #BCE1BC background.


White color preview on #BCE1BC background

This text has white color on #BCE1BC background.