COLOR #BDEC9C

HEX: #BDEC9C RGB: (189,236,156)

Color info

#BDEC9C contains mainly red and green colors. Web safe color of #BDEC9C is #CCFF99 (or #CF9).

RGB color model

#BDEC9C color RGB value is (189,236,156).

RGB: (189,236,156) (74%, 93%, 61%)

RGB channels and saturation

R 189 of 255 = 74%
G 236 of 255 = 93%
B 156 of 255 = 61%

189
236
156

R + G + B ~ 76%. #BDEC9C is quite light color.

Portions of RGB colors in percentages

R + G + B = 189 + 236 + 156 = 581 (100%)
R 189 of 581 ~ 32.53%
G 236 of 581 ~ 40.62%
B 156 of 581 ~ 26.85'%

%32.53
%40.62
%26.85

CMYK color model

#BDEC9C color CMYK value is (20,0,34,7).

  • cyan value is 19.92%
  • magenta value is 0.00%
  • yellow value is 33.90%
  • key color value is 7.45%

CMYK: (20,0,34,7)
C20M0Y34K7 (20%, 0%, 34%, 7%)
(0.20 / 0.00 / 0.34 / 0.07)

CMYK percentages

%19.92
%0
%33.9
%7.45

Codes

Color #BDEC9C in popluar color models

BD EC 9C
RGB 189 236 156
HSL 95° 67.80% 76.86%
HSB/HSV 95° 33.90% 92.55%
CMYK 19.92% 0.00% 33.90%
7.45%

Color #BDEC9C in popluar number systems.

HEX BD EC 9C
Decimal 189 236 156
Binary 10111101 11101100 10011100
Octal 275 354 234

Shades and tints

Shades of #BDEC9C

#BDEC9C
(189,236,156)
#ACD78E
(172,215,142)
#9BC280
(155,194,128)
#8AAD72
(138,173,114)
#799864
(121,152,100)
#688356
(104,131,86)
#576E48
(87,110,72)
#46593A
(70,89,58)
#35442C
(53,68,44)
#242F1E
(36,47,30)
#131A10
(19,26,16)
#000000
(0,0,0)

Tints of #BDEC9C

#BDEC9C
(189,236,156)
#C3EDA5
(195,237,165)
#C9EEAE
(201,238,174)
#CFEFB7
(207,239,183)
#D5F0C0
(213,240,192)
#DBF1C9
(219,241,201)
#E1F2D2
(225,242,210)
#E7F3DB
(231,243,219)
#EDF4E4
(237,244,228)
#F3F5ED
(243,245,237)
#F9F6F6
(249,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDEC9C; }

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

This text font color is #BDEC9C.

Background Color

.myBgColor { background-color: #BDEC9C; }

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

This div background color is #BDEC9C.

Border color

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

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

This div border color is #BDEC9C.

Opacity

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

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

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

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

This text has shadow with #BDEC9C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BDEC9C.

Preview

Color preview on black background

This text has color #BDEC9C on black background.


Color preview on white background

This text has color #BDEC9C on white background.


Black color preview on #BDEC9C background

This text has black color on #BDEC9C background.


White color preview on #BDEC9C background

This text has white color on #BDEC9C background.


Related colors

Complementary color

Complementary color for #hex is #421363.


I love getcolorcode.com

Triadic colors

1 #9CBDEC and #EC9CBD with #BDEC9C are triadic colors.

2 #9CECBD and #ECBD9C with #BDEC9C are triadic colors.