COLOR #BCD9B5

HEX: #BCD9B5 RGB: (188,217,181)

Color info

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

RGB color model

#BCD9B5 color RGB value is (188,217,181).

RGB: (188,217,181) (74%, 85%, 71%)

RGB channels and saturation

R 188 of 255 = 74%
G 217 of 255 = 85%
B 181 of 255 = 71%

188
217
181

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

Portions of RGB colors in percentages

R + G + B = 188 + 217 + 181 = 586 (100%)
R 188 of 586 ~ 32.08%
G 217 of 586 ~ 37.03%
B 181 of 586 ~ 30.89'%

%32.08
%37.03
%30.89

CMYK color model

#BCD9B5 color CMYK value is (13,0,17,15).

  • cyan value is 13.36%
  • magenta value is 0.00%
  • yellow value is 16.59%
  • key color value is 14.90%

CMYK: (13,0,17,15)
C13M0Y17K15 (13%, 0%, 17%, 15%)
(0.13 / 0.00 / 0.17 / 0.15)

CMYK percentages

%13.36
%0
%16.59
%14.9

Codes

Color #BCD9B5 in popluar color models

BC D9 B5
RGB 188 217 181
HSL 108° 32.14% 78.04%
HSB/HSV 108° 16.59% 85.10%
CMYK 13.36% 0.00% 16.59%
14.90%

Color #BCD9B5 in popluar number systems.

HEX BC D9 B5
Decimal 188 217 181
Binary 10111100 11011001 10110101
Octal 274 331 265

Shades and tints

Shades of #BCD9B5

#BCD9B5
(188,217,181)
#ABC6A5
(171,198,165)
#9AB395
(154,179,149)
#89A085
(137,160,133)
#788D75
(120,141,117)
#677A65
(103,122,101)
#566755
(86,103,85)
#455445
(69,84,69)
#344135
(52,65,53)
#232E25
(35,46,37)
#121B15
(18,27,21)
#000000
(0,0,0)

Tints of #BCD9B5

#BCD9B5
(188,217,181)
#C2DCBB
(194,220,187)
#C8DFC1
(200,223,193)
#CEE2C7
(206,226,199)
#D4E5CD
(212,229,205)
#DAE8D3
(218,232,211)
#E0EBD9
(224,235,217)
#E6EEDF
(230,238,223)
#ECF1E5
(236,241,229)
#F2F4EB
(242,244,235)
#F8F7F1
(248,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCD9B5 color. Also use rgb(188,217,181) instead hex code.

Text Font Color

.myTextColor { color: #BCD9B5; }

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

This text font color is #BCD9B5.

Background Color

.myBgColor { background-color: #BCD9B5; }

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

This div background color is #BCD9B5.

Border color

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

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

This div border color is #BCD9B5.

Opacity

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

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

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

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

This text has shadow with #BCD9B5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCD9B5.

Preview

Color preview on black background

This text has color #BCD9B5 on black background.


Color preview on white background

This text has color #BCD9B5 on white background.


Black color preview on #BCD9B5 background

This text has black color on #BCD9B5 background.


White color preview on #BCD9B5 background

This text has white color on #BCD9B5 background.


Related colors

Complementary color

Complementary color for #hex is #43264A.


I love getcolorcode.com

Triadic colors

1 #B5BCD9 and #D9B5BC with #BCD9B5 are triadic colors.

2 #B5D9BC and #D9BCB5 with #BCD9B5 are triadic colors.