COLOR #BCD8A8

HEX: #BCD8A8 RGB: (188,216,168)

Color info

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

RGB color model

#BCD8A8 color RGB value is (188,216,168).

RGB: (188,216,168) (74%, 85%, 66%)

RGB channels and saturation

R 188 of 255 = 74%
G 216 of 255 = 85%
B 168 of 255 = 66%

188
216
168

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

Portions of RGB colors in percentages

R + G + B = 188 + 216 + 168 = 572 (100%)
R 188 of 572 ~ 32.87%
G 216 of 572 ~ 37.76%
B 168 of 572 ~ 29.37'%

%32.87
%37.76
%29.37

CMYK color model

#BCD8A8 color CMYK value is (13,0,22,15).

  • cyan value is 12.96%
  • magenta value is 0.00%
  • yellow value is 22.22%
  • key color value is 15.29%

CMYK: (13,0,22,15)
C13M0Y22K15 (13%, 0%, 22%, 15%)
(0.13 / 0.00 / 0.22 / 0.15)

CMYK percentages

%12.96
%0
%22.22
%15.29

Codes

Color #BCD8A8 in popluar color models

BC D8 A8
RGB 188 216 168
HSL 95° 38.10% 75.29%
HSB/HSV 95° 22.22% 84.71%
CMYK 12.96% 0.00% 22.22%
15.29%

Color #BCD8A8 in popluar number systems.

HEX BC D8 A8
Decimal 188 216 168
Binary 10111100 11011000 10101000
Octal 274 330 250

Shades and tints

Shades of #BCD8A8

#BCD8A8
(188,216,168)
#ABC599
(171,197,153)
#9AB28A
(154,178,138)
#899F7B
(137,159,123)
#788C6C
(120,140,108)
#67795D
(103,121,93)
#56664E
(86,102,78)
#45533F
(69,83,63)
#344030
(52,64,48)
#232D21
(35,45,33)
#121A12
(18,26,18)
#000000
(0,0,0)

Tints of #BCD8A8

#BCD8A8
(188,216,168)
#C2DBAF
(194,219,175)
#C8DEB6
(200,222,182)
#CEE1BD
(206,225,189)
#D4E4C4
(212,228,196)
#DAE7CB
(218,231,203)
#E0EAD2
(224,234,210)
#E6EDD9
(230,237,217)
#ECF0E0
(236,240,224)
#F2F3E7
(242,243,231)
#F8F6EE
(248,246,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCD8A8; }

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

This text font color is #BCD8A8.

Background Color

.myBgColor { background-color: #BCD8A8; }

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

This div background color is #BCD8A8.

Border color

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

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

This div border color is #BCD8A8.

Opacity

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

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

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

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

This text has shadow with #BCD8A8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCD8A8.

Preview

Color preview on black background

This text has color #BCD8A8 on black background.


Color preview on white background

This text has color #BCD8A8 on white background.


Black color preview on #BCD8A8 background

This text has black color on #BCD8A8 background.


White color preview on #BCD8A8 background

This text has white color on #BCD8A8 background.


Related colors

Complementary color

Complementary color for #hex is #432757.


I love getcolorcode.com

Triadic colors

1 #A8BCD8 and #D8A8BC with #BCD8A8 are triadic colors.

2 #A8D8BC and #D8BCA8 with #BCD8A8 are triadic colors.