COLOR #BDC8BB

HEX: #BDC8BB RGB: (189,200,187)

Color info

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

RGB color model

#BDC8BB color RGB value is (189,200,187).

RGB: (189,200,187) (74%, 78%, 73%)

RGB channels and saturation

R 189 of 255 = 74%
G 200 of 255 = 78%
B 187 of 255 = 73%

189
200
187

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

Portions of RGB colors in percentages

R + G + B = 189 + 200 + 187 = 576 (100%)
R 189 of 576 ~ 32.81%
G 200 of 576 ~ 34.72%
B 187 of 576 ~ 32.47'%

%32.81
%34.72
%32.47

CMYK color model

#BDC8BB color CMYK value is (5,0,7,22).

  • cyan value is 5.50%
  • magenta value is 0.00%
  • yellow value is 6.50%
  • key color value is 21.57%

CMYK: (5,0,7,22)
C5M0Y7K22 (5%, 0%, 7%, 22%)
(0.05 / 0.00 / 0.07 / 0.22)

CMYK percentages

%5.5
%0
%6.5
%21.57

Codes

Color #BDC8BB in popluar color models

BD C8 BB
RGB 189 200 187
HSL 111° 10.57% 75.88%
HSB/HSV 111° 6.50% 78.43%
CMYK 5.50% 0.00% 6.50%
21.57%

Color #BDC8BB in popluar number systems.

HEX BD C8 BB
Decimal 189 200 187
Binary 10111101 11001000 10111011
Octal 275 310 273

Shades and tints

Shades of #BDC8BB

#BDC8BB
(189,200,187)
#ACB6AA
(172,182,170)
#9BA499
(155,164,153)
#8A9288
(138,146,136)
#798077
(121,128,119)
#686E66
(104,110,102)
#575C55
(87,92,85)
#464A44
(70,74,68)
#353833
(53,56,51)
#242622
(36,38,34)
#131411
(19,20,17)
#000000
(0,0,0)

Tints of #BDC8BB

#BDC8BB
(189,200,187)
#C3CDC1
(195,205,193)
#C9D2C7
(201,210,199)
#CFD7CD
(207,215,205)
#D5DCD3
(213,220,211)
#DBE1D9
(219,225,217)
#E1E6DF
(225,230,223)
#E7EBE5
(231,235,229)
#EDF0EB
(237,240,235)
#F3F5F1
(243,245,241)
#F9FAF7
(249,250,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDC8BB; }

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

This text font color is #BDC8BB.

Background Color

.myBgColor { background-color: #BDC8BB; }

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

This div background color is #BDC8BB.

Border color

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

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

This div border color is #BDC8BB.

Opacity

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

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

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

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

This text has shadow with #BDC8BB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BDC8BB.

Preview

Color preview on black background

This text has color #BDC8BB on black background.


Color preview on white background

This text has color #BDC8BB on white background.


Black color preview on #BDC8BB background

This text has black color on #BDC8BB background.


White color preview on #BDC8BB background

This text has white color on #BDC8BB background.


Related colors

Complementary color

Complementary color for #hex is #423744.


I love getcolorcode.com

Triadic colors

1 #BBBDC8 and #C8BBBD with #BDC8BB are triadic colors.

2 #BBC8BD and #C8BDBB with #BDC8BB are triadic colors.