COLOR #BDC6D2

HEX: #BDC6D2 RGB: (189,198,210)

Color info

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

RGB color model

#BDC6D2 color RGB value is (189,198,210).

RGB: (189,198,210) (74%, 78%, 82%)

RGB channels and saturation

R 189 of 255 = 74%
G 198 of 255 = 78%
B 210 of 255 = 82%

189
198
210

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

Portions of RGB colors in percentages

R + G + B = 189 + 198 + 210 = 597 (100%)
R 189 of 597 ~ 31.66%
G 198 of 597 ~ 33.17%
B 210 of 597 ~ 35.18'%

%31.66
%33.17
%35.18

CMYK color model

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

  • cyan value is 10.00%
  • magenta value is 5.71%
  • yellow value is 0.00%
  • key color value is 17.65%
CMYK: (10,6,0,18) C10M6Y0K18 (10%,6%,0%,18%) (0.10/0.06/0.00/0.18) 

CMYK percentages

%10
%5.71
%0
%17.65

Codes

Color #BDC6D2 in popluar color models

BD C6 D2
RGB 189 198 210
HSL 214° 18.92% 78.24%
HSB/HSV 214° 10.00% 82.35%
CMYK 10.00% 5.71% 0.00%
17.65%

Color #BDC6D2 in popluar number systems.

HEX BD C6 D2
Decimal 189 198 210
Binary 10111101 11000110 11010010
Octal 275 306 322

Shades and tints

Shades of #BDC6D2

#BDC6D2
(189,198,210)
#ACB4BF
(172,180,191)
#9BA2AC
(155,162,172)
#8A9099
(138,144,153)
#797E86
(121,126,134)
#686C73
(104,108,115)
#575A60
(87,90,96)
#46484D
(70,72,77)
#35363A
(53,54,58)
#242427
(36,36,39)
#131214
(19,18,20)
#000000
(0,0,0)

Tints of #BDC6D2

#BDC6D2
(189,198,210)
#C3CBD6
(195,203,214)
#C9D0DA
(201,208,218)
#CFD5DE
(207,213,222)
#D5DAE2
(213,218,226)
#DBDFE6
(219,223,230)
#E1E4EA
(225,228,234)
#E7E9EE
(231,233,238)
#EDEEF2
(237,238,242)
#F3F3F6
(243,243,246)
#F9F8FA
(249,248,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDC6D2; }

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

This text font color is #BDC6D2.

Background Color

.myBgColor { background-color: #BDC6D2; }

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

This div background color is #BDC6D2.

Border color

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

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

This div border color is #BDC6D2.

Opacity

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

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

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

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

This text has shadow with #BDC6D2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BDC6D2.

Preview

Color preview on black background

This text has color #BDC6D2 on black background.


Color preview on white background

This text has color #BDC6D2 on white background.


Black color preview on #BDC6D2 background

This text has black color on #BDC6D2 background.


White color preview on #BDC6D2 background

This text has white color on #BDC6D2 background.


Related colors

Complementary color

Complementary color for #hex is #42392D.


I love getcolorcode.com

Triadic colors

1 #D2BDC6 and #C6D2BD with #BDC6D2 are triadic colors.

2 #D2C6BD and #C6BDD2 with #BDC6D2 are triadic colors.