COLOR #BDDAD5

HEX: #BDDAD5 RGB: (189,218,213)

Color info

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

RGB color model

#BDDAD5 color RGB value is (189,218,213).

RGB: (189,218,213) (74%, 85%, 84%)

RGB channels and saturation

R 189 of 255 = 74%
G 218 of 255 = 85%
B 213 of 255 = 84%

189
218
213

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

Portions of RGB colors in percentages

R + G + B = 189 + 218 + 213 = 620 (100%)
R 189 of 620 ~ 30.48%
G 218 of 620 ~ 35.16%
B 213 of 620 ~ 34.35'%

%30.48
%35.16
%34.35

CMYK color model

#BDDAD5 color CMYK value is (13,0,2,15).

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

CMYK: (13,0,2,15)
C13M0Y2K15 (13%, 0%, 2%, 15%)
(0.13 / 0.00 / 0.02 / 0.15)

CMYK percentages

%13.3
%0
%2.29
%14.51

Codes

Color #BDDAD5 in popluar color models

BD DA D5
RGB 189 218 213
HSL 170° 28.16% 79.80%
HSB/HSV 170° 13.30% 85.49%
CMYK 13.30% 0.00% 2.29%
14.51%

Color #BDDAD5 in popluar number systems.

HEX BD DA D5
Decimal 189 218 213
Binary 10111101 11011010 11010101
Octal 275 332 325

Shades and tints

Shades of #BDDAD5

#BDDAD5
(189,218,213)
#ACC7C2
(172,199,194)
#9BB4AF
(155,180,175)
#8AA19C
(138,161,156)
#798E89
(121,142,137)
#687B76
(104,123,118)
#576863
(87,104,99)
#465550
(70,85,80)
#35423D
(53,66,61)
#242F2A
(36,47,42)
#131C17
(19,28,23)
#000000
(0,0,0)

Tints of #BDDAD5

#BDDAD5
(189,218,213)
#C3DDD8
(195,221,216)
#C9E0DB
(201,224,219)
#CFE3DE
(207,227,222)
#D5E6E1
(213,230,225)
#DBE9E4
(219,233,228)
#E1ECE7
(225,236,231)
#E7EFEA
(231,239,234)
#EDF2ED
(237,242,237)
#F3F5F0
(243,245,240)
#F9F8F3
(249,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDDAD5; }

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

This text font color is #BDDAD5.

Background Color

.myBgColor { background-color: #BDDAD5; }

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

This div background color is #BDDAD5.

Border color

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

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

This div border color is #BDDAD5.

Opacity

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

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

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

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

This text has shadow with #BDDAD5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BDDAD5.

Preview

Color preview on black background

This text has color #BDDAD5 on black background.


Color preview on white background

This text has color #BDDAD5 on white background.


Black color preview on #BDDAD5 background

This text has black color on #BDDAD5 background.


White color preview on #BDDAD5 background

This text has white color on #BDDAD5 background.


Related colors

Complementary color

Complementary color for #hex is #42252A.


I love getcolorcode.com

Triadic colors

1 #D5BDDA and #DAD5BD with #BDDAD5 are triadic colors.

2 #D5DABD and #DABDD5 with #BDDAD5 are triadic colors.