COLOR #BDDEB2

HEX: #BDDEB2 RGB: (189,222,178)

Color info

#BDDEB2 contains red, green and blue colors in about the same proportion. Web safe color of #BDDEB2 is #CCCC99 (or #CC9).

RGB color model

#BDDEB2 color RGB value is (189,222,178).

RGB: (189,222,178) (74%, 87%, 70%)

RGB channels and saturation

R 189 of 255 = 74%
G 222 of 255 = 87%
B 178 of 255 = 70%

189
222
178

R + G + B ~ 77%. #BDDEB2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 189 + 222 + 178 = 589 (100%)
R 189 of 589 ~ 32.09%
G 222 of 589 ~ 37.69%
B 178 of 589 ~ 30.22'%

%32.09
%37.69
%30.22

CMYK color model

#BDDEB2 color CMYK value is (15,0,20,13).

  • cyan value is 14.86%
  • magenta value is 0.00%
  • yellow value is 19.82%
  • key color value is 12.94%

CMYK: (15,0,20,13)
C15M0Y20K13 (15%, 0%, 20%, 13%)
(0.15 / 0.00 / 0.20 / 0.13)

CMYK percentages

%14.86
%0
%19.82
%12.94

Codes

Color #BDDEB2 in popluar color models

BD DE B2
RGB 189 222 178
HSL 105° 40.00% 78.43%
HSB/HSV 105° 19.82% 87.06%
CMYK 14.86% 0.00% 19.82%
12.94%

Color #BDDEB2 in popluar number systems.

HEX BD DE B2
Decimal 189 222 178
Binary 10111101 11011110 10110010
Octal 275 336 262

Shades and tints

Shades of #BDDEB2

#BDDEB2
(189,222,178)
#ACCAA2
(172,202,162)
#9BB692
(155,182,146)
#8AA282
(138,162,130)
#798E72
(121,142,114)
#687A62
(104,122,98)
#576652
(87,102,82)
#465242
(70,82,66)
#353E32
(53,62,50)
#242A22
(36,42,34)
#131612
(19,22,18)
#000000
(0,0,0)

Tints of #BDDEB2

#BDDEB2
(189,222,178)
#C3E1B9
(195,225,185)
#C9E4C0
(201,228,192)
#CFE7C7
(207,231,199)
#D5EACE
(213,234,206)
#DBEDD5
(219,237,213)
#E1F0DC
(225,240,220)
#E7F3E3
(231,243,227)
#EDF6EA
(237,246,234)
#F3F9F1
(243,249,241)
#F9FCF8
(249,252,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BDDEB2 color. Also use rgb(189,222,178) instead hex code.

Text Font Color

.myTextColor { color: #BDDEB2; }

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

This text font color is #BDDEB2.

Background Color

.myBgColor { background-color: #BDDEB2; }

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

This div background color is #BDDEB2.

Border color

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

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

This div border color is #BDDEB2.

Opacity

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

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

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

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

This text has shadow with #BDDEB2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BDDEB2.

Preview

Color preview on black background

This text has color #BDDEB2 on black background.


Color preview on white background

This text has color #BDDEB2 on white background.


Black color preview on #BDDEB2 background

This text has black color on #BDDEB2 background.


White color preview on #BDDEB2 background

This text has white color on #BDDEB2 background.


Related colors

Complementary color

Complementary color for #hex is #42214D.


I love getcolorcode.com

Triadic colors

1 #B2BDDE and #DEB2BD with #BDDEB2 are triadic colors.

2 #B2DEBD and #DEBDB2 with #BDDEB2 are triadic colors.