COLOR #BDD2BE

HEX: #BDD2BE RGB: (189,210,190)

Color info

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

RGB color model

#BDD2BE color RGB value is (189,210,190).

RGB: (189,210,190) (74%, 82%, 75%)

RGB channels and saturation

R 189 of 255 = 74%
G 210 of 255 = 82%
B 190 of 255 = 75%

189
210
190

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

Portions of RGB colors in percentages

R + G + B = 189 + 210 + 190 = 589 (100%)
R 189 of 589 ~ 32.09%
G 210 of 589 ~ 35.65%
B 190 of 589 ~ 32.26'%

%32.09
%35.65
%32.26

CMYK color model

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

  • cyan value is 10.00%
  • magenta value is 0.00%
  • yellow value is 9.52%
  • key color value is 17.65%

CMYK: (10,0,10,18)
C10M0Y10K18 (10%, 0%, 10%, 18%)
(0.10 / 0.00 / 0.10 / 0.18)

CMYK percentages

%10
%0
%9.52
%17.65

Codes

Color #BDD2BE in popluar color models

BD D2 BE
RGB 189 210 190
HSL 123° 18.92% 78.24%
HSB/HSV 123° 10.00% 82.35%
CMYK 10.00% 0.00% 9.52%
17.65%

Color #BDD2BE in popluar number systems.

HEX BD D2 BE
Decimal 189 210 190
Binary 10111101 11010010 10111110
Octal 275 322 276

Shades and tints

Shades of #BDD2BE

#BDD2BE
(189,210,190)
#ACBFAD
(172,191,173)
#9BAC9C
(155,172,156)
#8A998B
(138,153,139)
#79867A
(121,134,122)
#687369
(104,115,105)
#576058
(87,96,88)
#464D47
(70,77,71)
#353A36
(53,58,54)
#242725
(36,39,37)
#131414
(19,20,20)
#000000
(0,0,0)

Tints of #BDD2BE

#BDD2BE
(189,210,190)
#C3D6C3
(195,214,195)
#C9DAC8
(201,218,200)
#CFDECD
(207,222,205)
#D5E2D2
(213,226,210)
#DBE6D7
(219,230,215)
#E1EADC
(225,234,220)
#E7EEE1
(231,238,225)
#EDF2E6
(237,242,230)
#F3F6EB
(243,246,235)
#F9FAF0
(249,250,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDD2BE; }

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

This text font color is #BDD2BE.

Background Color

.myBgColor { background-color: #BDD2BE; }

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

This div background color is #BDD2BE.

Border color

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

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

This div border color is #BDD2BE.

Opacity

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

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

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

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

This text has shadow with #BDD2BE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BDD2BE.

Preview

Color preview on black background

This text has color #BDD2BE on black background.


Color preview on white background

This text has color #BDD2BE on white background.


Black color preview on #BDD2BE background

This text has black color on #BDD2BE background.


White color preview on #BDD2BE background

This text has white color on #BDD2BE background.


Related colors

Complementary color

Complementary color for #hex is #422D41.


I love getcolorcode.com

Triadic colors

1 #BEBDD2 and #D2BEBD with #BDD2BE are triadic colors.

2 #BED2BD and #D2BDBE with #BDD2BE are triadic colors.