COLOR #BDC3CC

HEX: #BDC3CC RGB: (189,195,204)

Color info

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

RGB color model

#BDC3CC color RGB value is (189,195,204).

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

RGB channels and saturation

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

189
195
204

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

Portions of RGB colors in percentages

R + G + B = 189 + 195 + 204 = 588 (100%)
R 189 of 588 ~ 32.14%
G 195 of 588 ~ 33.16%
B 204 of 588 ~ 34.69'%

%32.14
%33.16
%34.69

CMYK color model

#BDC3CC color CMYK value is (7,4,0,20).

  • cyan value is 7.35%
  • magenta value is 4.41%
  • yellow value is 0.00%
  • key color value is 20.00%
CMYK: (7,4,0,20) C7M4Y0K20 (7%,4%,0%,20%) (0.07/0.04/0.00/0.20) 

CMYK percentages

%7.35
%4.41
%0
%20

Codes

Color #BDC3CC in popluar color models

BD C3 CC
RGB 189 195 204
HSL 216° 12.82% 77.06%
HSB/HSV 216° 7.35% 80.00%
CMYK 7.35% 4.41% 0.00%
20.00%

Color #BDC3CC in popluar number systems.

HEX BD C3 CC
Decimal 189 195 204
Binary 10111101 11000011 11001100
Octal 275 303 314

Shades and tints

Shades of #BDC3CC

#BDC3CC
(189,195,204)
#ACB2BA
(172,178,186)
#9BA1A8
(155,161,168)
#8A9096
(138,144,150)
#797F84
(121,127,132)
#686E72
(104,110,114)
#575D60
(87,93,96)
#464C4E
(70,76,78)
#353B3C
(53,59,60)
#242A2A
(36,42,42)
#131918
(19,25,24)
#000000
(0,0,0)

Tints of #BDC3CC

#BDC3CC
(189,195,204)
#C3C8D0
(195,200,208)
#C9CDD4
(201,205,212)
#CFD2D8
(207,210,216)
#D5D7DC
(213,215,220)
#DBDCE0
(219,220,224)
#E1E1E4
(225,225,228)
#E7E6E8
(231,230,232)
#EDEBEC
(237,235,236)
#F3F0F0
(243,240,240)
#F9F5F4
(249,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDC3CC; }

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

This text font color is #BDC3CC.

Background Color

.myBgColor { background-color: #BDC3CC; }

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

This div background color is #BDC3CC.

Border color

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

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

This div border color is #BDC3CC.

Opacity

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

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

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

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

This text has shadow with #BDC3CC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BDC3CC.

Preview

Color preview on black background

This text has color #BDC3CC on black background.


Color preview on white background

This text has color #BDC3CC on white background.


Black color preview on #BDC3CC background

This text has black color on #BDC3CC background.


White color preview on #BDC3CC background

This text has white color on #BDC3CC background.


Related colors

Complementary color

Complementary color for #hex is #423C33.


I love getcolorcode.com

Triadic colors

1 #CCBDC3 and #C3CCBD with #BDC3CC are triadic colors.

2 #CCC3BD and #C3BDCC with #BDC3CC are triadic colors.