COLOR #BDC4D1

HEX: #BDC4D1 RGB: (189,196,209)

Color info

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

RGB color model

#BDC4D1 color RGB value is (189,196,209).

RGB: (189,196,209) (74%, 77%, 82%)

RGB channels and saturation

R 189 of 255 = 74%
G 196 of 255 = 77%
B 209 of 255 = 82%

189
196
209

R + G + B ~ 78%. #BDC4D1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 189 + 196 + 209 = 594 (100%)
R 189 of 594 ~ 31.82%
G 196 of 594 ~ 33%
B 209 of 594 ~ 35.19'%

%31.82
%33
%35.19

CMYK color model

#BDC4D1 color CMYK value is (10,6,0,18).

  • cyan value is 9.57%
  • magenta value is 6.22%
  • yellow value is 0.00%
  • key color value is 18.04%

CMYK: (10,6,0,18)
C10M6Y0K18 (10%, 6%, 0%, 18%)
(0.10 / 0.06 / 0.00 / 0.18)

CMYK percentages

%9.57
%6.22
%0
%18.04

Codes

Color #BDC4D1 in popluar color models

BD C4 D1
RGB 189 196 209
HSL 219° 17.86% 78.04%
HSB/HSV 219° 9.57% 81.96%
CMYK 9.57% 6.22% 0.00%
18.04%

Color #BDC4D1 in popluar number systems.

HEX BD C4 D1
Decimal 189 196 209
Binary 10111101 11000100 11010001
Octal 275 304 321

Shades and tints

Shades of #BDC4D1

#BDC4D1
(189,196,209)
#ACB3BE
(172,179,190)
#9BA2AB
(155,162,171)
#8A9198
(138,145,152)
#798085
(121,128,133)
#686F72
(104,111,114)
#575E5F
(87,94,95)
#464D4C
(70,77,76)
#353C39
(53,60,57)
#242B26
(36,43,38)
#131A13
(19,26,19)
#000000
(0,0,0)

Tints of #BDC4D1

#BDC4D1
(189,196,209)
#C3C9D5
(195,201,213)
#C9CED9
(201,206,217)
#CFD3DD
(207,211,221)
#D5D8E1
(213,216,225)
#DBDDE5
(219,221,229)
#E1E2E9
(225,226,233)
#E7E7ED
(231,231,237)
#EDECF1
(237,236,241)
#F3F1F5
(243,241,245)
#F9F6F9
(249,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDC4D1; }

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

This text font color is #BDC4D1.

Background Color

.myBgColor { background-color: #BDC4D1; }

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

This div background color is #BDC4D1.

Border color

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

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

This div border color is #BDC4D1.

Opacity

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

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

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

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

This text has shadow with #BDC4D1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BDC4D1.

Preview

Color preview on black background

This text has color #BDC4D1 on black background.


Color preview on white background

This text has color #BDC4D1 on white background.


Black color preview on #BDC4D1 background

This text has black color on #BDC4D1 background.


White color preview on #BDC4D1 background

This text has white color on #BDC4D1 background.


Related colors

Complementary color

Complementary color for #hex is #423B2E.


I love getcolorcode.com

Triadic colors

1 #D1BDC4 and #C4D1BD with #BDC4D1 are triadic colors.

2 #D1C4BD and #C4BDD1 with #BDC4D1 are triadic colors.