COLOR #BDC8C6

HEX: #BDC8C6
RGB: (189,200,198)

Color info

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

RGB color model

#BDC8C6 color RGB value is (189,200,198).

  • red value is 189;
  • green value is 200;
  • blue value is 198.
RGB:
(189,200,198)
(74%,78%,78%)

RGB channels and saturation

R 189 of 255 = 74%
G 200 of 255 = 78%
B 198 of 255 = 78%

189
200
198

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

Portions of RGB colors in percentages

R + G + B =
189 + 200 + 198 = 587 (100%)
R 189 of 587 ~ 32.2%
G 200 of 587 ~ 34.07%
B 198 of 587 ~ 33.73%

%32.2
%34.07
%33.73

CMYK color model

#BDC8C6 color CMYK value is (5,0,1,22).

  • cyan value is 5.50%
  • magenta value is 0.00%
  • yellow value is 1.00%
  • key color value is 21.57%
CMYK:
(5,0,1,22)
C5M0Y1K22 
(5%,0%,1%,22%)
(0.05/0.00/0.01/0.22)	

CMYK percentages

%5.5
%0
%1
%21.57

Codes

Color #BDC8C6 in popluar color models

BDC8C6
RGB189200198
HSL169°9.09%76.27%
HSB/HSV169°5.50%78.43%
CMYK5.50%0.00%1.00%
21.57%

Color #BDC8C6 in popluar number systems.

HEXBDC8C6
Decimal189200198
Binary101111011100100011000110
Octal275310306

Shades and tints

Shades of #BDC8C6

#BDC8C6
(189,200,198)
#ACB6B4
(172,182,180)
#9BA4A2
(155,164,162)
#8A9290
(138,146,144)
#79807E
(121,128,126)
#686E6C
(104,110,108)
#575C5A
(87,92,90)
#464A48
(70,74,72)
#353836
(53,56,54)
#242624
(36,38,36)
#131412
(19,20,18)
#000000
(0,0,0)

Tints of #BDC8C6

#BDC8C6
(189,200,198)
#C3CDCB
(195,205,203)
#C9D2D0
(201,210,208)
#CFD7D5
(207,215,213)
#D5DCDA
(213,220,218)
#DBE1DF
(219,225,223)
#E1E6E4
(225,230,228)
#E7EBE9
(231,235,233)
#EDF0EE
(237,240,238)
#F3F5F3
(243,245,243)
#F9FAF8
(249,250,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDC8C6; }

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

This text font color is #BDC8C6.


Background Color

.myBgColor { background-color: #BDC8C6; }

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

This div background color is #BDC8C6.


Border color

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

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

This div border color is #BDC8C6.


Opacity

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

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

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

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

This text has shadow with #BDC8C6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDC8C6 on black background.


Color preview on white background

This text has color #BDC8C6 on white background.



Black color preview on #BDC8C6 background

This text has black color on #BDC8C6 background.


White color preview on #BDC8C6 background

This text has white color on #BDC8C6 background.