COLOR #BDD9DC

HEX: #BDD9DC RGB: (189,217,220)

Color info

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

RGB color model

#BDD9DC color RGB value is (189,217,220).

RGB: (189,217,220) (74%, 85%, 86%)

RGB channels and saturation

R 189 of 255 = 74%
G 217 of 255 = 85%
B 220 of 255 = 86%

189
217
220

R + G + B ~ 82%. #BDD9DC is quite light color.

Portions of RGB colors in percentages

R + G + B = 189 + 217 + 220 = 626 (100%)
R 189 of 626 ~ 30.19%
G 217 of 626 ~ 34.66%
B 220 of 626 ~ 35.14'%

%30.19
%34.66
%35.14

CMYK color model

#BDD9DC color CMYK value is (14,1,0,14).

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

CMYK: (14,1,0,14)
C14M1Y0K14 (14%, 1%, 0%, 14%)
(0.14 / 0.01 / 0.00 / 0.14)

CMYK percentages

%14.09
%1.36
%0
%13.73

Codes

Color #BDD9DC in popluar color models

BD D9 DC
RGB 189 217 220
HSL 186° 30.69% 80.20%
HSB/HSV 186° 14.09% 86.27%
CMYK 14.09% 1.36% 0.00%
13.73%

Color #BDD9DC in popluar number systems.

HEX BD D9 DC
Decimal 189 217 220
Binary 10111101 11011001 11011100
Octal 275 331 334

Shades and tints

Shades of #BDD9DC

#BDD9DC
(189,217,220)
#ACC6C8
(172,198,200)
#9BB3B4
(155,179,180)
#8AA0A0
(138,160,160)
#798D8C
(121,141,140)
#687A78
(104,122,120)
#576764
(87,103,100)
#465450
(70,84,80)
#35413C
(53,65,60)
#242E28
(36,46,40)
#131B14
(19,27,20)
#000000
(0,0,0)

Tints of #BDD9DC

#BDD9DC
(189,217,220)
#C3DCDF
(195,220,223)
#C9DFE2
(201,223,226)
#CFE2E5
(207,226,229)
#D5E5E8
(213,229,232)
#DBE8EB
(219,232,235)
#E1EBEE
(225,235,238)
#E7EEF1
(231,238,241)
#EDF1F4
(237,241,244)
#F3F4F7
(243,244,247)
#F9F7FA
(249,247,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDD9DC; }

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

This text font color is #BDD9DC.

Background Color

.myBgColor { background-color: #BDD9DC; }

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

This div background color is #BDD9DC.

Border color

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

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

This div border color is #BDD9DC.

Opacity

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

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

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

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

This text has shadow with #BDD9DC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BDD9DC.

Preview

Color preview on black background

This text has color #BDD9DC on black background.


Color preview on white background

This text has color #BDD9DC on white background.


Black color preview on #BDD9DC background

This text has black color on #BDD9DC background.


White color preview on #BDD9DC background

This text has white color on #BDD9DC background.


Related colors

Complementary color

Complementary color for #hex is #422623.


I love getcolorcode.com

Triadic colors

1 #DCBDD9 and #D9DCBD with #BDD9DC are triadic colors.

2 #DCD9BD and #D9BDDC with #BDD9DC are triadic colors.