COLOR #BCE0BC

HEX: #BCE0BC
RGB: (188,224,188)

Color info

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

RGB color model

#BCE0BC color RGB value is (188,224,188).

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

RGB channels and saturation

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

188
224
188

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

Portions of RGB colors in percentages

R + G + B =
188 + 224 + 188 = 600 (100%)
R 188 of 600 ~ 31.33%
G 224 of 600 ~ 37.33%
B 188 of 600 ~ 31.33%

%31.33
%37.33
%31.33

CMYK color model

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

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

CMYK percentages

%16.07
%0
%16.07
%12.16

Codes

Color #BCE0BC in popluar color models

BCE0BC
RGB188224188
HSL120°36.73%80.78%
HSB/HSV120°16.07%87.84%
CMYK16.07%0.00%16.07%
12.16%

Color #BCE0BC in popluar number systems.

HEXBCE0BC
Decimal188224188
Binary101111001110000010111100
Octal274340274

Shades and tints

Shades of #BCE0BC

#BCE0BC
(188,224,188)
#ABCCAB
(171,204,171)
#9AB89A
(154,184,154)
#89A489
(137,164,137)
#789078
(120,144,120)
#677C67
(103,124,103)
#566856
(86,104,86)
#455445
(69,84,69)
#344034
(52,64,52)
#232C23
(35,44,35)
#121812
(18,24,18)
#000000
(0,0,0)

Tints of #BCE0BC

#BCE0BC
(188,224,188)
#C2E2C2
(194,226,194)
#C8E4C8
(200,228,200)
#CEE6CE
(206,230,206)
#D4E8D4
(212,232,212)
#DAEADA
(218,234,218)
#E0ECE0
(224,236,224)
#E6EEE6
(230,238,230)
#ECF0EC
(236,240,236)
#F2F2F2
(242,242,242)
#F8F4F8
(248,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCE0BC; }

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

This text font color is #BCE0BC.


Background Color

.myBgColor { background-color: #BCE0BC; }

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

This div background color is #BCE0BC.


Border color

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

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

This div border color is #BCE0BC.


Opacity

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

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

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

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

This text has shadow with #BCE0BC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCE0BC on black background.


Color preview on white background

This text has color #BCE0BC on white background.



Black color preview on #BCE0BC background

This text has black color on #BCE0BC background.


White color preview on #BCE0BC background

This text has white color on #BCE0BC background.