COLOR #BDD0DC

HEX: #BDD0DC RGB: (189,208,220)

Color info

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

RGB color model

#BDD0DC color RGB value is (189,208,220).

RGB: (189,208,220) (74%, 82%, 86%)

RGB channels and saturation

R 189 of 255 = 74%
G 208 of 255 = 82%
B 220 of 255 = 86%

189
208
220

R + G + B ~ 81%. #BDD0DC is quite light color.

Portions of RGB colors in percentages

R + G + B = 189 + 208 + 220 = 617 (100%)
R 189 of 617 ~ 30.63%
G 208 of 617 ~ 33.71%
B 220 of 617 ~ 35.66'%

%30.63
%33.71
%35.66

CMYK color model

#BDD0DC color CMYK value is (14,5,0,14).

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

CMYK: (14,5,0,14)
C14M5Y0K14 (14%, 5%, 0%, 14%)
(0.14 / 0.05 / 0.00 / 0.14)

CMYK percentages

%14.09
%5.45
%0
%13.73

Codes

Color #BDD0DC in popluar color models

BD D0 DC
RGB 189 208 220
HSL 203° 30.69% 80.20%
HSB/HSV 203° 14.09% 86.27%
CMYK 14.09% 5.45% 0.00%
13.73%

Color #BDD0DC in popluar number systems.

HEX BD D0 DC
Decimal 189 208 220
Binary 10111101 11010000 11011100
Octal 275 320 334

Shades and tints

Shades of #BDD0DC

#BDD0DC
(189,208,220)
#ACBEC8
(172,190,200)
#9BACB4
(155,172,180)
#8A9AA0
(138,154,160)
#79888C
(121,136,140)
#687678
(104,118,120)
#576464
(87,100,100)
#465250
(70,82,80)
#35403C
(53,64,60)
#242E28
(36,46,40)
#131C14
(19,28,20)
#000000
(0,0,0)

Tints of #BDD0DC

#BDD0DC
(189,208,220)
#C3D4DF
(195,212,223)
#C9D8E2
(201,216,226)
#CFDCE5
(207,220,229)
#D5E0E8
(213,224,232)
#DBE4EB
(219,228,235)
#E1E8EE
(225,232,238)
#E7ECF1
(231,236,241)
#EDF0F4
(237,240,244)
#F3F4F7
(243,244,247)
#F9F8FA
(249,248,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDD0DC; }

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

This text font color is #BDD0DC.

Background Color

.myBgColor { background-color: #BDD0DC; }

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

This div background color is #BDD0DC.

Border color

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

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

This div border color is #BDD0DC.

Opacity

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

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

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

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

This text has shadow with #BDD0DC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BDD0DC.

Preview

Color preview on black background

This text has color #BDD0DC on black background.


Color preview on white background

This text has color #BDD0DC on white background.


Black color preview on #BDD0DC background

This text has black color on #BDD0DC background.


White color preview on #BDD0DC background

This text has white color on #BDD0DC background.


Related colors

Complementary color

Complementary color for #hex is #422F23.


I love getcolorcode.com

Triadic colors

1 #DCBDD0 and #D0DCBD with #BDD0DC are triadic colors.

2 #DCD0BD and #D0BDDC with #BDD0DC are triadic colors.