COLOR #BDC3B6

HEX: #BDC3B6 RGB: (189,195,182)

Color info

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

RGB color model

#BDC3B6 color RGB value is (189,195,182).

RGB: (189,195,182) (74%, 76%, 71%)

RGB channels and saturation

R 189 of 255 = 74%
G 195 of 255 = 76%
B 182 of 255 = 71%

189
195
182

R + G + B ~ 74%. #BDC3B6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 189 + 195 + 182 = 566 (100%)
R 189 of 566 ~ 33.39%
G 195 of 566 ~ 34.45%
B 182 of 566 ~ 32.16'%

%33.39
%34.45
%32.16

CMYK color model

#BDC3B6 color CMYK value is (3,0,7,24).

  • cyan value is 3.08%
  • magenta value is 0.00%
  • yellow value is 6.67%
  • key color value is 23.53%

CMYK: (3,0,7,24)
C3M0Y7K24 (3%, 0%, 7%, 24%)
(0.03 / 0.00 / 0.07 / 0.24)

CMYK percentages

%3.08
%0
%6.67
%23.53

Codes

Color #BDC3B6 in popluar color models

BD C3 B6
RGB 189 195 182
HSL 88° 9.77% 73.92%
HSB/HSV 88° 6.67% 76.47%
CMYK 3.08% 0.00% 6.67%
23.53%

Color #BDC3B6 in popluar number systems.

HEX BD C3 B6
Decimal 189 195 182
Binary 10111101 11000011 10110110
Octal 275 303 266

Shades and tints

Shades of #BDC3B6

#BDC3B6
(189,195,182)
#ACB2A6
(172,178,166)
#9BA196
(155,161,150)
#8A9086
(138,144,134)
#797F76
(121,127,118)
#686E66
(104,110,102)
#575D56
(87,93,86)
#464C46
(70,76,70)
#353B36
(53,59,54)
#242A26
(36,42,38)
#131916
(19,25,22)
#000000
(0,0,0)

Tints of #BDC3B6

#BDC3B6
(189,195,182)
#C3C8BC
(195,200,188)
#C9CDC2
(201,205,194)
#CFD2C8
(207,210,200)
#D5D7CE
(213,215,206)
#DBDCD4
(219,220,212)
#E1E1DA
(225,225,218)
#E7E6E0
(231,230,224)
#EDEBE6
(237,235,230)
#F3F0EC
(243,240,236)
#F9F5F2
(249,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BDC3B6 color. Also use rgb(189,195,182) instead hex code.

Text Font Color

.myTextColor { color: #BDC3B6; }

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

This text font color is #BDC3B6.

Background Color

.myBgColor { background-color: #BDC3B6; }

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

This div background color is #BDC3B6.

Border color

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

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

This div border color is #BDC3B6.

Opacity

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

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

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

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

This text has shadow with #BDC3B6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BDC3B6.

Preview

Color preview on black background

This text has color #BDC3B6 on black background.


Color preview on white background

This text has color #BDC3B6 on white background.


Black color preview on #BDC3B6 background

This text has black color on #BDC3B6 background.


White color preview on #BDC3B6 background

This text has white color on #BDC3B6 background.


Related colors

Complementary color

Complementary color for #hex is #423C49.


I love getcolorcode.com

Triadic colors

1 #B6BDC3 and #C3B6BD with #BDC3B6 are triadic colors.

2 #B6C3BD and #C3BDB6 with #BDC3B6 are triadic colors.