COLOR #BDD2BA

HEX: #BDD2BA RGB: (189,210,186)

Color info

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

RGB color model

#BDD2BA color RGB value is (189,210,186).

RGB: (189,210,186) (74%, 82%, 73%)

RGB channels and saturation

R 189 of 255 = 74%
G 210 of 255 = 82%
B 186 of 255 = 73%

189
210
186

R + G + B ~ 76%. #BDD2BA is quite light color.

Portions of RGB colors in percentages

R + G + B = 189 + 210 + 186 = 585 (100%)
R 189 of 585 ~ 32.31%
G 210 of 585 ~ 35.9%
B 186 of 585 ~ 31.79'%

%32.31
%35.9
%31.79

CMYK color model

#BDD2BA color CMYK value is (10,0,11,18).

  • cyan value is 10.00%
  • magenta value is 0.00%
  • yellow value is 11.43%
  • key color value is 17.65%

CMYK: (10,0,11,18)
C10M0Y11K18 (10%, 0%, 11%, 18%)
(0.10 / 0.00 / 0.11 / 0.18)

CMYK percentages

%10
%0
%11.43
%17.65

Codes

Color #BDD2BA in popluar color models

BD D2 BA
RGB 189 210 186
HSL 113° 21.05% 77.65%
HSB/HSV 113° 11.43% 82.35%
CMYK 10.00% 0.00% 11.43%
17.65%

Color #BDD2BA in popluar number systems.

HEX BD D2 BA
Decimal 189 210 186
Binary 10111101 11010010 10111010
Octal 275 322 272

Shades and tints

Shades of #BDD2BA

#BDD2BA
(189,210,186)
#ACBFAA
(172,191,170)
#9BAC9A
(155,172,154)
#8A998A
(138,153,138)
#79867A
(121,134,122)
#68736A
(104,115,106)
#57605A
(87,96,90)
#464D4A
(70,77,74)
#353A3A
(53,58,58)
#24272A
(36,39,42)
#13141A
(19,20,26)
#000000
(0,0,0)

Tints of #BDD2BA

#BDD2BA
(189,210,186)
#C3D6C0
(195,214,192)
#C9DAC6
(201,218,198)
#CFDECC
(207,222,204)
#D5E2D2
(213,226,210)
#DBE6D8
(219,230,216)
#E1EADE
(225,234,222)
#E7EEE4
(231,238,228)
#EDF2EA
(237,242,234)
#F3F6F0
(243,246,240)
#F9FAF6
(249,250,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDD2BA; }

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

This text font color is #BDD2BA.

Background Color

.myBgColor { background-color: #BDD2BA; }

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

This div background color is #BDD2BA.

Border color

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

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

This div border color is #BDD2BA.

Opacity

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

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

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

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

This text has shadow with #BDD2BA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BDD2BA.

Preview

Color preview on black background

This text has color #BDD2BA on black background.


Color preview on white background

This text has color #BDD2BA on white background.


Black color preview on #BDD2BA background

This text has black color on #BDD2BA background.


White color preview on #BDD2BA background

This text has white color on #BDD2BA background.


Related colors

Complementary color

Complementary color for #hex is #422D45.


I love getcolorcode.com

Triadic colors

1 #BABDD2 and #D2BABD with #BDD2BA are triadic colors.

2 #BAD2BD and #D2BDBA with #BDD2BA are triadic colors.