COLOR #BDDCD5

HEX: #BDDCD5 RGB: (189,220,213)

Color info

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

RGB color model

#BDDCD5 color RGB value is (189,220,213).

RGB: (189,220,213) (74%, 86%, 84%)

RGB channels and saturation

R 189 of 255 = 74%
G 220 of 255 = 86%
B 213 of 255 = 84%

189
220
213

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

Portions of RGB colors in percentages

R + G + B = 189 + 220 + 213 = 622 (100%)
R 189 of 622 ~ 30.39%
G 220 of 622 ~ 35.37%
B 213 of 622 ~ 34.24'%

%30.39
%35.37
%34.24

CMYK color model

#BDDCD5 color CMYK value is (14,0,3,14).

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

CMYK: (14,0,3,14)
C14M0Y3K14 (14%, 0%, 3%, 14%)
(0.14 / 0.00 / 0.03 / 0.14)

CMYK percentages

%14.09
%0
%3.18
%13.73

Codes

Color #BDDCD5 in popluar color models

BD DC D5
RGB 189 220 213
HSL 166° 30.69% 80.20%
HSB/HSV 166° 14.09% 86.27%
CMYK 14.09% 0.00% 3.18%
13.73%

Color #BDDCD5 in popluar number systems.

HEX BD DC D5
Decimal 189 220 213
Binary 10111101 11011100 11010101
Octal 275 334 325

Shades and tints

Shades of #BDDCD5

#BDDCD5
(189,220,213)
#ACC8C2
(172,200,194)
#9BB4AF
(155,180,175)
#8AA09C
(138,160,156)
#798C89
(121,140,137)
#687876
(104,120,118)
#576463
(87,100,99)
#465050
(70,80,80)
#353C3D
(53,60,61)
#24282A
(36,40,42)
#131417
(19,20,23)
#000000
(0,0,0)

Tints of #BDDCD5

#BDDCD5
(189,220,213)
#C3DFD8
(195,223,216)
#C9E2DB
(201,226,219)
#CFE5DE
(207,229,222)
#D5E8E1
(213,232,225)
#DBEBE4
(219,235,228)
#E1EEE7
(225,238,231)
#E7F1EA
(231,241,234)
#EDF4ED
(237,244,237)
#F3F7F0
(243,247,240)
#F9FAF3
(249,250,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDDCD5; }

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

This text font color is #BDDCD5.

Background Color

.myBgColor { background-color: #BDDCD5; }

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

This div background color is #BDDCD5.

Border color

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

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

This div border color is #BDDCD5.

Opacity

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

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

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

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

This text has shadow with #BDDCD5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BDDCD5.

Preview

Color preview on black background

This text has color #BDDCD5 on black background.


Color preview on white background

This text has color #BDDCD5 on white background.


Black color preview on #BDDCD5 background

This text has black color on #BDDCD5 background.


White color preview on #BDDCD5 background

This text has white color on #BDDCD5 background.


Related colors

Complementary color

Complementary color for #hex is #42232A.


I love getcolorcode.com

Triadic colors

1 #D5BDDC and #DCD5BD with #BDDCD5 are triadic colors.

2 #D5DCBD and #DCBDD5 with #BDDCD5 are triadic colors.