COLOR #BCE8AB

HEX: #BCE8AB RGB: (188,232,171)

Color info

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

RGB color model

#BCE8AB color RGB value is (188,232,171).

RGB: (188,232,171) (74%, 91%, 67%)

RGB channels and saturation

R 188 of 255 = 74%
G 232 of 255 = 91%
B 171 of 255 = 67%

188
232
171

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

Portions of RGB colors in percentages

R + G + B = 188 + 232 + 171 = 591 (100%)
R 188 of 591 ~ 31.81%
G 232 of 591 ~ 39.26%
B 171 of 591 ~ 28.93'%

%31.81
%39.26
%28.93

CMYK color model

#BCE8AB color CMYK value is (19,0,26,9).

  • cyan value is 18.97%
  • magenta value is 0.00%
  • yellow value is 26.29%
  • key color value is 9.02%

CMYK: (19,0,26,9)
C19M0Y26K9 (19%, 0%, 26%, 9%)
(0.19 / 0.00 / 0.26 / 0.09)

CMYK percentages

%18.97
%0
%26.29
%9.02

Codes

Color #BCE8AB in popluar color models

BC E8 AB
RGB 188 232 171
HSL 103° 57.01% 79.02%
HSB/HSV 103° 26.29% 90.98%
CMYK 18.97% 0.00% 26.29%
9.02%

Color #BCE8AB in popluar number systems.

HEX BC E8 AB
Decimal 188 232 171
Binary 10111100 11101000 10101011
Octal 274 350 253

Shades and tints

Shades of #BCE8AB

#BCE8AB
(188,232,171)
#ABD39C
(171,211,156)
#9ABE8D
(154,190,141)
#89A97E
(137,169,126)
#78946F
(120,148,111)
#677F60
(103,127,96)
#566A51
(86,106,81)
#455542
(69,85,66)
#344033
(52,64,51)
#232B24
(35,43,36)
#121615
(18,22,21)
#000000
(0,0,0)

Tints of #BCE8AB

#BCE8AB
(188,232,171)
#C2EAB2
(194,234,178)
#C8ECB9
(200,236,185)
#CEEEC0
(206,238,192)
#D4F0C7
(212,240,199)
#DAF2CE
(218,242,206)
#E0F4D5
(224,244,213)
#E6F6DC
(230,246,220)
#ECF8E3
(236,248,227)
#F2FAEA
(242,250,234)
#F8FCF1
(248,252,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCE8AB; }

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

This text font color is #BCE8AB.

Background Color

.myBgColor { background-color: #BCE8AB; }

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

This div background color is #BCE8AB.

Border color

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

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

This div border color is #BCE8AB.

Opacity

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

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

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

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

This text has shadow with #BCE8AB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCE8AB.

Preview

Color preview on black background

This text has color #BCE8AB on black background.


Color preview on white background

This text has color #BCE8AB on white background.


Black color preview on #BCE8AB background

This text has black color on #BCE8AB background.


White color preview on #BCE8AB background

This text has white color on #BCE8AB background.


Related colors

Complementary color

Complementary color for #hex is #431754.


I love getcolorcode.com

Triadic colors

1 #ABBCE8 and #E8ABBC with #BCE8AB are triadic colors.

2 #ABE8BC and #E8BCAB with #BCE8AB are triadic colors.