COLOR #BDE2BA

HEX: #BDE2BA RGB: (189,226,186)

Color info

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

RGB color model

#BDE2BA color RGB value is (189,226,186).

RGB: (189,226,186) (74%, 89%, 73%)

RGB channels and saturation

R 189 of 255 = 74%
G 226 of 255 = 89%
B 186 of 255 = 73%

189
226
186

R + G + B ~ 79%. #BDE2BA is quite light color.

Portions of RGB colors in percentages

R + G + B = 189 + 226 + 186 = 601 (100%)
R 189 of 601 ~ 31.45%
G 226 of 601 ~ 37.6%
B 186 of 601 ~ 30.95'%

%31.45
%37.6
%30.95

CMYK color model

#BDE2BA color CMYK value is (16,0,18,11).

  • cyan value is 16.37%
  • magenta value is 0.00%
  • yellow value is 17.70%
  • key color value is 11.37%

CMYK: (16,0,18,11)
C16M0Y18K11 (16%, 0%, 18%, 11%)
(0.16 / 0.00 / 0.18 / 0.11)

CMYK percentages

%16.37
%0
%17.7
%11.37

Codes

Color #BDE2BA in popluar color models

BD E2 BA
RGB 189 226 186
HSL 116° 40.82% 80.78%
HSB/HSV 116° 17.70% 88.63%
CMYK 16.37% 0.00% 17.70%
11.37%

Color #BDE2BA in popluar number systems.

HEX BD E2 BA
Decimal 189 226 186
Binary 10111101 11100010 10111010
Octal 275 342 272

Shades and tints

Shades of #BDE2BA

#BDE2BA
(189,226,186)
#ACCEAA
(172,206,170)
#9BBA9A
(155,186,154)
#8AA68A
(138,166,138)
#79927A
(121,146,122)
#687E6A
(104,126,106)
#576A5A
(87,106,90)
#46564A
(70,86,74)
#35423A
(53,66,58)
#242E2A
(36,46,42)
#131A1A
(19,26,26)
#000000
(0,0,0)

Tints of #BDE2BA

#BDE2BA
(189,226,186)
#C3E4C0
(195,228,192)
#C9E6C6
(201,230,198)
#CFE8CC
(207,232,204)
#D5EAD2
(213,234,210)
#DBECD8
(219,236,216)
#E1EEDE
(225,238,222)
#E7F0E4
(231,240,228)
#EDF2EA
(237,242,234)
#F3F4F0
(243,244,240)
#F9F6F6
(249,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDE2BA; }

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

This text font color is #BDE2BA.

Background Color

.myBgColor { background-color: #BDE2BA; }

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

This div background color is #BDE2BA.

Border color

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

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

This div border color is #BDE2BA.

Opacity

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

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

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

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

This text has shadow with #BDE2BA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BDE2BA.

Preview

Color preview on black background

This text has color #BDE2BA on black background.


Color preview on white background

This text has color #BDE2BA on white background.


Black color preview on #BDE2BA background

This text has black color on #BDE2BA background.


White color preview on #BDE2BA background

This text has white color on #BDE2BA background.


Related colors

Complementary color

Complementary color for #hex is #421D45.


I love getcolorcode.com

Triadic colors

1 #BABDE2 and #E2BABD with #BDE2BA are triadic colors.

2 #BAE2BD and #E2BDBA with #BDE2BA are triadic colors.