COLOR #BCE5AB

HEX: #BCE5AB RGB: (188,229,171)

Color info

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

RGB color model

#BCE5AB color RGB value is (188,229,171).

RGB: (188,229,171) (74%, 90%, 67%)

RGB channels and saturation

R 188 of 255 = 74%
G 229 of 255 = 90%
B 171 of 255 = 67%

188
229
171

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

Portions of RGB colors in percentages

R + G + B = 188 + 229 + 171 = 588 (100%)
R 188 of 588 ~ 31.97%
G 229 of 588 ~ 38.95%
B 171 of 588 ~ 29.08'%

%31.97
%38.95
%29.08

CMYK color model

#BCE5AB color CMYK value is (18,0,25,10).

  • cyan value is 17.90%
  • magenta value is 0.00%
  • yellow value is 25.33%
  • key color value is 10.20%

CMYK: (18,0,25,10)
C18M0Y25K10 (18%, 0%, 25%, 10%)
(0.18 / 0.00 / 0.25 / 0.10)

CMYK percentages

%17.9
%0
%25.33
%10.2

Codes

Color #BCE5AB in popluar color models

BC E5 AB
RGB 188 229 171
HSL 102° 52.73% 78.43%
HSB/HSV 102° 25.33% 89.80%
CMYK 17.90% 0.00% 25.33%
10.20%

Color #BCE5AB in popluar number systems.

HEX BC E5 AB
Decimal 188 229 171
Binary 10111100 11100101 10101011
Octal 274 345 253

Shades and tints

Shades of #BCE5AB

#BCE5AB
(188,229,171)
#ABD19C
(171,209,156)
#9ABD8D
(154,189,141)
#89A97E
(137,169,126)
#78956F
(120,149,111)
#678160
(103,129,96)
#566D51
(86,109,81)
#455942
(69,89,66)
#344533
(52,69,51)
#233124
(35,49,36)
#121D15
(18,29,21)
#000000
(0,0,0)

Tints of #BCE5AB

#BCE5AB
(188,229,171)
#C2E7B2
(194,231,178)
#C8E9B9
(200,233,185)
#CEEBC0
(206,235,192)
#D4EDC7
(212,237,199)
#DAEFCE
(218,239,206)
#E0F1D5
(224,241,213)
#E6F3DC
(230,243,220)
#ECF5E3
(236,245,227)
#F2F7EA
(242,247,234)
#F8F9F1
(248,249,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCE5AB; }

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

This text font color is #BCE5AB.

Background Color

.myBgColor { background-color: #BCE5AB; }

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

This div background color is #BCE5AB.

Border color

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

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

This div border color is #BCE5AB.

Opacity

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

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

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

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

This text has shadow with #BCE5AB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCE5AB.

Preview

Color preview on black background

This text has color #BCE5AB on black background.


Color preview on white background

This text has color #BCE5AB on white background.


Black color preview on #BCE5AB background

This text has black color on #BCE5AB background.


White color preview on #BCE5AB background

This text has white color on #BCE5AB background.


Related colors

Complementary color

Complementary color for #hex is #431A54.


I love getcolorcode.com

Triadic colors

1 #ABBCE5 and #E5ABBC with #BCE5AB are triadic colors.

2 #ABE5BC and #E5BCAB with #BCE5AB are triadic colors.