COLOR #BDC9D4

HEX: #BDC9D4 RGB: (189,201,212)

Color info

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

RGB color model

#BDC9D4 color RGB value is (189,201,212).

RGB: (189,201,212) (74%, 79%, 83%)

RGB channels and saturation

R 189 of 255 = 74%
G 201 of 255 = 79%
B 212 of 255 = 83%

189
201
212

R + G + B ~ 79%. #BDC9D4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 189 + 201 + 212 = 602 (100%)
R 189 of 602 ~ 31.4%
G 201 of 602 ~ 33.39%
B 212 of 602 ~ 35.22'%

%31.4
%33.39
%35.22

CMYK color model

#BDC9D4 color CMYK value is (11,5,0,17).

  • cyan value is 10.85%
  • magenta value is 5.19%
  • yellow value is 0.00%
  • key color value is 16.86%

CMYK: (11,5,0,17)
C11M5Y0K17 (11%, 5%, 0%, 17%)
(0.11 / 0.05 / 0.00 / 0.17)

CMYK percentages

%10.85
%5.19
%0
%16.86

Codes

Color #BDC9D4 in popluar color models

BD C9 D4
RGB 189 201 212
HSL 209° 21.10% 78.63%
HSB/HSV 209° 10.85% 83.14%
CMYK 10.85% 5.19% 0.00%
16.86%

Color #BDC9D4 in popluar number systems.

HEX BD C9 D4
Decimal 189 201 212
Binary 10111101 11001001 11010100
Octal 275 311 324

Shades and tints

Shades of #BDC9D4

#BDC9D4
(189,201,212)
#ACB7C1
(172,183,193)
#9BA5AE
(155,165,174)
#8A939B
(138,147,155)
#798188
(121,129,136)
#686F75
(104,111,117)
#575D62
(87,93,98)
#464B4F
(70,75,79)
#35393C
(53,57,60)
#242729
(36,39,41)
#131516
(19,21,22)
#000000
(0,0,0)

Tints of #BDC9D4

#BDC9D4
(189,201,212)
#C3CDD7
(195,205,215)
#C9D1DA
(201,209,218)
#CFD5DD
(207,213,221)
#D5D9E0
(213,217,224)
#DBDDE3
(219,221,227)
#E1E1E6
(225,225,230)
#E7E5E9
(231,229,233)
#EDE9EC
(237,233,236)
#F3EDEF
(243,237,239)
#F9F1F2
(249,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDC9D4; }

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

This text font color is #BDC9D4.

Background Color

.myBgColor { background-color: #BDC9D4; }

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

This div background color is #BDC9D4.

Border color

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

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

This div border color is #BDC9D4.

Opacity

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

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

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

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

This text has shadow with #BDC9D4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BDC9D4.

Preview

Color preview on black background

This text has color #BDC9D4 on black background.


Color preview on white background

This text has color #BDC9D4 on white background.


Black color preview on #BDC9D4 background

This text has black color on #BDC9D4 background.


White color preview on #BDC9D4 background

This text has white color on #BDC9D4 background.


Related colors

Complementary color

Complementary color for #hex is #42362B.


I love getcolorcode.com

Triadic colors

1 #D4BDC9 and #C9D4BD with #BDC9D4 are triadic colors.

2 #D4C9BD and #C9BDD4 with #BDC9D4 are triadic colors.