COLOR #BDD5BB

HEX: #BDD5BB RGB: (189,213,187)

Color info

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

RGB color model

#BDD5BB color RGB value is (189,213,187).

RGB: (189,213,187) (74%, 84%, 73%)

RGB channels and saturation

R 189 of 255 = 74%
G 213 of 255 = 84%
B 187 of 255 = 73%

189
213
187

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

Portions of RGB colors in percentages

R + G + B = 189 + 213 + 187 = 589 (100%)
R 189 of 589 ~ 32.09%
G 213 of 589 ~ 36.16%
B 187 of 589 ~ 31.75'%

%32.09
%36.16
%31.75

CMYK color model

#BDD5BB color CMYK value is (11,0,12,16).

  • cyan value is 11.27%
  • magenta value is 0.00%
  • yellow value is 12.21%
  • key color value is 16.47%

CMYK: (11,0,12,16)
C11M0Y12K16 (11%, 0%, 12%, 16%)
(0.11 / 0.00 / 0.12 / 0.16)

CMYK percentages

%11.27
%0
%12.21
%16.47

Codes

Color #BDD5BB in popluar color models

BD D5 BB
RGB 189 213 187
HSL 115° 23.64% 78.43%
HSB/HSV 115° 12.21% 83.53%
CMYK 11.27% 0.00% 12.21%
16.47%

Color #BDD5BB in popluar number systems.

HEX BD D5 BB
Decimal 189 213 187
Binary 10111101 11010101 10111011
Octal 275 325 273

Shades and tints

Shades of #BDD5BB

#BDD5BB
(189,213,187)
#ACC2AA
(172,194,170)
#9BAF99
(155,175,153)
#8A9C88
(138,156,136)
#798977
(121,137,119)
#687666
(104,118,102)
#576355
(87,99,85)
#465044
(70,80,68)
#353D33
(53,61,51)
#242A22
(36,42,34)
#131711
(19,23,17)
#000000
(0,0,0)

Tints of #BDD5BB

#BDD5BB
(189,213,187)
#C3D8C1
(195,216,193)
#C9DBC7
(201,219,199)
#CFDECD
(207,222,205)
#D5E1D3
(213,225,211)
#DBE4D9
(219,228,217)
#E1E7DF
(225,231,223)
#E7EAE5
(231,234,229)
#EDEDEB
(237,237,235)
#F3F0F1
(243,240,241)
#F9F3F7
(249,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDD5BB; }

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

This text font color is #BDD5BB.

Background Color

.myBgColor { background-color: #BDD5BB; }

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

This div background color is #BDD5BB.

Border color

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

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

This div border color is #BDD5BB.

Opacity

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

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

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

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

This text has shadow with #BDD5BB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BDD5BB.

Preview

Color preview on black background

This text has color #BDD5BB on black background.


Color preview on white background

This text has color #BDD5BB on white background.


Black color preview on #BDD5BB background

This text has black color on #BDD5BB background.


White color preview on #BDD5BB background

This text has white color on #BDD5BB background.


Related colors

Complementary color

Complementary color for #hex is #422A44.


I love getcolorcode.com

Triadic colors

1 #BBBDD5 and #D5BBBD with #BDD5BB are triadic colors.

2 #BBD5BD and #D5BDBB with #BDD5BB are triadic colors.