COLOR #BCE09C

HEX: #BCE09C RGB: (188,224,156)

Color info

#BCE09C contains mainly red and green colors. Web safe color of #BCE09C is #CCCC99 (or #CC9).

RGB color model

#BCE09C color RGB value is (188,224,156).

RGB: (188,224,156) (74%, 88%, 61%)

RGB channels and saturation

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

188
224
156

R + G + B ~ 74%. #BCE09C is quite light color.

Portions of RGB colors in percentages

R + G + B = 188 + 224 + 156 = 568 (100%)
R 188 of 568 ~ 33.1%
G 224 of 568 ~ 39.44%
B 156 of 568 ~ 27.46'%

%33.1
%39.44
%27.46

CMYK color model

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

  • cyan value is 16.07%
  • magenta value is 0.00%
  • yellow value is 30.36%
  • key color value is 12.16%

CMYK: (16,0,30,12)
C16M0Y30K12 (16%, 0%, 30%, 12%)
(0.16 / 0.00 / 0.30 / 0.12)

CMYK percentages

%16.07
%0
%30.36
%12.16

Codes

Color #BCE09C in popluar color models

BC E0 9C
RGB 188 224 156
HSL 92° 52.31% 74.51%
HSB/HSV 92° 30.36% 87.84%
CMYK 16.07% 0.00% 30.36%
12.16%

Color #BCE09C in popluar number systems.

HEX BC E0 9C
Decimal 188 224 156
Binary 10111100 11100000 10011100
Octal 274 340 234

Shades and tints

Shades of #BCE09C

#BCE09C
(188,224,156)
#ABCC8E
(171,204,142)
#9AB880
(154,184,128)
#89A472
(137,164,114)
#789064
(120,144,100)
#677C56
(103,124,86)
#566848
(86,104,72)
#45543A
(69,84,58)
#34402C
(52,64,44)
#232C1E
(35,44,30)
#121810
(18,24,16)
#000000
(0,0,0)

Tints of #BCE09C

#BCE09C
(188,224,156)
#C2E2A5
(194,226,165)
#C8E4AE
(200,228,174)
#CEE6B7
(206,230,183)
#D4E8C0
(212,232,192)
#DAEAC9
(218,234,201)
#E0ECD2
(224,236,210)
#E6EEDB
(230,238,219)
#ECF0E4
(236,240,228)
#F2F2ED
(242,242,237)
#F8F4F6
(248,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCE09C; }

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

This text font color is #BCE09C.

Background Color

.myBgColor { background-color: #BCE09C; }

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

This div background color is #BCE09C.

Border color

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

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

This div border color is #BCE09C.

Opacity

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

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

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

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

This text has shadow with #BCE09C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCE09C.

Preview

Color preview on black background

This text has color #BCE09C on black background.


Color preview on white background

This text has color #BCE09C on white background.


Black color preview on #BCE09C background

This text has black color on #BCE09C background.


White color preview on #BCE09C background

This text has white color on #BCE09C background.


Related colors

Complementary color

Complementary color for #hex is #431F63.


I love getcolorcode.com

Triadic colors

1 #9CBCE0 and #E09CBC with #BCE09C are triadic colors.

2 #9CE0BC and #E0BC9C with #BCE09C are triadic colors.