COLOR #BDC8CB

HEX: #BDC8CB RGB: (189,200,203)

Color info

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

RGB color model

#BDC8CB color RGB value is (189,200,203).

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

RGB channels and saturation

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

189
200
203

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

Portions of RGB colors in percentages

R + G + B = 189 + 200 + 203 = 592 (100%)
R 189 of 592 ~ 31.93%
G 200 of 592 ~ 33.78%
B 203 of 592 ~ 34.29'%

%31.93
%33.78
%34.29

CMYK color model

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

  • cyan value is 6.90%
  • magenta value is 1.48%
  • 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
%1.48
%0
%20.39

Codes

Color #BDC8CB in popluar color models

BD C8 CB
RGB 189 200 203
HSL 193° 11.86% 76.86%
HSB/HSV 193° 6.90% 79.61%
CMYK 6.90% 1.48% 0.00%
20.39%

Color #BDC8CB in popluar number systems.

HEX BD C8 CB
Decimal 189 200 203
Binary 10111101 11001000 11001011
Octal 275 310 313

Shades and tints

Shades of #BDC8CB

#BDC8CB
(189,200,203)
#ACB6B9
(172,182,185)
#9BA4A7
(155,164,167)
#8A9295
(138,146,149)
#798083
(121,128,131)
#686E71
(104,110,113)
#575C5F
(87,92,95)
#464A4D
(70,74,77)
#35383B
(53,56,59)
#242629
(36,38,41)
#131417
(19,20,23)
#000000
(0,0,0)

Tints of #BDC8CB

#BDC8CB
(189,200,203)
#C3CDCF
(195,205,207)
#C9D2D3
(201,210,211)
#CFD7D7
(207,215,215)
#D5DCDB
(213,220,219)
#DBE1DF
(219,225,223)
#E1E6E3
(225,230,227)
#E7EBE7
(231,235,231)
#EDF0EB
(237,240,235)
#F3F5EF
(243,245,239)
#F9FAF3
(249,250,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDC8CB; }

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

This text font color is #BDC8CB.

Background Color

.myBgColor { background-color: #BDC8CB; }

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

This div background color is #BDC8CB.

Border color

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

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

This div border color is #BDC8CB.

Opacity

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

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

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

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

This text has shadow with #BDC8CB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BDC8CB.

Preview

Color preview on black background

This text has color #BDC8CB on black background.


Color preview on white background

This text has color #BDC8CB on white background.


Black color preview on #BDC8CB background

This text has black color on #BDC8CB background.


White color preview on #BDC8CB background

This text has white color on #BDC8CB background.


Related colors

Complementary color

Complementary color for #hex is #423734.


I love getcolorcode.com

Triadic colors

1 #CBBDC8 and #C8CBBD with #BDC8CB are triadic colors.

2 #CBC8BD and #C8BDCB with #BDC8CB are triadic colors.