COLOR #BDC9CB

HEX: #BDC9CB RGB: (189,201,203)

Color info

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

RGB color model

#BDC9CB color RGB value is (189,201,203).

RGB: (189,201,203) (74%, 79%, 80%)

RGB channels and saturation

R 189 of 255 = 74%
G 201 of 255 = 79%
B 203 of 255 = 80%

189
201
203

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

Portions of RGB colors in percentages

R + G + B = 189 + 201 + 203 = 593 (100%)
R 189 of 593 ~ 31.87%
G 201 of 593 ~ 33.9%
B 203 of 593 ~ 34.23'%

%31.87
%33.9
%34.23

CMYK color model

#BDC9CB color CMYK value is (7,1,0,20).

  • cyan value is 6.90%
  • magenta value is 0.99%
  • yellow value is 0.00%
  • key color value is 20.39%

CMYK: (7,1,0,20)
C7M1Y0K20 (7%, 1%, 0%, 20%)
(0.07 / 0.01 / 0.00 / 0.20)

CMYK percentages

%6.9
%0.99
%0
%20.39

Codes

Color #BDC9CB in popluar color models

BD C9 CB
RGB 189 201 203
HSL 189° 11.86% 76.86%
HSB/HSV 189° 6.90% 79.61%
CMYK 6.90% 0.99% 0.00%
20.39%

Color #BDC9CB in popluar number systems.

HEX BD C9 CB
Decimal 189 201 203
Binary 10111101 11001001 11001011
Octal 275 311 313

Shades and tints

Shades of #BDC9CB

#BDC9CB
(189,201,203)
#ACB7B9
(172,183,185)
#9BA5A7
(155,165,167)
#8A9395
(138,147,149)
#798183
(121,129,131)
#686F71
(104,111,113)
#575D5F
(87,93,95)
#464B4D
(70,75,77)
#35393B
(53,57,59)
#242729
(36,39,41)
#131517
(19,21,23)
#000000
(0,0,0)

Tints of #BDC9CB

#BDC9CB
(189,201,203)
#C3CDCF
(195,205,207)
#C9D1D3
(201,209,211)
#CFD5D7
(207,213,215)
#D5D9DB
(213,217,219)
#DBDDDF
(219,221,223)
#E1E1E3
(225,225,227)
#E7E5E7
(231,229,231)
#EDE9EB
(237,233,235)
#F3EDEF
(243,237,239)
#F9F1F3
(249,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BDC9CB color. Also use rgb(189,201,203) instead hex code.

Text Font Color

.myTextColor { color: #BDC9CB; }

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

This text font color is #BDC9CB.

Background Color

.myBgColor { background-color: #BDC9CB; }

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

This div background color is #BDC9CB.

Border color

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

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

This div border color is #BDC9CB.

Opacity

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

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

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

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

This text has shadow with #BDC9CB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BDC9CB.

Preview

Color preview on black background

This text has color #BDC9CB on black background.


Color preview on white background

This text has color #BDC9CB on white background.


Black color preview on #BDC9CB background

This text has black color on #BDC9CB background.


White color preview on #BDC9CB background

This text has white color on #BDC9CB background.


Related colors

Complementary color

Complementary color for #hex is #423634.


I love getcolorcode.com

Triadic colors

1 #CBBDC9 and #C9CBBD with #BDC9CB are triadic colors.

2 #CBC9BD and #C9BDCB with #BDC9CB are triadic colors.