COLOR #BCD5BD

HEX: #BCD5BD RGB: (188,213,189)

Color info

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

RGB color model

#BCD5BD color RGB value is (188,213,189).

RGB: (188,213,189) (74%, 84%, 74%)

RGB channels and saturation

R 188 of 255 = 74%
G 213 of 255 = 84%
B 189 of 255 = 74%

188
213
189

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

Portions of RGB colors in percentages

R + G + B = 188 + 213 + 189 = 590 (100%)
R 188 of 590 ~ 31.86%
G 213 of 590 ~ 36.1%
B 189 of 590 ~ 32.03'%

%31.86
%36.1
%32.03

CMYK color model

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

  • cyan value is 11.74%
  • magenta value is 0.00%
  • yellow value is 11.27%
  • key color value is 16.47%
CMYK: (12,0,11,16) C12M0Y11K16 (12%,0%,11%,16%) (0.12/0.00/0.11/0.16) 

CMYK percentages

%11.74
%0
%11.27
%16.47

Codes

Color #BCD5BD in popluar color models

BC D5 BD
RGB 188 213 189
HSL 122° 22.94% 78.63%
HSB/HSV 122° 11.74% 83.53%
CMYK 11.74% 0.00% 11.27%
16.47%

Color #BCD5BD in popluar number systems.

HEX BC D5 BD
Decimal 188 213 189
Binary 10111100 11010101 10111101
Octal 274 325 275

Shades and tints

Shades of #BCD5BD

#BCD5BD
(188,213,189)
#ABC2AC
(171,194,172)
#9AAF9B
(154,175,155)
#899C8A
(137,156,138)
#788979
(120,137,121)
#677668
(103,118,104)
#566357
(86,99,87)
#455046
(69,80,70)
#343D35
(52,61,53)
#232A24
(35,42,36)
#121713
(18,23,19)
#000000
(0,0,0)

Tints of #BCD5BD

#BCD5BD
(188,213,189)
#C2D8C3
(194,216,195)
#C8DBC9
(200,219,201)
#CEDECF
(206,222,207)
#D4E1D5
(212,225,213)
#DAE4DB
(218,228,219)
#E0E7E1
(224,231,225)
#E6EAE7
(230,234,231)
#ECEDED
(236,237,237)
#F2F0F3
(242,240,243)
#F8F3F9
(248,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCD5BD; }

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

This text font color is #BCD5BD.

Background Color

.myBgColor { background-color: #BCD5BD; }

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

This div background color is #BCD5BD.

Border color

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

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

This div border color is #BCD5BD.

Opacity

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

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

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

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

This text has shadow with #BCD5BD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCD5BD.

Preview

Color preview on black background

This text has color #BCD5BD on black background.


Color preview on white background

This text has color #BCD5BD on white background.


Black color preview on #BCD5BD background

This text has black color on #BCD5BD background.


White color preview on #BCD5BD background

This text has white color on #BCD5BD background.


Related colors

Complementary color

Complementary color for #hex is #432A42.


I love getcolorcode.com

Triadic colors

1 #BDBCD5 and #D5BDBC with #BCD5BD are triadic colors.

2 #BDD5BC and #D5BCBD with #BCD5BD are triadic colors.