COLOR #BCEEAD

HEX: #BCEEAD RGB: (188,238,173)

Color info

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

RGB color model

#BCEEAD color RGB value is (188,238,173).

RGB: (188,238,173) (74%, 93%, 68%)

RGB channels and saturation

R 188 of 255 = 74%
G 238 of 255 = 93%
B 173 of 255 = 68%

188
238
173

R + G + B ~ 78%. #BCEEAD is quite light color.

Portions of RGB colors in percentages

R + G + B = 188 + 238 + 173 = 599 (100%)
R 188 of 599 ~ 31.39%
G 238 of 599 ~ 39.73%
B 173 of 599 ~ 28.88'%

%31.39
%39.73
%28.88

CMYK color model

#BCEEAD color CMYK value is (21,0,27,7).

  • cyan value is 21.01%
  • magenta value is 0.00%
  • yellow value is 27.31%
  • key color value is 6.67%
CMYK: (21,0,27,7) C21M0Y27K7 (21%,0%,27%,7%) (0.21/0.00/0.27/0.07) 

CMYK percentages

%21.01
%0
%27.31
%6.67

Codes

Color #BCEEAD in popluar color models

BC EE AD
RGB 188 238 173
HSL 106° 65.66% 80.59%
HSB/HSV 106° 27.31% 93.33%
CMYK 21.01% 0.00% 27.31%
6.67%

Color #BCEEAD in popluar number systems.

HEX BC EE AD
Decimal 188 238 173
Binary 10111100 11101110 10101101
Octal 274 356 255

Shades and tints

Shades of #BCEEAD

#BCEEAD
(188,238,173)
#ABD99E
(171,217,158)
#9AC48F
(154,196,143)
#89AF80
(137,175,128)
#789A71
(120,154,113)
#678562
(103,133,98)
#567053
(86,112,83)
#455B44
(69,91,68)
#344635
(52,70,53)
#233126
(35,49,38)
#121C17
(18,28,23)
#000000
(0,0,0)

Tints of #BCEEAD

#BCEEAD
(188,238,173)
#C2EFB4
(194,239,180)
#C8F0BB
(200,240,187)
#CEF1C2
(206,241,194)
#D4F2C9
(212,242,201)
#DAF3D0
(218,243,208)
#E0F4D7
(224,244,215)
#E6F5DE
(230,245,222)
#ECF6E5
(236,246,229)
#F2F7EC
(242,247,236)
#F8F8F3
(248,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCEEAD; }

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

This text font color is #BCEEAD.

Background Color

.myBgColor { background-color: #BCEEAD; }

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

This div background color is #BCEEAD.

Border color

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

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

This div border color is #BCEEAD.

Opacity

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

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

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

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

This text has shadow with #BCEEAD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCEEAD.

Preview

Color preview on black background

This text has color #BCEEAD on black background.


Color preview on white background

This text has color #BCEEAD on white background.


Black color preview on #BCEEAD background

This text has black color on #BCEEAD background.


White color preview on #BCEEAD background

This text has white color on #BCEEAD background.


Related colors

Complementary color

Complementary color for #hex is #431152.


I love getcolorcode.com

Triadic colors

1 #ADBCEE and #EEADBC with #BCEEAD are triadic colors.

2 #ADEEBC and #EEBCAD with #BCEEAD are triadic colors.