COLOR #BCEBA9

HEX: #BCEBA9
RGB: (188,235,169)

Color info

#BCEBA9 contains mainly red and green colors. Web safe color of #BCEBA9 is #CCFF99 (or #CF9).

RGB color model

#BCEBA9 color RGB value is (188,235,169).

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

RGB channels and saturation

R 188 of 255 = 74%
G 235 of 255 = 92%
B 169 of 255 = 66%

188
235
169

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

Portions of RGB colors in percentages

R + G + B =
188 + 235 + 169 = 592 (100%)
R 188 of 592 ~ 31.76%
G 235 of 592 ~ 39.7%
B 169 of 592 ~ 28.55%

%31.76
%39.7
%28.55

CMYK color model

#BCEBA9 color CMYK value is (20,0,28,8).

  • cyan value is 20.00%
  • magenta value is 0.00%
  • yellow value is 28.09%
  • key color value is 7.84%
CMYK:
(20,0,28,8)
C20M0Y28K8 
(20%,0%,28%,8%)
(0.20/0.00/0.28/0.08)	

CMYK percentages

%20
%0
%28.09
%7.84

Codes

Color #BCEBA9 in popluar color models

BCEBA9
RGB188235169
HSL103°62.26%79.22%
HSB/HSV103°28.09%92.16%
CMYK20.00%0.00%28.09%
7.84%

Color #BCEBA9 in popluar number systems.

HEXBCEBA9
Decimal188235169
Binary101111001110101110101001
Octal274353251

Shades and tints

Shades of #BCEBA9

#BCEBA9
(188,235,169)
#ABD69A
(171,214,154)
#9AC18B
(154,193,139)
#89AC7C
(137,172,124)
#78976D
(120,151,109)
#67825E
(103,130,94)
#566D4F
(86,109,79)
#455840
(69,88,64)
#344331
(52,67,49)
#232E22
(35,46,34)
#121913
(18,25,19)
#000000
(0,0,0)

Tints of #BCEBA9

#BCEBA9
(188,235,169)
#C2ECB0
(194,236,176)
#C8EDB7
(200,237,183)
#CEEEBE
(206,238,190)
#D4EFC5
(212,239,197)
#DAF0CC
(218,240,204)
#E0F1D3
(224,241,211)
#E6F2DA
(230,242,218)
#ECF3E1
(236,243,225)
#F2F4E8
(242,244,232)
#F8F5EF
(248,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCEBA9; }

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

This text font color is #BCEBA9.


Background Color

.myBgColor { background-color: #BCEBA9; }

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

This div background color is #BCEBA9.


Border color

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

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

This div border color is #BCEBA9.


Opacity

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

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

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

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

This text has shadow with #BCEBA9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCEBA9 on black background.


Color preview on white background

This text has color #BCEBA9 on white background.



Black color preview on #BCEBA9 background

This text has black color on #BCEBA9 background.


White color preview on #BCEBA9 background

This text has white color on #BCEBA9 background.