COLOR #BDD5BC

HEX: #BDD5BC RGB: (189,213,188)

Color info

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

RGB color model

#BDD5BC color RGB value is (189,213,188).

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

RGB channels and saturation

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

189
213
188

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

Portions of RGB colors in percentages

R + G + B = 189 + 213 + 188 = 590 (100%)
R 189 of 590 ~ 32.03%
G 213 of 590 ~ 36.1%
B 188 of 590 ~ 31.86'%

%32.03
%36.1
%31.86

CMYK color model

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

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

CMYK: (11,0,12,16)
C11M0Y12K16 (11%, 0%, 12%, 16%)
(0.11 / 0.00 / 0.12 / 0.16)

CMYK percentages

%11.27
%0
%11.74
%16.47

Codes

Color #BDD5BC in popluar color models

BD D5 BC
RGB 189 213 188
HSL 118° 22.94% 78.63%
HSB/HSV 118° 11.74% 83.53%
CMYK 11.27% 0.00% 11.74%
16.47%

Color #BDD5BC in popluar number systems.

HEX BD D5 BC
Decimal 189 213 188
Binary 10111101 11010101 10111100
Octal 275 325 274

Shades and tints

Shades of #BDD5BC

#BDD5BC
(189,213,188)
#ACC2AB
(172,194,171)
#9BAF9A
(155,175,154)
#8A9C89
(138,156,137)
#798978
(121,137,120)
#687667
(104,118,103)
#576356
(87,99,86)
#465045
(70,80,69)
#353D34
(53,61,52)
#242A23
(36,42,35)
#131712
(19,23,18)
#000000
(0,0,0)

Tints of #BDD5BC

#BDD5BC
(189,213,188)
#C3D8C2
(195,216,194)
#C9DBC8
(201,219,200)
#CFDECE
(207,222,206)
#D5E1D4
(213,225,212)
#DBE4DA
(219,228,218)
#E1E7E0
(225,231,224)
#E7EAE6
(231,234,230)
#EDEDEC
(237,237,236)
#F3F0F2
(243,240,242)
#F9F3F8
(249,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDD5BC; }

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

This text font color is #BDD5BC.

Background Color

.myBgColor { background-color: #BDD5BC; }

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

This div background color is #BDD5BC.

Border color

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

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

This div border color is #BDD5BC.

Opacity

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

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

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

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

This text has shadow with #BDD5BC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BDD5BC.

Preview

Color preview on black background

This text has color #BDD5BC on black background.


Color preview on white background

This text has color #BDD5BC on white background.


Black color preview on #BDD5BC background

This text has black color on #BDD5BC background.


White color preview on #BDD5BC background

This text has white color on #BDD5BC background.


Related colors

Complementary color

Complementary color for #hex is #422A43.


I love getcolorcode.com

Triadic colors

1 #BCBDD5 and #D5BCBD with #BDD5BC are triadic colors.

2 #BCD5BD and #D5BDBC with #BDD5BC are triadic colors.