COLOR #BCD1AA

HEX: #BCD1AA RGB: (188,209,170)

Color info

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

RGB color model

#BCD1AA color RGB value is (188,209,170).

RGB: (188,209,170) (74%, 82%, 67%)

RGB channels and saturation

R 188 of 255 = 74%
G 209 of 255 = 82%
B 170 of 255 = 67%

188
209
170

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

Portions of RGB colors in percentages

R + G + B = 188 + 209 + 170 = 567 (100%)
R 188 of 567 ~ 33.16%
G 209 of 567 ~ 36.86%
B 170 of 567 ~ 29.98'%

%33.16
%36.86
%29.98

CMYK color model

#BCD1AA color CMYK value is (10,0,19,18).

  • cyan value is 10.05%
  • magenta value is 0.00%
  • yellow value is 18.66%
  • key color value is 18.04%

CMYK: (10,0,19,18)
C10M0Y19K18 (10%, 0%, 19%, 18%)
(0.10 / 0.00 / 0.19 / 0.18)

CMYK percentages

%10.05
%0
%18.66
%18.04

Codes

Color #BCD1AA in popluar color models

BC D1 AA
RGB 188 209 170
HSL 92° 29.77% 74.31%
HSB/HSV 92° 18.66% 81.96%
CMYK 10.05% 0.00% 18.66%
18.04%

Color #BCD1AA in popluar number systems.

HEX BC D1 AA
Decimal 188 209 170
Binary 10111100 11010001 10101010
Octal 274 321 252

Shades and tints

Shades of #BCD1AA

#BCD1AA
(188,209,170)
#ABBE9B
(171,190,155)
#9AAB8C
(154,171,140)
#89987D
(137,152,125)
#78856E
(120,133,110)
#67725F
(103,114,95)
#565F50
(86,95,80)
#454C41
(69,76,65)
#343932
(52,57,50)
#232623
(35,38,35)
#121314
(18,19,20)
#000000
(0,0,0)

Tints of #BCD1AA

#BCD1AA
(188,209,170)
#C2D5B1
(194,213,177)
#C8D9B8
(200,217,184)
#CEDDBF
(206,221,191)
#D4E1C6
(212,225,198)
#DAE5CD
(218,229,205)
#E0E9D4
(224,233,212)
#E6EDDB
(230,237,219)
#ECF1E2
(236,241,226)
#F2F5E9
(242,245,233)
#F8F9F0
(248,249,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCD1AA color. Also use rgb(188,209,170) instead hex code.

Text Font Color

.myTextColor { color: #BCD1AA; }

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

This text font color is #BCD1AA.

Background Color

.myBgColor { background-color: #BCD1AA; }

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

This div background color is #BCD1AA.

Border color

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

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

This div border color is #BCD1AA.

Opacity

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

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

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

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

This text has shadow with #BCD1AA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCD1AA.

Preview

Color preview on black background

This text has color #BCD1AA on black background.


Color preview on white background

This text has color #BCD1AA on white background.


Black color preview on #BCD1AA background

This text has black color on #BCD1AA background.


White color preview on #BCD1AA background

This text has white color on #BCD1AA background.


Related colors

Complementary color

Complementary color for #hex is #432E55.


I love getcolorcode.com

Triadic colors

1 #AABCD1 and #D1AABC with #BCD1AA are triadic colors.

2 #AAD1BC and #D1BCAA with #BCD1AA are triadic colors.