COLOR #BDC4DC

HEX: #BDC4DC RGB: (189,196,220)

Color info

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

RGB color model

#BDC4DC color RGB value is (189,196,220).

RGB: (189,196,220) (74%, 77%, 86%)

RGB channels and saturation

R 189 of 255 = 74%
G 196 of 255 = 77%
B 220 of 255 = 86%

189
196
220

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

Portions of RGB colors in percentages

R + G + B = 189 + 196 + 220 = 605 (100%)
R 189 of 605 ~ 31.24%
G 196 of 605 ~ 32.4%
B 220 of 605 ~ 36.36'%

%31.24
%32.4
%36.36

CMYK color model

#BDC4DC color CMYK value is (14,11,0,14).

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

CMYK: (14,11,0,14)
C14M11Y0K14 (14%, 11%, 0%, 14%)
(0.14 / 0.11 / 0.00 / 0.14)

CMYK percentages

%14.09
%10.91
%0
%13.73

Codes

Color #BDC4DC in popluar color models

BD C4 DC
RGB 189 196 220
HSL 226° 30.69% 80.20%
HSB/HSV 226° 14.09% 86.27%
CMYK 14.09% 10.91% 0.00%
13.73%

Color #BDC4DC in popluar number systems.

HEX BD C4 DC
Decimal 189 196 220
Binary 10111101 11000100 11011100
Octal 275 304 334

Shades and tints

Shades of #BDC4DC

#BDC4DC
(189,196,220)
#ACB3C8
(172,179,200)
#9BA2B4
(155,162,180)
#8A91A0
(138,145,160)
#79808C
(121,128,140)
#686F78
(104,111,120)
#575E64
(87,94,100)
#464D50
(70,77,80)
#353C3C
(53,60,60)
#242B28
(36,43,40)
#131A14
(19,26,20)
#000000
(0,0,0)

Tints of #BDC4DC

#BDC4DC
(189,196,220)
#C3C9DF
(195,201,223)
#C9CEE2
(201,206,226)
#CFD3E5
(207,211,229)
#D5D8E8
(213,216,232)
#DBDDEB
(219,221,235)
#E1E2EE
(225,226,238)
#E7E7F1
(231,231,241)
#EDECF4
(237,236,244)
#F3F1F7
(243,241,247)
#F9F6FA
(249,246,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDC4DC; }

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

This text font color is #BDC4DC.

Background Color

.myBgColor { background-color: #BDC4DC; }

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

This div background color is #BDC4DC.

Border color

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

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

This div border color is #BDC4DC.

Opacity

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

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

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

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

This text has shadow with #BDC4DC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BDC4DC.

Preview

Color preview on black background

This text has color #BDC4DC on black background.


Color preview on white background

This text has color #BDC4DC on white background.


Black color preview on #BDC4DC background

This text has black color on #BDC4DC background.


White color preview on #BDC4DC background

This text has white color on #BDC4DC background.


Related colors

Complementary color

Complementary color for #hex is #423B23.


I love getcolorcode.com

Triadic colors

1 #DCBDC4 and #C4DCBD with #BDC4DC are triadic colors.

2 #DCC4BD and #C4BDDC with #BDC4DC are triadic colors.