COLOR #BDDACE

HEX: #BDDACE RGB: (189,218,206)

Color info

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

RGB color model

#BDDACE color RGB value is (189,218,206).

RGB: (189,218,206) (74%, 85%, 81%)

RGB channels and saturation

R 189 of 255 = 74%
G 218 of 255 = 85%
B 206 of 255 = 81%

189
218
206

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

Portions of RGB colors in percentages

R + G + B = 189 + 218 + 206 = 613 (100%)
R 189 of 613 ~ 30.83%
G 218 of 613 ~ 35.56%
B 206 of 613 ~ 33.61'%

%30.83
%35.56
%33.61

CMYK color model

#BDDACE color CMYK value is (13,0,6,15).

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

CMYK: (13,0,6,15)
C13M0Y6K15 (13%, 0%, 6%, 15%)
(0.13 / 0.00 / 0.06 / 0.15)

CMYK percentages

%13.3
%0
%5.5
%14.51

Codes

Color #BDDACE in popluar color models

BD DA CE
RGB 189 218 206
HSL 155° 28.16% 79.80%
HSB/HSV 155° 13.30% 85.49%
CMYK 13.30% 0.00% 5.50%
14.51%

Color #BDDACE in popluar number systems.

HEX BD DA CE
Decimal 189 218 206
Binary 10111101 11011010 11001110
Octal 275 332 316

Shades and tints

Shades of #BDDACE

#BDDACE
(189,218,206)
#ACC7BC
(172,199,188)
#9BB4AA
(155,180,170)
#8AA198
(138,161,152)
#798E86
(121,142,134)
#687B74
(104,123,116)
#576862
(87,104,98)
#465550
(70,85,80)
#35423E
(53,66,62)
#242F2C
(36,47,44)
#131C1A
(19,28,26)
#000000
(0,0,0)

Tints of #BDDACE

#BDDACE
(189,218,206)
#C3DDD2
(195,221,210)
#C9E0D6
(201,224,214)
#CFE3DA
(207,227,218)
#D5E6DE
(213,230,222)
#DBE9E2
(219,233,226)
#E1ECE6
(225,236,230)
#E7EFEA
(231,239,234)
#EDF2EE
(237,242,238)
#F3F5F2
(243,245,242)
#F9F8F6
(249,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDDACE; }

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

This text font color is #BDDACE.

Background Color

.myBgColor { background-color: #BDDACE; }

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

This div background color is #BDDACE.

Border color

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

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

This div border color is #BDDACE.

Opacity

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

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

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

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

This text has shadow with #BDDACE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BDDACE.

Preview

Color preview on black background

This text has color #BDDACE on black background.


Color preview on white background

This text has color #BDDACE on white background.


Black color preview on #BDDACE background

This text has black color on #BDDACE background.


White color preview on #BDDACE background

This text has white color on #BDDACE background.


Related colors

Complementary color

Complementary color for #hex is #422531.


I love getcolorcode.com

Triadic colors

1 #CEBDDA and #DACEBD with #BDDACE are triadic colors.

2 #CEDABD and #DABDCE with #BDDACE are triadic colors.