COLOR #BDC6CC

HEX: #BDC6CC RGB: (189,198,204)

Color info

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

RGB color model

#BDC6CC color RGB value is (189,198,204).

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

RGB channels and saturation

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

189
198
204

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

Portions of RGB colors in percentages

R + G + B = 189 + 198 + 204 = 591 (100%)
R 189 of 591 ~ 31.98%
G 198 of 591 ~ 33.5%
B 204 of 591 ~ 34.52'%

%31.98
%33.5
%34.52

CMYK color model

#BDC6CC color CMYK value is (7,3,0,20).

  • cyan value is 7.35%
  • magenta value is 2.94%
  • yellow value is 0.00%
  • key color value is 20.00%

CMYK: (7,3,0,20)
C7M3Y0K20 (7%, 3%, 0%, 20%)
(0.07 / 0.03 / 0.00 / 0.20)

CMYK percentages

%7.35
%2.94
%0
%20

Codes

Color #BDC6CC in popluar color models

BD C6 CC
RGB 189 198 204
HSL 204° 12.82% 77.06%
HSB/HSV 204° 7.35% 80.00%
CMYK 7.35% 2.94% 0.00%
20.00%

Color #BDC6CC in popluar number systems.

HEX BD C6 CC
Decimal 189 198 204
Binary 10111101 11000110 11001100
Octal 275 306 314

Shades and tints

Shades of #BDC6CC

#BDC6CC
(189,198,204)
#ACB4BA
(172,180,186)
#9BA2A8
(155,162,168)
#8A9096
(138,144,150)
#797E84
(121,126,132)
#686C72
(104,108,114)
#575A60
(87,90,96)
#46484E
(70,72,78)
#35363C
(53,54,60)
#24242A
(36,36,42)
#131218
(19,18,24)
#000000
(0,0,0)

Tints of #BDC6CC

#BDC6CC
(189,198,204)
#C3CBD0
(195,203,208)
#C9D0D4
(201,208,212)
#CFD5D8
(207,213,216)
#D5DADC
(213,218,220)
#DBDFE0
(219,223,224)
#E1E4E4
(225,228,228)
#E7E9E8
(231,233,232)
#EDEEEC
(237,238,236)
#F3F3F0
(243,243,240)
#F9F8F4
(249,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDC6CC; }

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

This text font color is #BDC6CC.

Background Color

.myBgColor { background-color: #BDC6CC; }

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

This div background color is #BDC6CC.

Border color

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

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

This div border color is #BDC6CC.

Opacity

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

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

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

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

This text has shadow with #BDC6CC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BDC6CC.

Preview

Color preview on black background

This text has color #BDC6CC on black background.


Color preview on white background

This text has color #BDC6CC on white background.


Black color preview on #BDC6CC background

This text has black color on #BDC6CC background.


White color preview on #BDC6CC background

This text has white color on #BDC6CC background.


Related colors

Complementary color

Complementary color for #hex is #423933.


I love getcolorcode.com

Triadic colors

1 #CCBDC6 and #C6CCBD with #BDC6CC are triadic colors.

2 #CCC6BD and #C6BDCC with #BDC6CC are triadic colors.