COLOR #BDD5BD

HEX: #BDD5BD RGB: (189,213,189)

Color info

#BDD5BD contains red, green and blue colors in about the same proportion. Web safe color of #BDD5BD is #CCCCCC (or #CCC).

RGB color model

#BDD5BD color RGB value is (189,213,189).

RGB: (189,213,189) (74%, 84%, 74%)

RGB channels and saturation

R 189 of 255 = 74%
G 213 of 255 = 84%
B 189 of 255 = 74%

189
213
189

R + G + B ~ 77%. #BDD5BD is quite light color.

Portions of RGB colors in percentages

R + G + B = 189 + 213 + 189 = 591 (100%)
R 189 of 591 ~ 31.98%
G 213 of 591 ~ 36.04%
B 189 of 591 ~ 31.98'%

%31.98
%36.04
%31.98

CMYK color model

#BDD5BD color CMYK value is (11,0,11,16).

  • cyan value is 11.27%
  • magenta value is 0.00%
  • yellow value is 11.27%
  • key color value is 16.47%

CMYK: (11,0,11,16)
C11M0Y11K16 (11%, 0%, 11%, 16%)
(0.11 / 0.00 / 0.11 / 0.16)

CMYK percentages

%11.27
%0
%11.27
%16.47

Codes

Color #BDD5BD in popluar color models

BD D5 BD
RGB 189 213 189
HSL 120° 22.22% 78.82%
HSB/HSV 120° 11.27% 83.53%
CMYK 11.27% 0.00% 11.27%
16.47%

Color #BDD5BD in popluar number systems.

HEX BD D5 BD
Decimal 189 213 189
Binary 10111101 11010101 10111101
Octal 275 325 275

Shades and tints

Shades of #BDD5BD

#BDD5BD
(189,213,189)
#ACC2AC
(172,194,172)
#9BAF9B
(155,175,155)
#8A9C8A
(138,156,138)
#798979
(121,137,121)
#687668
(104,118,104)
#576357
(87,99,87)
#465046
(70,80,70)
#353D35
(53,61,53)
#242A24
(36,42,36)
#131713
(19,23,19)
#000000
(0,0,0)

Tints of #BDD5BD

#BDD5BD
(189,213,189)
#C3D8C3
(195,216,195)
#C9DBC9
(201,219,201)
#CFDECF
(207,222,207)
#D5E1D5
(213,225,213)
#DBE4DB
(219,228,219)
#E1E7E1
(225,231,225)
#E7EAE7
(231,234,231)
#EDEDED
(237,237,237)
#F3F0F3
(243,240,243)
#F9F3F9
(249,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDD5BD; }

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

This text font color is #BDD5BD.

Background Color

.myBgColor { background-color: #BDD5BD; }

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

This div background color is #BDD5BD.

Border color

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

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

This div border color is #BDD5BD.

Opacity

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

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

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

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

This text has shadow with #BDD5BD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BDD5BD.

Preview

Color preview on black background

This text has color #BDD5BD on black background.


Color preview on white background

This text has color #BDD5BD on white background.


Black color preview on #BDD5BD background

This text has black color on #BDD5BD background.


White color preview on #BDD5BD background

This text has white color on #BDD5BD background.


Related colors

Complementary color

Complementary color for #hex is #422A42.


I love getcolorcode.com

Triadic colors

1 #BDBDD5 and #D5BDBD with #BDD5BD are triadic colors.

2 #BDD5BD and #D5BDBD with #BDD5BD are triadic colors.