COLOR #BCD5A8

HEX: #BCD5A8 RGB: (188,213,168)

Color info

#BCD5A8 contains red, green and blue colors in about the same proportion. Web safe color of #BCD5A8 is #CCCC99 (or #CC9).

RGB color model

#BCD5A8 color RGB value is (188,213,168).

RGB: (188,213,168) (74%, 84%, 66%)

RGB channels and saturation

R 188 of 255 = 74%
G 213 of 255 = 84%
B 168 of 255 = 66%

188
213
168

R + G + B ~ 75%. #BCD5A8 is quite light color.

Portions of RGB colors in percentages

R + G + B = 188 + 213 + 168 = 569 (100%)
R 188 of 569 ~ 33.04%
G 213 of 569 ~ 37.43%
B 168 of 569 ~ 29.53'%

%33.04
%37.43
%29.53

CMYK color model

#BCD5A8 color CMYK value is (12,0,21,16).

  • cyan value is 11.74%
  • magenta value is 0.00%
  • yellow value is 21.13%
  • key color value is 16.47%

CMYK: (12,0,21,16)
C12M0Y21K16 (12%, 0%, 21%, 16%)
(0.12 / 0.00 / 0.21 / 0.16)

CMYK percentages

%11.74
%0
%21.13
%16.47

Codes

Color #BCD5A8 in popluar color models

BC D5 A8
RGB 188 213 168
HSL 93° 34.88% 74.71%
HSB/HSV 93° 21.13% 83.53%
CMYK 11.74% 0.00% 21.13%
16.47%

Color #BCD5A8 in popluar number systems.

HEX BC D5 A8
Decimal 188 213 168
Binary 10111100 11010101 10101000
Octal 274 325 250

Shades and tints

Shades of #BCD5A8

#BCD5A8
(188,213,168)
#ABC299
(171,194,153)
#9AAF8A
(154,175,138)
#899C7B
(137,156,123)
#78896C
(120,137,108)
#67765D
(103,118,93)
#56634E
(86,99,78)
#45503F
(69,80,63)
#343D30
(52,61,48)
#232A21
(35,42,33)
#121712
(18,23,18)
#000000
(0,0,0)

Tints of #BCD5A8

#BCD5A8
(188,213,168)
#C2D8AF
(194,216,175)
#C8DBB6
(200,219,182)
#CEDEBD
(206,222,189)
#D4E1C4
(212,225,196)
#DAE4CB
(218,228,203)
#E0E7D2
(224,231,210)
#E6EAD9
(230,234,217)
#ECEDE0
(236,237,224)
#F2F0E7
(242,240,231)
#F8F3EE
(248,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCD5A8; }

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

This text font color is #BCD5A8.

Background Color

.myBgColor { background-color: #BCD5A8; }

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

This div background color is #BCD5A8.

Border color

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

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

This div border color is #BCD5A8.

Opacity

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

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

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

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

This text has shadow with #BCD5A8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCD5A8.

Preview

Color preview on black background

This text has color #BCD5A8 on black background.


Color preview on white background

This text has color #BCD5A8 on white background.


Black color preview on #BCD5A8 background

This text has black color on #BCD5A8 background.


White color preview on #BCD5A8 background

This text has white color on #BCD5A8 background.


Related colors

Complementary color

Complementary color for #hex is #432A57.


I love getcolorcode.com

Triadic colors

1 #A8BCD5 and #D5A8BC with #BCD5A8 are triadic colors.

2 #A8D5BC and #D5BCA8 with #BCD5A8 are triadic colors.