COLOR #BDE0BB

HEX: #BDE0BB RGB: (189,224,187)

Color info

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

RGB color model

#BDE0BB color RGB value is (189,224,187).

RGB: (189,224,187) (74%, 88%, 73%)

RGB channels and saturation

R 189 of 255 = 74%
G 224 of 255 = 88%
B 187 of 255 = 73%

189
224
187

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

Portions of RGB colors in percentages

R + G + B = 189 + 224 + 187 = 600 (100%)
R 189 of 600 ~ 31.5%
G 224 of 600 ~ 37.33%
B 187 of 600 ~ 31.17'%

%31.5
%37.33
%31.17

CMYK color model

#BDE0BB color CMYK value is (16,0,17,12).

  • cyan value is 15.63%
  • magenta value is 0.00%
  • yellow value is 16.52%
  • key color value is 12.16%

CMYK: (16,0,17,12)
C16M0Y17K12 (16%, 0%, 17%, 12%)
(0.16 / 0.00 / 0.17 / 0.12)

CMYK percentages

%15.63
%0
%16.52
%12.16

Codes

Color #BDE0BB in popluar color models

BD E0 BB
RGB 189 224 187
HSL 117° 37.37% 80.59%
HSB/HSV 117° 16.52% 87.84%
CMYK 15.63% 0.00% 16.52%
12.16%

Color #BDE0BB in popluar number systems.

HEX BD E0 BB
Decimal 189 224 187
Binary 10111101 11100000 10111011
Octal 275 340 273

Shades and tints

Shades of #BDE0BB

#BDE0BB
(189,224,187)
#ACCCAA
(172,204,170)
#9BB899
(155,184,153)
#8AA488
(138,164,136)
#799077
(121,144,119)
#687C66
(104,124,102)
#576855
(87,104,85)
#465444
(70,84,68)
#354033
(53,64,51)
#242C22
(36,44,34)
#131811
(19,24,17)
#000000
(0,0,0)

Tints of #BDE0BB

#BDE0BB
(189,224,187)
#C3E2C1
(195,226,193)
#C9E4C7
(201,228,199)
#CFE6CD
(207,230,205)
#D5E8D3
(213,232,211)
#DBEAD9
(219,234,217)
#E1ECDF
(225,236,223)
#E7EEE5
(231,238,229)
#EDF0EB
(237,240,235)
#F3F2F1
(243,242,241)
#F9F4F7
(249,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BDE0BB color. Also use rgb(189,224,187) instead hex code.

Text Font Color

.myTextColor { color: #BDE0BB; }

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

This text font color is #BDE0BB.

Background Color

.myBgColor { background-color: #BDE0BB; }

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

This div background color is #BDE0BB.

Border color

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

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

This div border color is #BDE0BB.

Opacity

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

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

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

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

This text has shadow with #BDE0BB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BDE0BB.

Preview

Color preview on black background

This text has color #BDE0BB on black background.


Color preview on white background

This text has color #BDE0BB on white background.


Black color preview on #BDE0BB background

This text has black color on #BDE0BB background.


White color preview on #BDE0BB background

This text has white color on #BDE0BB background.


Related colors

Complementary color

Complementary color for #hex is #421F44.


I love getcolorcode.com

Triadic colors

1 #BBBDE0 and #E0BBBD with #BDE0BB are triadic colors.

2 #BBE0BD and #E0BDBB with #BDE0BB are triadic colors.