COLOR #BDD2DA

HEX: #BDD2DA RGB: (189,210,218)

Color info

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

RGB color model

#BDD2DA color RGB value is (189,210,218).

RGB: (189,210,218) (74%, 82%, 85%)

RGB channels and saturation

R 189 of 255 = 74%
G 210 of 255 = 82%
B 218 of 255 = 85%

189
210
218

R + G + B ~ 80%. #BDD2DA is quite light color.

Portions of RGB colors in percentages

R + G + B = 189 + 210 + 218 = 617 (100%)
R 189 of 617 ~ 30.63%
G 210 of 617 ~ 34.04%
B 218 of 617 ~ 35.33'%

%30.63
%34.04
%35.33

CMYK color model

#BDD2DA color CMYK value is (13,4,0,15).

  • cyan value is 13.30%
  • magenta value is 3.67%
  • yellow value is 0.00%
  • key color value is 14.51%

CMYK: (13,4,0,15)
C13M4Y0K15 (13%, 4%, 0%, 15%)
(0.13 / 0.04 / 0.00 / 0.15)

CMYK percentages

%13.3
%3.67
%0
%14.51

Codes

Color #BDD2DA in popluar color models

BD D2 DA
RGB 189 210 218
HSL 197° 28.16% 79.80%
HSB/HSV 197° 13.30% 85.49%
CMYK 13.30% 3.67% 0.00%
14.51%

Color #BDD2DA in popluar number systems.

HEX BD D2 DA
Decimal 189 210 218
Binary 10111101 11010010 11011010
Octal 275 322 332

Shades and tints

Shades of #BDD2DA

#BDD2DA
(189,210,218)
#ACBFC7
(172,191,199)
#9BACB4
(155,172,180)
#8A99A1
(138,153,161)
#79868E
(121,134,142)
#68737B
(104,115,123)
#576068
(87,96,104)
#464D55
(70,77,85)
#353A42
(53,58,66)
#24272F
(36,39,47)
#13141C
(19,20,28)
#000000
(0,0,0)

Tints of #BDD2DA

#BDD2DA
(189,210,218)
#C3D6DD
(195,214,221)
#C9DAE0
(201,218,224)
#CFDEE3
(207,222,227)
#D5E2E6
(213,226,230)
#DBE6E9
(219,230,233)
#E1EAEC
(225,234,236)
#E7EEEF
(231,238,239)
#EDF2F2
(237,242,242)
#F3F6F5
(243,246,245)
#F9FAF8
(249,250,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BDD2DA color. Also use rgb(189,210,218) instead hex code.

Text Font Color

.myTextColor { color: #BDD2DA; }

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

This text font color is #BDD2DA.

Background Color

.myBgColor { background-color: #BDD2DA; }

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

This div background color is #BDD2DA.

Border color

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

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

This div border color is #BDD2DA.

Opacity

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

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

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

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

This text has shadow with #BDD2DA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BDD2DA.

Preview

Color preview on black background

This text has color #BDD2DA on black background.


Color preview on white background

This text has color #BDD2DA on white background.


Black color preview on #BDD2DA background

This text has black color on #BDD2DA background.


White color preview on #BDD2DA background

This text has white color on #BDD2DA background.


Related colors

Complementary color

Complementary color for #hex is #422D25.


I love getcolorcode.com

Triadic colors

1 #DABDD2 and #D2DABD with #BDD2DA are triadic colors.

2 #DAD2BD and #D2BDDA with #BDD2DA are triadic colors.