COLOR #BDC6CB

HEX: #BDC6CB RGB: (189,198,203)

Color info

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

RGB color model

#BDC6CB color RGB value is (189,198,203).

RGB: (189,198,203) (74%, 78%, 80%)

RGB channels and saturation

R 189 of 255 = 74%
G 198 of 255 = 78%
B 203 of 255 = 80%

189
198
203

R + G + B ~ 77%. #BDC6CB is quite light color.

Portions of RGB colors in percentages

R + G + B = 189 + 198 + 203 = 590 (100%)
R 189 of 590 ~ 32.03%
G 198 of 590 ~ 33.56%
B 203 of 590 ~ 34.41'%

%32.03
%33.56
%34.41

CMYK color model

#BDC6CB color CMYK value is (7,2,0,20).

  • cyan value is 6.90%
  • magenta value is 2.46%
  • yellow value is 0.00%
  • key color value is 20.39%
CMYK: (7,2,0,20) C7M2Y0K20 (7%,2%,0%,20%) (0.07/0.02/0.00/0.20) 

CMYK percentages

%6.9
%2.46
%0
%20.39

Codes

Color #BDC6CB in popluar color models

BD C6 CB
RGB 189 198 203
HSL 201° 11.86% 76.86%
HSB/HSV 201° 6.90% 79.61%
CMYK 6.90% 2.46% 0.00%
20.39%

Color #BDC6CB in popluar number systems.

HEX BD C6 CB
Decimal 189 198 203
Binary 10111101 11000110 11001011
Octal 275 306 313

Shades and tints

Shades of #BDC6CB

#BDC6CB
(189,198,203)
#ACB4B9
(172,180,185)
#9BA2A7
(155,162,167)
#8A9095
(138,144,149)
#797E83
(121,126,131)
#686C71
(104,108,113)
#575A5F
(87,90,95)
#46484D
(70,72,77)
#35363B
(53,54,59)
#242429
(36,36,41)
#131217
(19,18,23)
#000000
(0,0,0)

Tints of #BDC6CB

#BDC6CB
(189,198,203)
#C3CBCF
(195,203,207)
#C9D0D3
(201,208,211)
#CFD5D7
(207,213,215)
#D5DADB
(213,218,219)
#DBDFDF
(219,223,223)
#E1E4E3
(225,228,227)
#E7E9E7
(231,233,231)
#EDEEEB
(237,238,235)
#F3F3EF
(243,243,239)
#F9F8F3
(249,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDC6CB; }

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

This text font color is #BDC6CB.

Background Color

.myBgColor { background-color: #BDC6CB; }

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

This div background color is #BDC6CB.

Border color

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

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

This div border color is #BDC6CB.

Opacity

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

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

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

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

This text has shadow with #BDC6CB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BDC6CB.

Preview

Color preview on black background

This text has color #BDC6CB on black background.


Color preview on white background

This text has color #BDC6CB on white background.


Black color preview on #BDC6CB background

This text has black color on #BDC6CB background.


White color preview on #BDC6CB background

This text has white color on #BDC6CB background.


Related colors

Complementary color

Complementary color for #hex is #423934.


I love getcolorcode.com

Triadic colors

1 #CBBDC6 and #C6CBBD with #BDC6CB are triadic colors.

2 #CBC6BD and #C6BDCB with #BDC6CB are triadic colors.