COLOR #BDD1BB

HEX: #BDD1BB RGB: (189,209,187)

Color info

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

RGB color model

#BDD1BB color RGB value is (189,209,187).

RGB: (189,209,187) (74%, 82%, 73%)

RGB channels and saturation

R 189 of 255 = 74%
G 209 of 255 = 82%
B 187 of 255 = 73%

189
209
187

R + G + B ~ 76%. #BDD1BB is quite light color.

Portions of RGB colors in percentages

R + G + B = 189 + 209 + 187 = 585 (100%)
R 189 of 585 ~ 32.31%
G 209 of 585 ~ 35.73%
B 187 of 585 ~ 31.97'%

%32.31
%35.73
%31.97

CMYK color model

#BDD1BB color CMYK value is (10,0,11,18).

  • cyan value is 9.57%
  • magenta value is 0.00%
  • yellow value is 10.53%
  • key color value is 18.04%

CMYK: (10,0,11,18)
C10M0Y11K18 (10%, 0%, 11%, 18%)
(0.10 / 0.00 / 0.11 / 0.18)

CMYK percentages

%9.57
%0
%10.53
%18.04

Codes

Color #BDD1BB in popluar color models

BD D1 BB
RGB 189 209 187
HSL 115° 19.30% 77.65%
HSB/HSV 115° 10.53% 81.96%
CMYK 9.57% 0.00% 10.53%
18.04%

Color #BDD1BB in popluar number systems.

HEX BD D1 BB
Decimal 189 209 187
Binary 10111101 11010001 10111011
Octal 275 321 273

Shades and tints

Shades of #BDD1BB

#BDD1BB
(189,209,187)
#ACBEAA
(172,190,170)
#9BAB99
(155,171,153)
#8A9888
(138,152,136)
#798577
(121,133,119)
#687266
(104,114,102)
#575F55
(87,95,85)
#464C44
(70,76,68)
#353933
(53,57,51)
#242622
(36,38,34)
#131311
(19,19,17)
#000000
(0,0,0)

Tints of #BDD1BB

#BDD1BB
(189,209,187)
#C3D5C1
(195,213,193)
#C9D9C7
(201,217,199)
#CFDDCD
(207,221,205)
#D5E1D3
(213,225,211)
#DBE5D9
(219,229,217)
#E1E9DF
(225,233,223)
#E7EDE5
(231,237,229)
#EDF1EB
(237,241,235)
#F3F5F1
(243,245,241)
#F9F9F7
(249,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDD1BB; }

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

This text font color is #BDD1BB.

Background Color

.myBgColor { background-color: #BDD1BB; }

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

This div background color is #BDD1BB.

Border color

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

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

This div border color is #BDD1BB.

Opacity

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

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

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

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

This text has shadow with #BDD1BB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BDD1BB.

Preview

Color preview on black background

This text has color #BDD1BB on black background.


Color preview on white background

This text has color #BDD1BB on white background.


Black color preview on #BDD1BB background

This text has black color on #BDD1BB background.


White color preview on #BDD1BB background

This text has white color on #BDD1BB background.


Related colors

Complementary color

Complementary color for #hex is #422E44.


I love getcolorcode.com

Triadic colors

1 #BBBDD1 and #D1BBBD with #BDD1BB are triadic colors.

2 #BBD1BD and #D1BDBB with #BDD1BB are triadic colors.