COLOR #BDC2C8

HEX: #BDC2C8 RGB: (189,194,200)

Color info

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

RGB color model

#BDC2C8 color RGB value is (189,194,200).

RGB: (189,194,200) (74%, 76%, 78%)

RGB channels and saturation

R 189 of 255 = 74%
G 194 of 255 = 76%
B 200 of 255 = 78%

189
194
200

R + G + B ~ 76%. #BDC2C8 is quite light color.

Portions of RGB colors in percentages

R + G + B = 189 + 194 + 200 = 583 (100%)
R 189 of 583 ~ 32.42%
G 194 of 583 ~ 33.28%
B 200 of 583 ~ 34.31'%

%32.42
%33.28
%34.31

CMYK color model

#BDC2C8 color CMYK value is (5,3,0,22).

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

CMYK: (5,3,0,22)
C5M3Y0K22 (5%, 3%, 0%, 22%)
(0.05 / 0.03 / 0.00 / 0.22)

CMYK percentages

%5.5
%3
%0
%21.57

Codes

Color #BDC2C8 in popluar color models

BD C2 C8
RGB 189 194 200
HSL 213° 9.09% 76.27%
HSB/HSV 213° 5.50% 78.43%
CMYK 5.50% 3.00% 0.00%
21.57%

Color #BDC2C8 in popluar number systems.

HEX BD C2 C8
Decimal 189 194 200
Binary 10111101 11000010 11001000
Octal 275 302 310

Shades and tints

Shades of #BDC2C8

#BDC2C8
(189,194,200)
#ACB1B6
(172,177,182)
#9BA0A4
(155,160,164)
#8A8F92
(138,143,146)
#797E80
(121,126,128)
#686D6E
(104,109,110)
#575C5C
(87,92,92)
#464B4A
(70,75,74)
#353A38
(53,58,56)
#242926
(36,41,38)
#131814
(19,24,20)
#000000
(0,0,0)

Tints of #BDC2C8

#BDC2C8
(189,194,200)
#C3C7CD
(195,199,205)
#C9CCD2
(201,204,210)
#CFD1D7
(207,209,215)
#D5D6DC
(213,214,220)
#DBDBE1
(219,219,225)
#E1E0E6
(225,224,230)
#E7E5EB
(231,229,235)
#EDEAF0
(237,234,240)
#F3EFF5
(243,239,245)
#F9F4FA
(249,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDC2C8; }

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

This text font color is #BDC2C8.

Background Color

.myBgColor { background-color: #BDC2C8; }

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

This div background color is #BDC2C8.

Border color

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

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

This div border color is #BDC2C8.

Opacity

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

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

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

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

This text has shadow with #BDC2C8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BDC2C8.

Preview

Color preview on black background

This text has color #BDC2C8 on black background.


Color preview on white background

This text has color #BDC2C8 on white background.


Black color preview on #BDC2C8 background

This text has black color on #BDC2C8 background.


White color preview on #BDC2C8 background

This text has white color on #BDC2C8 background.


Related colors

Complementary color

Complementary color for #hex is #423D37.


I love getcolorcode.com

Triadic colors

1 #C8BDC2 and #C2C8BD with #BDC2C8 are triadic colors.

2 #C8C2BD and #C2BDC8 with #BDC2C8 are triadic colors.