COLOR #BCD4AC

HEX: #BCD4AC RGB: (188,212,172)

Color info

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

RGB color model

#BCD4AC color RGB value is (188,212,172).

RGB: (188,212,172) (74%, 83%, 67%)

RGB channels and saturation

R 188 of 255 = 74%
G 212 of 255 = 83%
B 172 of 255 = 67%

188
212
172

R + G + B ~ 75%. #BCD4AC is quite light color.

Portions of RGB colors in percentages

R + G + B = 188 + 212 + 172 = 572 (100%)
R 188 of 572 ~ 32.87%
G 212 of 572 ~ 37.06%
B 172 of 572 ~ 30.07'%

%32.87
%37.06
%30.07

CMYK color model

#BCD4AC color CMYK value is (11,0,19,17).

  • cyan value is 11.32%
  • magenta value is 0.00%
  • yellow value is 18.87%
  • key color value is 16.86%

CMYK: (11,0,19,17)
C11M0Y19K17 (11%, 0%, 19%, 17%)
(0.11 / 0.00 / 0.19 / 0.17)

CMYK percentages

%11.32
%0
%18.87
%16.86

Codes

Color #BCD4AC in popluar color models

BC D4 AC
RGB 188 212 172
HSL 96° 31.75% 75.29%
HSB/HSV 96° 18.87% 83.14%
CMYK 11.32% 0.00% 18.87%
16.86%

Color #BCD4AC in popluar number systems.

HEX BC D4 AC
Decimal 188 212 172
Binary 10111100 11010100 10101100
Octal 274 324 254

Shades and tints

Shades of #BCD4AC

#BCD4AC
(188,212,172)
#ABC19D
(171,193,157)
#9AAE8E
(154,174,142)
#899B7F
(137,155,127)
#788870
(120,136,112)
#677561
(103,117,97)
#566252
(86,98,82)
#454F43
(69,79,67)
#343C34
(52,60,52)
#232925
(35,41,37)
#121616
(18,22,22)
#000000
(0,0,0)

Tints of #BCD4AC

#BCD4AC
(188,212,172)
#C2D7B3
(194,215,179)
#C8DABA
(200,218,186)
#CEDDC1
(206,221,193)
#D4E0C8
(212,224,200)
#DAE3CF
(218,227,207)
#E0E6D6
(224,230,214)
#E6E9DD
(230,233,221)
#ECECE4
(236,236,228)
#F2EFEB
(242,239,235)
#F8F2F2
(248,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCD4AC color. Also use rgb(188,212,172) instead hex code.

Text Font Color

.myTextColor { color: #BCD4AC; }

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

This text font color is #BCD4AC.

Background Color

.myBgColor { background-color: #BCD4AC; }

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

This div background color is #BCD4AC.

Border color

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

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

This div border color is #BCD4AC.

Opacity

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

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

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

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

This text has shadow with #BCD4AC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCD4AC.

Preview

Color preview on black background

This text has color #BCD4AC on black background.


Color preview on white background

This text has color #BCD4AC on white background.


Black color preview on #BCD4AC background

This text has black color on #BCD4AC background.


White color preview on #BCD4AC background

This text has white color on #BCD4AC background.


Related colors

Complementary color

Complementary color for #hex is #432B53.


I love getcolorcode.com

Triadic colors

1 #ACBCD4 and #D4ACBC with #BCD4AC are triadic colors.

2 #ACD4BC and #D4BCAC with #BCD4AC are triadic colors.