COLOR #BDC39C

HEX: #BDC39C RGB: (189,195,156)

Color info

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

RGB color model

#BDC39C color RGB value is (189,195,156).

RGB: (189,195,156) (74%, 76%, 61%)

RGB channels and saturation

R 189 of 255 = 74%
G 195 of 255 = 76%
B 156 of 255 = 61%

189
195
156

R + G + B ~ 70%. #BDC39C is quite light color.

Portions of RGB colors in percentages

R + G + B = 189 + 195 + 156 = 540 (100%)
R 189 of 540 ~ 35%
G 195 of 540 ~ 36.11%
B 156 of 540 ~ 28.89'%

%35
%36.11
%28.89

CMYK color model

#BDC39C color CMYK value is (3,0,20,24).

  • cyan value is 3.08%
  • magenta value is 0.00%
  • yellow value is 20.00%
  • key color value is 23.53%

CMYK: (3,0,20,24)
C3M0Y20K24 (3%, 0%, 20%, 24%)
(0.03 / 0.00 / 0.20 / 0.24)

CMYK percentages

%3.08
%0
%20
%23.53

Codes

Color #BDC39C in popluar color models

BD C3 9C
RGB 189 195 156
HSL 69° 24.53% 68.82%
HSB/HSV 69° 20.00% 76.47%
CMYK 3.08% 0.00% 20.00%
23.53%

Color #BDC39C in popluar number systems.

HEX BD C3 9C
Decimal 189 195 156
Binary 10111101 11000011 10011100
Octal 275 303 234

Shades and tints

Shades of #BDC39C

#BDC39C
(189,195,156)
#ACB28E
(172,178,142)
#9BA180
(155,161,128)
#8A9072
(138,144,114)
#797F64
(121,127,100)
#686E56
(104,110,86)
#575D48
(87,93,72)
#464C3A
(70,76,58)
#353B2C
(53,59,44)
#242A1E
(36,42,30)
#131910
(19,25,16)
#000000
(0,0,0)

Tints of #BDC39C

#BDC39C
(189,195,156)
#C3C8A5
(195,200,165)
#C9CDAE
(201,205,174)
#CFD2B7
(207,210,183)
#D5D7C0
(213,215,192)
#DBDCC9
(219,220,201)
#E1E1D2
(225,225,210)
#E7E6DB
(231,230,219)
#EDEBE4
(237,235,228)
#F3F0ED
(243,240,237)
#F9F5F6
(249,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BDC39C color. Also use rgb(189,195,156) instead hex code.

Text Font Color

.myTextColor { color: #BDC39C; }

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

This text font color is #BDC39C.

Background Color

.myBgColor { background-color: #BDC39C; }

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

This div background color is #BDC39C.

Border color

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

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

This div border color is #BDC39C.

Opacity

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

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

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

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

This text has shadow with #BDC39C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BDC39C.

Preview

Color preview on black background

This text has color #BDC39C on black background.


Color preview on white background

This text has color #BDC39C on white background.


Black color preview on #BDC39C background

This text has black color on #BDC39C background.


White color preview on #BDC39C background

This text has white color on #BDC39C background.


Related colors

Complementary color

Complementary color for #hex is #423C63.


I love getcolorcode.com

Triadic colors

1 #9CBDC3 and #C39CBD with #BDC39C are triadic colors.

2 #9CC3BD and #C3BD9C with #BDC39C are triadic colors.