COLOR #BCE0A9

HEX: #BCE0A9
RGB: (188,224,169)

Color info

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

RGB color model

#BCE0A9 color RGB value is (188,224,169).

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

RGB channels and saturation

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

188
224
169

R + G + B ~ 76%. #BCE0A9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
188 + 224 + 169 = 581 (100%)
R 188 of 581 ~ 32.36%
G 224 of 581 ~ 38.55%
B 169 of 581 ~ 29.09%

%32.36
%38.55
%29.09

CMYK color model

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

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

CMYK percentages

%16.07
%0
%24.55
%12.16

Codes

Color #BCE0A9 in popluar color models

BCE0A9
RGB188224169
HSL99°47.01%77.06%
HSB/HSV99°24.55%87.84%
CMYK16.07%0.00%24.55%
12.16%

Color #BCE0A9 in popluar number systems.

HEXBCE0A9
Decimal188224169
Binary101111001110000010101001
Octal274340251

Shades and tints

Shades of #BCE0A9

#BCE0A9
(188,224,169)
#ABCC9A
(171,204,154)
#9AB88B
(154,184,139)
#89A47C
(137,164,124)
#78906D
(120,144,109)
#677C5E
(103,124,94)
#56684F
(86,104,79)
#455440
(69,84,64)
#344031
(52,64,49)
#232C22
(35,44,34)
#121813
(18,24,19)
#000000
(0,0,0)

Tints of #BCE0A9

#BCE0A9
(188,224,169)
#C2E2B0
(194,226,176)
#C8E4B7
(200,228,183)
#CEE6BE
(206,230,190)
#D4E8C5
(212,232,197)
#DAEACC
(218,234,204)
#E0ECD3
(224,236,211)
#E6EEDA
(230,238,218)
#ECF0E1
(236,240,225)
#F2F2E8
(242,242,232)
#F8F4EF
(248,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCE0A9; }

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

This text font color is #BCE0A9.


Background Color

.myBgColor { background-color: #BCE0A9; }

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

This div background color is #BCE0A9.


Border color

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

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

This div border color is #BCE0A9.


Opacity

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

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

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

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

This text has shadow with #BCE0A9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCE0A9 on black background.


Color preview on white background

This text has color #BCE0A9 on white background.



Black color preview on #BCE0A9 background

This text has black color on #BCE0A9 background.


White color preview on #BCE0A9 background

This text has white color on #BCE0A9 background.