COLOR #BDE49F

HEX: #BDE49F RGB: (189,228,159)

Color info

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

RGB color model

#BDE49F color RGB value is (189,228,159).

RGB: (189,228,159) (74%, 89%, 62%)

RGB channels and saturation

R 189 of 255 = 74%
G 228 of 255 = 89%
B 159 of 255 = 62%

189
228
159

R + G + B ~ 75%. #BDE49F is quite light color.

Portions of RGB colors in percentages

R + G + B = 189 + 228 + 159 = 576 (100%)
R 189 of 576 ~ 32.81%
G 228 of 576 ~ 39.58%
B 159 of 576 ~ 27.6'%

%32.81
%39.58
%27.6

CMYK color model

#BDE49F color CMYK value is (17,0,30,11).

  • cyan value is 17.11%
  • magenta value is 0.00%
  • yellow value is 30.26%
  • key color value is 10.59%
CMYK: (17,0,30,11) C17M0Y30K11 (17%,0%,30%,11%) (0.17/0.00/0.30/0.11) 

CMYK percentages

%17.11
%0
%30.26
%10.59

Codes

Color #BDE49F in popluar color models

BD E4 9F
RGB 189 228 159
HSL 94° 56.10% 75.88%
HSB/HSV 94° 30.26% 89.41%
CMYK 17.11% 0.00% 30.26%
10.59%

Color #BDE49F in popluar number systems.

HEX BD E4 9F
Decimal 189 228 159
Binary 10111101 11100100 10011111
Octal 275 344 237

Shades and tints

Shades of #BDE49F

#BDE49F
(189,228,159)
#ACD091
(172,208,145)
#9BBC83
(155,188,131)
#8AA875
(138,168,117)
#799467
(121,148,103)
#688059
(104,128,89)
#576C4B
(87,108,75)
#46583D
(70,88,61)
#35442F
(53,68,47)
#243021
(36,48,33)
#131C13
(19,28,19)
#000000
(0,0,0)

Tints of #BDE49F

#BDE49F
(189,228,159)
#C3E6A7
(195,230,167)
#C9E8AF
(201,232,175)
#CFEAB7
(207,234,183)
#D5ECBF
(213,236,191)
#DBEEC7
(219,238,199)
#E1F0CF
(225,240,207)
#E7F2D7
(231,242,215)
#EDF4DF
(237,244,223)
#F3F6E7
(243,246,231)
#F9F8EF
(249,248,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BDE49F color. Also use rgb(189,228,159) instead hex code.

Text Font Color

.myTextColor { color: #BDE49F; }

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

This text font color is #BDE49F.

Background Color

.myBgColor { background-color: #BDE49F; }

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

This div background color is #BDE49F.

Border color

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

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

This div border color is #BDE49F.

Opacity

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

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

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

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

This text has shadow with #BDE49F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BDE49F.

Preview

Color preview on black background

This text has color #BDE49F on black background.


Color preview on white background

This text has color #BDE49F on white background.


Black color preview on #BDE49F background

This text has black color on #BDE49F background.


White color preview on #BDE49F background

This text has white color on #BDE49F background.


Related colors

Complementary color

Complementary color for #hex is #421B60.


I love getcolorcode.com

Triadic colors

1 #9FBDE4 and #E49FBD with #BDE49F are triadic colors.

2 #9FE4BD and #E4BD9F with #BDE49F are triadic colors.