COLOR #BCDA9C

HEX: #BCDA9C RGB: (188,218,156)

Color info

#BCDA9C contains mainly red and green colors. Web safe color of #BCDA9C is #CCCC99 (or #CC9).

RGB color model

#BCDA9C color RGB value is (188,218,156).

RGB: (188,218,156) (74%, 85%, 61%)

RGB channels and saturation

R 188 of 255 = 74%
G 218 of 255 = 85%
B 156 of 255 = 61%

188
218
156

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

Portions of RGB colors in percentages

R + G + B = 188 + 218 + 156 = 562 (100%)
R 188 of 562 ~ 33.45%
G 218 of 562 ~ 38.79%
B 156 of 562 ~ 27.76'%

%33.45
%38.79
%27.76

CMYK color model

#BCDA9C color CMYK value is (14,0,28,15).

  • cyan value is 13.76%
  • magenta value is 0.00%
  • yellow value is 28.44%
  • key color value is 14.51%

CMYK: (14,0,28,15)
C14M0Y28K15 (14%, 0%, 28%, 15%)
(0.14 / 0.00 / 0.28 / 0.15)

CMYK percentages

%13.76
%0
%28.44
%14.51

Codes

Color #BCDA9C in popluar color models

BC DA 9C
RGB 188 218 156
HSL 89° 45.59% 73.33%
HSB/HSV 89° 28.44% 85.49%
CMYK 13.76% 0.00% 28.44%
14.51%

Color #BCDA9C in popluar number systems.

HEX BC DA 9C
Decimal 188 218 156
Binary 10111100 11011010 10011100
Octal 274 332 234

Shades and tints

Shades of #BCDA9C

#BCDA9C
(188,218,156)
#ABC78E
(171,199,142)
#9AB480
(154,180,128)
#89A172
(137,161,114)
#788E64
(120,142,100)
#677B56
(103,123,86)
#566848
(86,104,72)
#45553A
(69,85,58)
#34422C
(52,66,44)
#232F1E
(35,47,30)
#121C10
(18,28,16)
#000000
(0,0,0)

Tints of #BCDA9C

#BCDA9C
(188,218,156)
#C2DDA5
(194,221,165)
#C8E0AE
(200,224,174)
#CEE3B7
(206,227,183)
#D4E6C0
(212,230,192)
#DAE9C9
(218,233,201)
#E0ECD2
(224,236,210)
#E6EFDB
(230,239,219)
#ECF2E4
(236,242,228)
#F2F5ED
(242,245,237)
#F8F8F6
(248,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCDA9C color. Also use rgb(188,218,156) instead hex code.

Text Font Color

.myTextColor { color: #BCDA9C; }

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

This text font color is #BCDA9C.

Background Color

.myBgColor { background-color: #BCDA9C; }

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

This div background color is #BCDA9C.

Border color

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

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

This div border color is #BCDA9C.

Opacity

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

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

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

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

This text has shadow with #BCDA9C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCDA9C.

Preview

Color preview on black background

This text has color #BCDA9C on black background.


Color preview on white background

This text has color #BCDA9C on white background.


Black color preview on #BCDA9C background

This text has black color on #BCDA9C background.


White color preview on #BCDA9C background

This text has white color on #BCDA9C background.


Related colors

Complementary color

Complementary color for #hex is #432563.


I love getcolorcode.com

Triadic colors

1 #9CBCDA and #DA9CBC with #BCDA9C are triadic colors.

2 #9CDABC and #DABC9C with #BCDA9C are triadic colors.