COLOR #BDC2CB

HEX: #BDC2CB RGB: (189,194,203)

Color info

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

RGB color model

#BDC2CB color RGB value is (189,194,203).

RGB: (189,194,203) (74%, 76%, 80%)

RGB channels and saturation

R 189 of 255 = 74%
G 194 of 255 = 76%
B 203 of 255 = 80%

189
194
203

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

Portions of RGB colors in percentages

R + G + B = 189 + 194 + 203 = 586 (100%)
R 189 of 586 ~ 32.25%
G 194 of 586 ~ 33.11%
B 203 of 586 ~ 34.64'%

%32.25
%33.11
%34.64

CMYK color model

#BDC2CB color CMYK value is (7,4,0,20).

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

CMYK: (7,4,0,20)
C7M4Y0K20 (7%, 4%, 0%, 20%)
(0.07 / 0.04 / 0.00 / 0.20)

CMYK percentages

%6.9
%4.43
%0
%20.39

Codes

Color #BDC2CB in popluar color models

BD C2 CB
RGB 189 194 203
HSL 219° 11.86% 76.86%
HSB/HSV 219° 6.90% 79.61%
CMYK 6.90% 4.43% 0.00%
20.39%

Color #BDC2CB in popluar number systems.

HEX BD C2 CB
Decimal 189 194 203
Binary 10111101 11000010 11001011
Octal 275 302 313

Shades and tints

Shades of #BDC2CB

#BDC2CB
(189,194,203)
#ACB1B9
(172,177,185)
#9BA0A7
(155,160,167)
#8A8F95
(138,143,149)
#797E83
(121,126,131)
#686D71
(104,109,113)
#575C5F
(87,92,95)
#464B4D
(70,75,77)
#353A3B
(53,58,59)
#242929
(36,41,41)
#131817
(19,24,23)
#000000
(0,0,0)

Tints of #BDC2CB

#BDC2CB
(189,194,203)
#C3C7CF
(195,199,207)
#C9CCD3
(201,204,211)
#CFD1D7
(207,209,215)
#D5D6DB
(213,214,219)
#DBDBDF
(219,219,223)
#E1E0E3
(225,224,227)
#E7E5E7
(231,229,231)
#EDEAEB
(237,234,235)
#F3EFEF
(243,239,239)
#F9F4F3
(249,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDC2CB; }

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

This text font color is #BDC2CB.

Background Color

.myBgColor { background-color: #BDC2CB; }

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

This div background color is #BDC2CB.

Border color

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

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

This div border color is #BDC2CB.

Opacity

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

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

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

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

This text has shadow with #BDC2CB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BDC2CB.

Preview

Color preview on black background

This text has color #BDC2CB on black background.


Color preview on white background

This text has color #BDC2CB on white background.


Black color preview on #BDC2CB background

This text has black color on #BDC2CB background.


White color preview on #BDC2CB background

This text has white color on #BDC2CB background.


Related colors

Complementary color

Complementary color for #hex is #423D34.


I love getcolorcode.com

Triadic colors

1 #CBBDC2 and #C2CBBD with #BDC2CB are triadic colors.

2 #CBC2BD and #C2BDCB with #BDC2CB are triadic colors.