COLOR #BCE1B1

HEX: #BCE1B1
RGB: (188,225,177)

Color info

#BCE1B1 contains red, green and blue colors in about the same proportion. Web safe color of #BCE1B1 is #CCCC99 (or #CC9).

RGB color model

#BCE1B1 color RGB value is (188,225,177).

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

RGB channels and saturation

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

188
225
177

R + G + B ~ 77%. #BCE1B1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
188 + 225 + 177 = 590 (100%)
R 188 of 590 ~ 31.86%
G 225 of 590 ~ 38.14%
B 177 of 590 ~ 30%

%31.86
%38.14
%30

CMYK color model

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

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

CMYK percentages

%16.44
%0
%21.33
%11.76

Codes

Color #BCE1B1 in popluar color models

BCE1B1
RGB188225177
HSL106°44.44%78.82%
HSB/HSV106°21.33%88.24%
CMYK16.44%0.00%21.33%
11.76%

Color #BCE1B1 in popluar number systems.

HEXBCE1B1
Decimal188225177
Binary101111001110000110110001
Octal274341261

Shades and tints

Shades of #BCE1B1

#BCE1B1
(188,225,177)
#ABCDA1
(171,205,161)
#9AB991
(154,185,145)
#89A581
(137,165,129)
#789171
(120,145,113)
#677D61
(103,125,97)
#566951
(86,105,81)
#455541
(69,85,65)
#344131
(52,65,49)
#232D21
(35,45,33)
#121911
(18,25,17)
#000000
(0,0,0)

Tints of #BCE1B1

#BCE1B1
(188,225,177)
#C2E3B8
(194,227,184)
#C8E5BF
(200,229,191)
#CEE7C6
(206,231,198)
#D4E9CD
(212,233,205)
#DAEBD4
(218,235,212)
#E0EDDB
(224,237,219)
#E6EFE2
(230,239,226)
#ECF1E9
(236,241,233)
#F2F3F0
(242,243,240)
#F8F5F7
(248,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCE1B1; }

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

This text font color is #BCE1B1.


Background Color

.myBgColor { background-color: #BCE1B1; }

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

This div background color is #BCE1B1.


Border color

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

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

This div border color is #BCE1B1.


Opacity

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

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

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

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

This text has shadow with #BCE1B1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCE1B1 on black background.


Color preview on white background

This text has color #BCE1B1 on white background.



Black color preview on #BCE1B1 background

This text has black color on #BCE1B1 background.


White color preview on #BCE1B1 background

This text has white color on #BCE1B1 background.