COLOR #BDE1B9

HEX: #BDE1B9 RGB: (189,225,185)

Color info

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

RGB color model

#BDE1B9 color RGB value is (189,225,185).

RGB: (189,225,185) (74%, 88%, 73%)

RGB channels and saturation

R 189 of 255 = 74%
G 225 of 255 = 88%
B 185 of 255 = 73%

189
225
185

R + G + B ~ 78%. #BDE1B9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 189 + 225 + 185 = 599 (100%)
R 189 of 599 ~ 31.55%
G 225 of 599 ~ 37.56%
B 185 of 599 ~ 30.88'%

%31.55
%37.56
%30.88

CMYK color model

#BDE1B9 color CMYK value is (16,0,18,12).

  • cyan value is 16.00%
  • magenta value is 0.00%
  • yellow value is 17.78%
  • key color value is 11.76%

CMYK: (16,0,18,12)
C16M0Y18K12 (16%, 0%, 18%, 12%)
(0.16 / 0.00 / 0.18 / 0.12)

CMYK percentages

%16
%0
%17.78
%11.76

Codes

Color #BDE1B9 in popluar color models

BD E1 B9
RGB 189 225 185
HSL 114° 40.00% 80.39%
HSB/HSV 114° 17.78% 88.24%
CMYK 16.00% 0.00% 17.78%
11.76%

Color #BDE1B9 in popluar number systems.

HEX BD E1 B9
Decimal 189 225 185
Binary 10111101 11100001 10111001
Octal 275 341 271

Shades and tints

Shades of #BDE1B9

#BDE1B9
(189,225,185)
#ACCDA9
(172,205,169)
#9BB999
(155,185,153)
#8AA589
(138,165,137)
#799179
(121,145,121)
#687D69
(104,125,105)
#576959
(87,105,89)
#465549
(70,85,73)
#354139
(53,65,57)
#242D29
(36,45,41)
#131919
(19,25,25)
#000000
(0,0,0)

Tints of #BDE1B9

#BDE1B9
(189,225,185)
#C3E3BF
(195,227,191)
#C9E5C5
(201,229,197)
#CFE7CB
(207,231,203)
#D5E9D1
(213,233,209)
#DBEBD7
(219,235,215)
#E1EDDD
(225,237,221)
#E7EFE3
(231,239,227)
#EDF1E9
(237,241,233)
#F3F3EF
(243,243,239)
#F9F5F5
(249,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BDE1B9 color. Also use rgb(189,225,185) instead hex code.

Text Font Color

.myTextColor { color: #BDE1B9; }

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

This text font color is #BDE1B9.

Background Color

.myBgColor { background-color: #BDE1B9; }

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

This div background color is #BDE1B9.

Border color

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

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

This div border color is #BDE1B9.

Opacity

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

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

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

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

This text has shadow with #BDE1B9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BDE1B9.

Preview

Color preview on black background

This text has color #BDE1B9 on black background.


Color preview on white background

This text has color #BDE1B9 on white background.


Black color preview on #BDE1B9 background

This text has black color on #BDE1B9 background.


White color preview on #BDE1B9 background

This text has white color on #BDE1B9 background.


Related colors

Complementary color

Complementary color for #hex is #421E46.


I love getcolorcode.com

Triadic colors

1 #B9BDE1 and #E1B9BD with #BDE1B9 are triadic colors.

2 #B9E1BD and #E1BDB9 with #BDE1B9 are triadic colors.