COLOR #BDC6DC

HEX: #BDC6DC RGB: (189,198,220)

Color info

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

RGB color model

#BDC6DC color RGB value is (189,198,220).

RGB: (189,198,220) (74%, 78%, 86%)

RGB channels and saturation

R 189 of 255 = 74%
G 198 of 255 = 78%
B 220 of 255 = 86%

189
198
220

R + G + B ~ 79%. #BDC6DC is quite light color.

Portions of RGB colors in percentages

R + G + B = 189 + 198 + 220 = 607 (100%)
R 189 of 607 ~ 31.14%
G 198 of 607 ~ 32.62%
B 220 of 607 ~ 36.24'%

%31.14
%32.62
%36.24

CMYK color model

#BDC6DC color CMYK value is (14,10,0,14).

  • cyan value is 14.09%
  • magenta value is 10.00%
  • yellow value is 0.00%
  • key color value is 13.73%

CMYK: (14,10,0,14)
C14M10Y0K14 (14%, 10%, 0%, 14%)
(0.14 / 0.10 / 0.00 / 0.14)

CMYK percentages

%14.09
%10
%0
%13.73

Codes

Color #BDC6DC in popluar color models

BD C6 DC
RGB 189 198 220
HSL 223° 30.69% 80.20%
HSB/HSV 223° 14.09% 86.27%
CMYK 14.09% 10.00% 0.00%
13.73%

Color #BDC6DC in popluar number systems.

HEX BD C6 DC
Decimal 189 198 220
Binary 10111101 11000110 11011100
Octal 275 306 334

Shades and tints

Shades of #BDC6DC

#BDC6DC
(189,198,220)
#ACB4C8
(172,180,200)
#9BA2B4
(155,162,180)
#8A90A0
(138,144,160)
#797E8C
(121,126,140)
#686C78
(104,108,120)
#575A64
(87,90,100)
#464850
(70,72,80)
#35363C
(53,54,60)
#242428
(36,36,40)
#131214
(19,18,20)
#000000
(0,0,0)

Tints of #BDC6DC

#BDC6DC
(189,198,220)
#C3CBDF
(195,203,223)
#C9D0E2
(201,208,226)
#CFD5E5
(207,213,229)
#D5DAE8
(213,218,232)
#DBDFEB
(219,223,235)
#E1E4EE
(225,228,238)
#E7E9F1
(231,233,241)
#EDEEF4
(237,238,244)
#F3F3F7
(243,243,247)
#F9F8FA
(249,248,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDC6DC; }

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

This text font color is #BDC6DC.

Background Color

.myBgColor { background-color: #BDC6DC; }

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

This div background color is #BDC6DC.

Border color

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

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

This div border color is #BDC6DC.

Opacity

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

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

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

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

This text has shadow with #BDC6DC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BDC6DC.

Preview

Color preview on black background

This text has color #BDC6DC on black background.


Color preview on white background

This text has color #BDC6DC on white background.


Black color preview on #BDC6DC background

This text has black color on #BDC6DC background.


White color preview on #BDC6DC background

This text has white color on #BDC6DC background.


Related colors

Complementary color

Complementary color for #hex is #423923.


I love getcolorcode.com

Triadic colors

1 #DCBDC6 and #C6DCBD with #BDC6DC are triadic colors.

2 #DCC6BD and #C6BDDC with #BDC6DC are triadic colors.