COLOR #BDD889

HEX: #BDD889 RGB: (189,216,137)

Color info

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

RGB color model

#BDD889 color RGB value is (189,216,137).

RGB: (189,216,137) (74%, 85%, 54%)

RGB channels and saturation

R 189 of 255 = 74%
G 216 of 255 = 85%
B 137 of 255 = 54%

189
216
137

R + G + B ~ 71%. #BDD889 is quite light color.

Portions of RGB colors in percentages

R + G + B = 189 + 216 + 137 = 542 (100%)
R 189 of 542 ~ 34.87%
G 216 of 542 ~ 39.85%
B 137 of 542 ~ 25.28'%

%34.87
%39.85
%25.28

CMYK color model

#BDD889 color CMYK value is (13,0,37,15).

  • cyan value is 12.50%
  • magenta value is 0.00%
  • yellow value is 36.57%
  • key color value is 15.29%

CMYK: (13,0,37,15)
C13M0Y37K15 (13%, 0%, 37%, 15%)
(0.13 / 0.00 / 0.37 / 0.15)

CMYK percentages

%12.5
%0
%36.57
%15.29

Codes

Color #BDD889 in popluar color models

BD D8 89
RGB 189 216 137
HSL 81° 50.32% 69.22%
HSB/HSV 81° 36.57% 84.71%
CMYK 12.50% 0.00% 36.57%
15.29%

Color #BDD889 in popluar number systems.

HEX BD D8 89
Decimal 189 216 137
Binary 10111101 11011000 10001001
Octal 275 330 211

Shades and tints

Shades of #BDD889

#BDD889
(189,216,137)
#ACC57D
(172,197,125)
#9BB271
(155,178,113)
#8A9F65
(138,159,101)
#798C59
(121,140,89)
#68794D
(104,121,77)
#576641
(87,102,65)
#465335
(70,83,53)
#354029
(53,64,41)
#242D1D
(36,45,29)
#131A11
(19,26,17)
#000000
(0,0,0)

Tints of #BDD889

#BDD889
(189,216,137)
#C3DB93
(195,219,147)
#C9DE9D
(201,222,157)
#CFE1A7
(207,225,167)
#D5E4B1
(213,228,177)
#DBE7BB
(219,231,187)
#E1EAC5
(225,234,197)
#E7EDCF
(231,237,207)
#EDF0D9
(237,240,217)
#F3F3E3
(243,243,227)
#F9F6ED
(249,246,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BDD889 color. Also use rgb(189,216,137) instead hex code.

Text Font Color

.myTextColor { color: #BDD889; }

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

This text font color is #BDD889.

Background Color

.myBgColor { background-color: #BDD889; }

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

This div background color is #BDD889.

Border color

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

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

This div border color is #BDD889.

Opacity

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

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

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

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

This text has shadow with #BDD889 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BDD889.

Preview

Color preview on black background

This text has color #BDD889 on black background.


Color preview on white background

This text has color #BDD889 on white background.


Black color preview on #BDD889 background

This text has black color on #BDD889 background.


White color preview on #BDD889 background

This text has white color on #BDD889 background.


Related colors

Complementary color

Complementary color for #hex is #422776.


I love getcolorcode.com

Triadic colors

1 #89BDD8 and #D889BD with #BDD889 are triadic colors.

2 #89D8BD and #D8BD89 with #BDD889 are triadic colors.