COLOR #BCCEAD

HEX: #BCCEAD RGB: (188,206,173)

Color info

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

RGB color model

#BCCEAD color RGB value is (188,206,173).

RGB: (188,206,173) (74%, 81%, 68%)

RGB channels and saturation

R 188 of 255 = 74%
G 206 of 255 = 81%
B 173 of 255 = 68%

188
206
173

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

Portions of RGB colors in percentages

R + G + B = 188 + 206 + 173 = 567 (100%)
R 188 of 567 ~ 33.16%
G 206 of 567 ~ 36.33%
B 173 of 567 ~ 30.51'%

%33.16
%36.33
%30.51

CMYK color model

#BCCEAD color CMYK value is (9,0,16,19).

  • cyan value is 8.74%
  • magenta value is 0.00%
  • yellow value is 16.02%
  • key color value is 19.22%

CMYK: (9,0,16,19)
C9M0Y16K19 (9%, 0%, 16%, 19%)
(0.09 / 0.00 / 0.16 / 0.19)

CMYK percentages

%8.74
%0
%16.02
%19.22

Codes

Color #BCCEAD in popluar color models

BC CE AD
RGB 188 206 173
HSL 93° 25.19% 74.31%
HSB/HSV 93° 16.02% 80.78%
CMYK 8.74% 0.00% 16.02%
19.22%

Color #BCCEAD in popluar number systems.

HEX BC CE AD
Decimal 188 206 173
Binary 10111100 11001110 10101101
Octal 274 316 255

Shades and tints

Shades of #BCCEAD

#BCCEAD
(188,206,173)
#ABBC9E
(171,188,158)
#9AAA8F
(154,170,143)
#899880
(137,152,128)
#788671
(120,134,113)
#677462
(103,116,98)
#566253
(86,98,83)
#455044
(69,80,68)
#343E35
(52,62,53)
#232C26
(35,44,38)
#121A17
(18,26,23)
#000000
(0,0,0)

Tints of #BCCEAD

#BCCEAD
(188,206,173)
#C2D2B4
(194,210,180)
#C8D6BB
(200,214,187)
#CEDAC2
(206,218,194)
#D4DEC9
(212,222,201)
#DAE2D0
(218,226,208)
#E0E6D7
(224,230,215)
#E6EADE
(230,234,222)
#ECEEE5
(236,238,229)
#F2F2EC
(242,242,236)
#F8F6F3
(248,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCCEAD; }

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

This text font color is #BCCEAD.

Background Color

.myBgColor { background-color: #BCCEAD; }

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

This div background color is #BCCEAD.

Border color

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

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

This div border color is #BCCEAD.

Opacity

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

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

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

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

This text has shadow with #BCCEAD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCCEAD.

Preview

Color preview on black background

This text has color #BCCEAD on black background.


Color preview on white background

This text has color #BCCEAD on white background.


Black color preview on #BCCEAD background

This text has black color on #BCCEAD background.


White color preview on #BCCEAD background

This text has white color on #BCCEAD background.


Related colors

Complementary color

Complementary color for #hex is #433152.


I love getcolorcode.com

Triadic colors

1 #ADBCCE and #CEADBC with #BCCEAD are triadic colors.

2 #ADCEBC and #CEBCAD with #BCCEAD are triadic colors.