COLOR #BCE5AD

HEX: #BCE5AD RGB: (188,229,173)

Color info

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

RGB color model

#BCE5AD color RGB value is (188,229,173).

RGB: (188,229,173) (74%, 90%, 68%)

RGB channels and saturation

R 188 of 255 = 74%
G 229 of 255 = 90%
B 173 of 255 = 68%

188
229
173

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

Portions of RGB colors in percentages

R + G + B = 188 + 229 + 173 = 590 (100%)
R 188 of 590 ~ 31.86%
G 229 of 590 ~ 38.81%
B 173 of 590 ~ 29.32'%

%31.86
%38.81
%29.32

CMYK color model

#BCE5AD color CMYK value is (18,0,24,10).

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

CMYK: (18,0,24,10)
C18M0Y24K10 (18%, 0%, 24%, 10%)
(0.18 / 0.00 / 0.24 / 0.10)

CMYK percentages

%17.9
%0
%24.45
%10.2

Codes

Color #BCE5AD in popluar color models

BC E5 AD
RGB 188 229 173
HSL 104° 51.85% 78.82%
HSB/HSV 104° 24.45% 89.80%
CMYK 17.90% 0.00% 24.45%
10.20%

Color #BCE5AD in popluar number systems.

HEX BC E5 AD
Decimal 188 229 173
Binary 10111100 11100101 10101101
Octal 274 345 255

Shades and tints

Shades of #BCE5AD

#BCE5AD
(188,229,173)
#ABD19E
(171,209,158)
#9ABD8F
(154,189,143)
#89A980
(137,169,128)
#789571
(120,149,113)
#678162
(103,129,98)
#566D53
(86,109,83)
#455944
(69,89,68)
#344535
(52,69,53)
#233126
(35,49,38)
#121D17
(18,29,23)
#000000
(0,0,0)

Tints of #BCE5AD

#BCE5AD
(188,229,173)
#C2E7B4
(194,231,180)
#C8E9BB
(200,233,187)
#CEEBC2
(206,235,194)
#D4EDC9
(212,237,201)
#DAEFD0
(218,239,208)
#E0F1D7
(224,241,215)
#E6F3DE
(230,243,222)
#ECF5E5
(236,245,229)
#F2F7EC
(242,247,236)
#F8F9F3
(248,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCE5AD; }

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

This text font color is #BCE5AD.

Background Color

.myBgColor { background-color: #BCE5AD; }

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

This div background color is #BCE5AD.

Border color

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

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

This div border color is #BCE5AD.

Opacity

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

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

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

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

This text has shadow with #BCE5AD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCE5AD.

Preview

Color preview on black background

This text has color #BCE5AD on black background.


Color preview on white background

This text has color #BCE5AD on white background.


Black color preview on #BCE5AD background

This text has black color on #BCE5AD background.


White color preview on #BCE5AD background

This text has white color on #BCE5AD background.


Related colors

Complementary color

Complementary color for #hex is #431A52.


I love getcolorcode.com

Triadic colors

1 #ADBCE5 and #E5ADBC with #BCE5AD are triadic colors.

2 #ADE5BC and #E5BCAD with #BCE5AD are triadic colors.