COLOR #BDC1CC

HEX: #BDC1CC RGB: (189,193,204)

Color info

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

RGB color model

#BDC1CC color RGB value is (189,193,204).

RGB: (189,193,204) (74%, 76%, 80%)

RGB channels and saturation

R 189 of 255 = 74%
G 193 of 255 = 76%
B 204 of 255 = 80%

189
193
204

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

Portions of RGB colors in percentages

R + G + B = 189 + 193 + 204 = 586 (100%)
R 189 of 586 ~ 32.25%
G 193 of 586 ~ 32.94%
B 204 of 586 ~ 34.81'%

%32.25
%32.94
%34.81

CMYK color model

#BDC1CC color CMYK value is (7,5,0,20).

  • cyan value is 7.35%
  • magenta value is 5.39%
  • yellow value is 0.00%
  • key color value is 20.00%
CMYK: (7,5,0,20) C7M5Y0K20 (7%,5%,0%,20%) (0.07/0.05/0.00/0.20) 

CMYK percentages

%7.35
%5.39
%0
%20

Codes

Color #BDC1CC in popluar color models

BD C1 CC
RGB 189 193 204
HSL 224° 12.82% 77.06%
HSB/HSV 224° 7.35% 80.00%
CMYK 7.35% 5.39% 0.00%
20.00%

Color #BDC1CC in popluar number systems.

HEX BD C1 CC
Decimal 189 193 204
Binary 10111101 11000001 11001100
Octal 275 301 314

Shades and tints

Shades of #BDC1CC

#BDC1CC
(189,193,204)
#ACB0BA
(172,176,186)
#9B9FA8
(155,159,168)
#8A8E96
(138,142,150)
#797D84
(121,125,132)
#686C72
(104,108,114)
#575B60
(87,91,96)
#464A4E
(70,74,78)
#35393C
(53,57,60)
#24282A
(36,40,42)
#131718
(19,23,24)
#000000
(0,0,0)

Tints of #BDC1CC

#BDC1CC
(189,193,204)
#C3C6D0
(195,198,208)
#C9CBD4
(201,203,212)
#CFD0D8
(207,208,216)
#D5D5DC
(213,213,220)
#DBDAE0
(219,218,224)
#E1DFE4
(225,223,228)
#E7E4E8
(231,228,232)
#EDE9EC
(237,233,236)
#F3EEF0
(243,238,240)
#F9F3F4
(249,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDC1CC; }

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

This text font color is #BDC1CC.

Background Color

.myBgColor { background-color: #BDC1CC; }

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

This div background color is #BDC1CC.

Border color

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

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

This div border color is #BDC1CC.

Opacity

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

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

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

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

This text has shadow with #BDC1CC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BDC1CC.

Preview

Color preview on black background

This text has color #BDC1CC on black background.


Color preview on white background

This text has color #BDC1CC on white background.


Black color preview on #BDC1CC background

This text has black color on #BDC1CC background.


White color preview on #BDC1CC background

This text has white color on #BDC1CC background.


Related colors

Complementary color

Complementary color for #hex is #423E33.


I love getcolorcode.com

Triadic colors

1 #CCBDC1 and #C1CCBD with #BDC1CC are triadic colors.

2 #CCC1BD and #C1BDCC with #BDC1CC are triadic colors.