COLOR #BDD6BE

HEX: #BDD6BE RGB: (189,214,190)

Color info

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

RGB color model

#BDD6BE color RGB value is (189,214,190).

RGB: (189,214,190) (74%, 84%, 75%)

RGB channels and saturation

R 189 of 255 = 74%
G 214 of 255 = 84%
B 190 of 255 = 75%

189
214
190

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

Portions of RGB colors in percentages

R + G + B = 189 + 214 + 190 = 593 (100%)
R 189 of 593 ~ 31.87%
G 214 of 593 ~ 36.09%
B 190 of 593 ~ 32.04'%

%31.87
%36.09
%32.04

CMYK color model

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

  • cyan value is 11.68%
  • magenta value is 0.00%
  • yellow value is 11.21%
  • key color value is 16.08%

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

CMYK percentages

%11.68
%0
%11.21
%16.08

Codes

Color #BDD6BE in popluar color models

BD D6 BE
RGB 189 214 190
HSL 122° 23.36% 79.02%
HSB/HSV 122° 11.68% 83.92%
CMYK 11.68% 0.00% 11.21%
16.08%

Color #BDD6BE in popluar number systems.

HEX BD D6 BE
Decimal 189 214 190
Binary 10111101 11010110 10111110
Octal 275 326 276

Shades and tints

Shades of #BDD6BE

#BDD6BE
(189,214,190)
#ACC3AD
(172,195,173)
#9BB09C
(155,176,156)
#8A9D8B
(138,157,139)
#798A7A
(121,138,122)
#687769
(104,119,105)
#576458
(87,100,88)
#465147
(70,81,71)
#353E36
(53,62,54)
#242B25
(36,43,37)
#131814
(19,24,20)
#000000
(0,0,0)

Tints of #BDD6BE

#BDD6BE
(189,214,190)
#C3D9C3
(195,217,195)
#C9DCC8
(201,220,200)
#CFDFCD
(207,223,205)
#D5E2D2
(213,226,210)
#DBE5D7
(219,229,215)
#E1E8DC
(225,232,220)
#E7EBE1
(231,235,225)
#EDEEE6
(237,238,230)
#F3F1EB
(243,241,235)
#F9F4F0
(249,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BDD6BE color. Also use rgb(189,214,190) instead hex code.

Text Font Color

.myTextColor { color: #BDD6BE; }

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

This text font color is #BDD6BE.

Background Color

.myBgColor { background-color: #BDD6BE; }

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

This div background color is #BDD6BE.

Border color

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

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

This div border color is #BDD6BE.

Opacity

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

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

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

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

This text has shadow with #BDD6BE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BDD6BE.

Preview

Color preview on black background

This text has color #BDD6BE on black background.


Color preview on white background

This text has color #BDD6BE on white background.


Black color preview on #BDD6BE background

This text has black color on #BDD6BE background.


White color preview on #BDD6BE background

This text has white color on #BDD6BE background.


Related colors

Complementary color

Complementary color for #hex is #422941.


I love getcolorcode.com

Triadic colors

1 #BEBDD6 and #D6BEBD with #BDD6BE are triadic colors.

2 #BED6BD and #D6BDBE with #BDD6BE are triadic colors.