COLOR #BDD0BD

HEX: #BDD0BD RGB: (189,208,189)

Color info

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

RGB color model

#BDD0BD color RGB value is (189,208,189).

RGB: (189,208,189) (74%, 82%, 74%)

RGB channels and saturation

R 189 of 255 = 74%
G 208 of 255 = 82%
B 189 of 255 = 74%

189
208
189

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

Portions of RGB colors in percentages

R + G + B = 189 + 208 + 189 = 586 (100%)
R 189 of 586 ~ 32.25%
G 208 of 586 ~ 35.49%
B 189 of 586 ~ 32.25'%

%32.25
%35.49
%32.25

CMYK color model

#BDD0BD color CMYK value is (9,0,9,18).

  • cyan value is 9.13%
  • magenta value is 0.00%
  • yellow value is 9.13%
  • key color value is 18.43%

CMYK: (9,0,9,18)
C9M0Y9K18 (9%, 0%, 9%, 18%)
(0.09 / 0.00 / 0.09 / 0.18)

CMYK percentages

%9.13
%0
%9.13
%18.43

Codes

Color #BDD0BD in popluar color models

BD D0 BD
RGB 189 208 189
HSL 120° 16.81% 77.84%
HSB/HSV 120° 9.13% 81.57%
CMYK 9.13% 0.00% 9.13%
18.43%

Color #BDD0BD in popluar number systems.

HEX BD D0 BD
Decimal 189 208 189
Binary 10111101 11010000 10111101
Octal 275 320 275

Shades and tints

Shades of #BDD0BD

#BDD0BD
(189,208,189)
#ACBEAC
(172,190,172)
#9BAC9B
(155,172,155)
#8A9A8A
(138,154,138)
#798879
(121,136,121)
#687668
(104,118,104)
#576457
(87,100,87)
#465246
(70,82,70)
#354035
(53,64,53)
#242E24
(36,46,36)
#131C13
(19,28,19)
#000000
(0,0,0)

Tints of #BDD0BD

#BDD0BD
(189,208,189)
#C3D4C3
(195,212,195)
#C9D8C9
(201,216,201)
#CFDCCF
(207,220,207)
#D5E0D5
(213,224,213)
#DBE4DB
(219,228,219)
#E1E8E1
(225,232,225)
#E7ECE7
(231,236,231)
#EDF0ED
(237,240,237)
#F3F4F3
(243,244,243)
#F9F8F9
(249,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDD0BD; }

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

This text font color is #BDD0BD.

Background Color

.myBgColor { background-color: #BDD0BD; }

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

This div background color is #BDD0BD.

Border color

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

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

This div border color is #BDD0BD.

Opacity

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

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

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

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

This text has shadow with #BDD0BD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BDD0BD.

Preview

Color preview on black background

This text has color #BDD0BD on black background.


Color preview on white background

This text has color #BDD0BD on white background.


Black color preview on #BDD0BD background

This text has black color on #BDD0BD background.


White color preview on #BDD0BD background

This text has white color on #BDD0BD background.


Related colors

Complementary color

Complementary color for #hex is #422F42.


I love getcolorcode.com

Triadic colors

1 #BDBDD0 and #D0BDBD with #BDD0BD are triadic colors.

2 #BDD0BD and #D0BDBD with #BDD0BD are triadic colors.