COLOR #BCD7BD

HEX: #BCD7BD RGB: (188,215,189)

Color info

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

RGB color model

#BCD7BD color RGB value is (188,215,189).

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

RGB channels and saturation

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

188
215
189

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

Portions of RGB colors in percentages

R + G + B = 188 + 215 + 189 = 592 (100%)
R 188 of 592 ~ 31.76%
G 215 of 592 ~ 36.32%
B 189 of 592 ~ 31.93'%

%31.76
%36.32
%31.93

CMYK color model

#BCD7BD color CMYK value is (13,0,12,16).

  • cyan value is 12.56%
  • magenta value is 0.00%
  • yellow value is 12.09%
  • key color value is 15.69%

CMYK: (13,0,12,16)
C13M0Y12K16 (13%, 0%, 12%, 16%)
(0.13 / 0.00 / 0.12 / 0.16)

CMYK percentages

%12.56
%0
%12.09
%15.69

Codes

Color #BCD7BD in popluar color models

BC D7 BD
RGB 188 215 189
HSL 122° 25.23% 79.02%
HSB/HSV 122° 12.56% 84.31%
CMYK 12.56% 0.00% 12.09%
15.69%

Color #BCD7BD in popluar number systems.

HEX BC D7 BD
Decimal 188 215 189
Binary 10111100 11010111 10111101
Octal 274 327 275

Shades and tints

Shades of #BCD7BD

#BCD7BD
(188,215,189)
#ABC4AC
(171,196,172)
#9AB19B
(154,177,155)
#899E8A
(137,158,138)
#788B79
(120,139,121)
#677868
(103,120,104)
#566557
(86,101,87)
#455246
(69,82,70)
#343F35
(52,63,53)
#232C24
(35,44,36)
#121913
(18,25,19)
#000000
(0,0,0)

Tints of #BCD7BD

#BCD7BD
(188,215,189)
#C2DAC3
(194,218,195)
#C8DDC9
(200,221,201)
#CEE0CF
(206,224,207)
#D4E3D5
(212,227,213)
#DAE6DB
(218,230,219)
#E0E9E1
(224,233,225)
#E6ECE7
(230,236,231)
#ECEFED
(236,239,237)
#F2F2F3
(242,242,243)
#F8F5F9
(248,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCD7BD; }

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

This text font color is #BCD7BD.

Background Color

.myBgColor { background-color: #BCD7BD; }

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

This div background color is #BCD7BD.

Border color

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

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

This div border color is #BCD7BD.

Opacity

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

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

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

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

This text has shadow with #BCD7BD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCD7BD.

Preview

Color preview on black background

This text has color #BCD7BD on black background.


Color preview on white background

This text has color #BCD7BD on white background.


Black color preview on #BCD7BD background

This text has black color on #BCD7BD background.


White color preview on #BCD7BD background

This text has white color on #BCD7BD background.


Related colors

Complementary color

Complementary color for #hex is #432842.


I love getcolorcode.com

Triadic colors

1 #BDBCD7 and #D7BDBC with #BCD7BD are triadic colors.

2 #BDD7BC and #D7BCBD with #BCD7BD are triadic colors.