COLOR #BDC4BB

HEX: #BDC4BB RGB: (189,196,187)

Color info

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

RGB color model

#BDC4BB color RGB value is (189,196,187).

RGB: (189,196,187) (74%, 77%, 73%)

RGB channels and saturation

R 189 of 255 = 74%
G 196 of 255 = 77%
B 187 of 255 = 73%

189
196
187

R + G + B ~ 75%. #BDC4BB is quite light color.

Portions of RGB colors in percentages

R + G + B = 189 + 196 + 187 = 572 (100%)
R 189 of 572 ~ 33.04%
G 196 of 572 ~ 34.27%
B 187 of 572 ~ 32.69'%

%33.04
%34.27
%32.69

CMYK color model

#BDC4BB color CMYK value is (4,0,5,23).

  • cyan value is 3.57%
  • magenta value is 0.00%
  • yellow value is 4.59%
  • key color value is 23.14%

CMYK: (4,0,5,23)
C4M0Y5K23 (4%, 0%, 5%, 23%)
(0.04 / 0.00 / 0.05 / 0.23)

CMYK percentages

%3.57
%0
%4.59
%23.14

Codes

Color #BDC4BB in popluar color models

BD C4 BB
RGB 189 196 187
HSL 107° 7.09% 75.10%
HSB/HSV 107° 4.59% 76.86%
CMYK 3.57% 0.00% 4.59%
23.14%

Color #BDC4BB in popluar number systems.

HEX BD C4 BB
Decimal 189 196 187
Binary 10111101 11000100 10111011
Octal 275 304 273

Shades and tints

Shades of #BDC4BB

#BDC4BB
(189,196,187)
#ACB3AA
(172,179,170)
#9BA299
(155,162,153)
#8A9188
(138,145,136)
#798077
(121,128,119)
#686F66
(104,111,102)
#575E55
(87,94,85)
#464D44
(70,77,68)
#353C33
(53,60,51)
#242B22
(36,43,34)
#131A11
(19,26,17)
#000000
(0,0,0)

Tints of #BDC4BB

#BDC4BB
(189,196,187)
#C3C9C1
(195,201,193)
#C9CEC7
(201,206,199)
#CFD3CD
(207,211,205)
#D5D8D3
(213,216,211)
#DBDDD9
(219,221,217)
#E1E2DF
(225,226,223)
#E7E7E5
(231,231,229)
#EDECEB
(237,236,235)
#F3F1F1
(243,241,241)
#F9F6F7
(249,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDC4BB; }

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

This text font color is #BDC4BB.

Background Color

.myBgColor { background-color: #BDC4BB; }

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

This div background color is #BDC4BB.

Border color

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

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

This div border color is #BDC4BB.

Opacity

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

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

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

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

This text has shadow with #BDC4BB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BDC4BB.

Preview

Color preview on black background

This text has color #BDC4BB on black background.


Color preview on white background

This text has color #BDC4BB on white background.


Black color preview on #BDC4BB background

This text has black color on #BDC4BB background.


White color preview on #BDC4BB background

This text has white color on #BDC4BB background.


Related colors

Complementary color

Complementary color for #hex is #423B44.


I love getcolorcode.com

Triadic colors

1 #BBBDC4 and #C4BBBD with #BDC4BB are triadic colors.

2 #BBC4BD and #C4BDBB with #BDC4BB are triadic colors.