COLOR #BCCEA4

HEX: #BCCEA4 RGB: (188,206,164)

Color info

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

RGB color model

#BCCEA4 color RGB value is (188,206,164).

RGB: (188,206,164) (74%, 81%, 64%)

RGB channels and saturation

R 188 of 255 = 74%
G 206 of 255 = 81%
B 164 of 255 = 64%

188
206
164

R + G + B ~ 73%. #BCCEA4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 188 + 206 + 164 = 558 (100%)
R 188 of 558 ~ 33.69%
G 206 of 558 ~ 36.92%
B 164 of 558 ~ 29.39'%

%33.69
%36.92
%29.39

CMYK color model

#BCCEA4 color CMYK value is (9,0,20,19).

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

CMYK: (9,0,20,19)
C9M0Y20K19 (9%, 0%, 20%, 19%)
(0.09 / 0.00 / 0.20 / 0.19)

CMYK percentages

%8.74
%0
%20.39
%19.22

Codes

Color #BCCEA4 in popluar color models

BC CE A4
RGB 188 206 164
HSL 86° 30.00% 72.55%
HSB/HSV 86° 20.39% 80.78%
CMYK 8.74% 0.00% 20.39%
19.22%

Color #BCCEA4 in popluar number systems.

HEX BC CE A4
Decimal 188 206 164
Binary 10111100 11001110 10100100
Octal 274 316 244

Shades and tints

Shades of #BCCEA4

#BCCEA4
(188,206,164)
#ABBC96
(171,188,150)
#9AAA88
(154,170,136)
#89987A
(137,152,122)
#78866C
(120,134,108)
#67745E
(103,116,94)
#566250
(86,98,80)
#455042
(69,80,66)
#343E34
(52,62,52)
#232C26
(35,44,38)
#121A18
(18,26,24)
#000000
(0,0,0)

Tints of #BCCEA4

#BCCEA4
(188,206,164)
#C2D2AC
(194,210,172)
#C8D6B4
(200,214,180)
#CEDABC
(206,218,188)
#D4DEC4
(212,222,196)
#DAE2CC
(218,226,204)
#E0E6D4
(224,230,212)
#E6EADC
(230,234,220)
#ECEEE4
(236,238,228)
#F2F2EC
(242,242,236)
#F8F6F4
(248,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCCEA4; }

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

This text font color is #BCCEA4.

Background Color

.myBgColor { background-color: #BCCEA4; }

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

This div background color is #BCCEA4.

Border color

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

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

This div border color is #BCCEA4.

Opacity

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

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

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

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

This text has shadow with #BCCEA4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCCEA4.

Preview

Color preview on black background

This text has color #BCCEA4 on black background.


Color preview on white background

This text has color #BCCEA4 on white background.


Black color preview on #BCCEA4 background

This text has black color on #BCCEA4 background.


White color preview on #BCCEA4 background

This text has white color on #BCCEA4 background.


Related colors

Complementary color

Complementary color for #hex is #43315B.


I love getcolorcode.com

Triadic colors

1 #A4BCCE and #CEA4BC with #BCCEA4 are triadic colors.

2 #A4CEBC and #CEBCA4 with #BCCEA4 are triadic colors.