COLOR #BCD0AA

HEX: #BCD0AA RGB: (188,208,170)

Color info

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

RGB color model

#BCD0AA color RGB value is (188,208,170).

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

RGB channels and saturation

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

188
208
170

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

Portions of RGB colors in percentages

R + G + B = 188 + 208 + 170 = 566 (100%)
R 188 of 566 ~ 33.22%
G 208 of 566 ~ 36.75%
B 170 of 566 ~ 30.04'%

%33.22
%36.75
%30.04

CMYK color model

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

  • cyan value is 9.62%
  • magenta value is 0.00%
  • yellow value is 18.27%
  • key color value is 18.43%

CMYK: (10,0,18,18)
C10M0Y18K18 (10%, 0%, 18%, 18%)
(0.10 / 0.00 / 0.18 / 0.18)

CMYK percentages

%9.62
%0
%18.27
%18.43

Codes

Color #BCD0AA in popluar color models

BC D0 AA
RGB 188 208 170
HSL 92° 28.79% 74.12%
HSB/HSV 92° 18.27% 81.57%
CMYK 9.62% 0.00% 18.27%
18.43%

Color #BCD0AA in popluar number systems.

HEX BC D0 AA
Decimal 188 208 170
Binary 10111100 11010000 10101010
Octal 274 320 252

Shades and tints

Shades of #BCD0AA

#BCD0AA
(188,208,170)
#ABBE9B
(171,190,155)
#9AAC8C
(154,172,140)
#899A7D
(137,154,125)
#78886E
(120,136,110)
#67765F
(103,118,95)
#566450
(86,100,80)
#455241
(69,82,65)
#344032
(52,64,50)
#232E23
(35,46,35)
#121C14
(18,28,20)
#000000
(0,0,0)

Tints of #BCD0AA

#BCD0AA
(188,208,170)
#C2D4B1
(194,212,177)
#C8D8B8
(200,216,184)
#CEDCBF
(206,220,191)
#D4E0C6
(212,224,198)
#DAE4CD
(218,228,205)
#E0E8D4
(224,232,212)
#E6ECDB
(230,236,219)
#ECF0E2
(236,240,226)
#F2F4E9
(242,244,233)
#F8F8F0
(248,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCD0AA; }

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

This text font color is #BCD0AA.

Background Color

.myBgColor { background-color: #BCD0AA; }

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

This div background color is #BCD0AA.

Border color

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

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

This div border color is #BCD0AA.

Opacity

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

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

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

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

This text has shadow with #BCD0AA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCD0AA.

Preview

Color preview on black background

This text has color #BCD0AA on black background.


Color preview on white background

This text has color #BCD0AA on white background.


Black color preview on #BCD0AA background

This text has black color on #BCD0AA background.


White color preview on #BCD0AA background

This text has white color on #BCD0AA background.


Related colors

Complementary color

Complementary color for #hex is #432F55.


I love getcolorcode.com

Triadic colors

1 #AABCD0 and #D0AABC with #BCD0AA are triadic colors.

2 #AAD0BC and #D0BCAA with #BCD0AA are triadic colors.