COLOR #BDD6BC

HEX: #BDD6BC RGB: (189,214,188)

Color info

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

RGB color model

#BDD6BC color RGB value is (189,214,188).

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

RGB channels and saturation

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

189
214
188

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

Portions of RGB colors in percentages

R + G + B = 189 + 214 + 188 = 591 (100%)
R 189 of 591 ~ 31.98%
G 214 of 591 ~ 36.21%
B 188 of 591 ~ 31.81'%

%31.98
%36.21
%31.81

CMYK color model

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

  • cyan value is 11.68%
  • magenta value is 0.00%
  • yellow value is 12.15%
  • key color value is 16.08%

CMYK: (12,0,12,16)
C12M0Y12K16 (12%, 0%, 12%, 16%)
(0.12 / 0.00 / 0.12 / 0.16)

CMYK percentages

%11.68
%0
%12.15
%16.08

Codes

Color #BDD6BC in popluar color models

BD D6 BC
RGB 189 214 188
HSL 118° 24.07% 78.82%
HSB/HSV 118° 12.15% 83.92%
CMYK 11.68% 0.00% 12.15%
16.08%

Color #BDD6BC in popluar number systems.

HEX BD D6 BC
Decimal 189 214 188
Binary 10111101 11010110 10111100
Octal 275 326 274

Shades and tints

Shades of #BDD6BC

#BDD6BC
(189,214,188)
#ACC3AB
(172,195,171)
#9BB09A
(155,176,154)
#8A9D89
(138,157,137)
#798A78
(121,138,120)
#687767
(104,119,103)
#576456
(87,100,86)
#465145
(70,81,69)
#353E34
(53,62,52)
#242B23
(36,43,35)
#131812
(19,24,18)
#000000
(0,0,0)

Tints of #BDD6BC

#BDD6BC
(189,214,188)
#C3D9C2
(195,217,194)
#C9DCC8
(201,220,200)
#CFDFCE
(207,223,206)
#D5E2D4
(213,226,212)
#DBE5DA
(219,229,218)
#E1E8E0
(225,232,224)
#E7EBE6
(231,235,230)
#EDEEEC
(237,238,236)
#F3F1F2
(243,241,242)
#F9F4F8
(249,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDD6BC; }

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

This text font color is #BDD6BC.

Background Color

.myBgColor { background-color: #BDD6BC; }

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

This div background color is #BDD6BC.

Border color

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

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

This div border color is #BDD6BC.

Opacity

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

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

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

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

This text has shadow with #BDD6BC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BDD6BC.

Preview

Color preview on black background

This text has color #BDD6BC on black background.


Color preview on white background

This text has color #BDD6BC on white background.


Black color preview on #BDD6BC background

This text has black color on #BDD6BC background.


White color preview on #BDD6BC background

This text has white color on #BDD6BC background.


Related colors

Complementary color

Complementary color for #hex is #422943.


I love getcolorcode.com

Triadic colors

1 #BCBDD6 and #D6BCBD with #BDD6BC are triadic colors.

2 #BCD6BD and #D6BDBC with #BDD6BC are triadic colors.