COLOR #BCD6AD

HEX: #BCD6AD RGB: (188,214,173)

Color info

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

RGB color model

#BCD6AD color RGB value is (188,214,173).

RGB: (188,214,173) (74%, 84%, 68%)

RGB channels and saturation

R 188 of 255 = 74%
G 214 of 255 = 84%
B 173 of 255 = 68%

188
214
173

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

Portions of RGB colors in percentages

R + G + B = 188 + 214 + 173 = 575 (100%)
R 188 of 575 ~ 32.7%
G 214 of 575 ~ 37.22%
B 173 of 575 ~ 30.09'%

%32.7
%37.22
%30.09

CMYK color model

#BCD6AD color CMYK value is (12,0,19,16).

  • cyan value is 12.15%
  • magenta value is 0.00%
  • yellow value is 19.16%
  • key color value is 16.08%

CMYK: (12,0,19,16)
C12M0Y19K16 (12%, 0%, 19%, 16%)
(0.12 / 0.00 / 0.19 / 0.16)

CMYK percentages

%12.15
%0
%19.16
%16.08

Codes

Color #BCD6AD in popluar color models

BC D6 AD
RGB 188 214 173
HSL 98° 33.33% 75.88%
HSB/HSV 98° 19.16% 83.92%
CMYK 12.15% 0.00% 19.16%
16.08%

Color #BCD6AD in popluar number systems.

HEX BC D6 AD
Decimal 188 214 173
Binary 10111100 11010110 10101101
Octal 274 326 255

Shades and tints

Shades of #BCD6AD

#BCD6AD
(188,214,173)
#ABC39E
(171,195,158)
#9AB08F
(154,176,143)
#899D80
(137,157,128)
#788A71
(120,138,113)
#677762
(103,119,98)
#566453
(86,100,83)
#455144
(69,81,68)
#343E35
(52,62,53)
#232B26
(35,43,38)
#121817
(18,24,23)
#000000
(0,0,0)

Tints of #BCD6AD

#BCD6AD
(188,214,173)
#C2D9B4
(194,217,180)
#C8DCBB
(200,220,187)
#CEDFC2
(206,223,194)
#D4E2C9
(212,226,201)
#DAE5D0
(218,229,208)
#E0E8D7
(224,232,215)
#E6EBDE
(230,235,222)
#ECEEE5
(236,238,229)
#F2F1EC
(242,241,236)
#F8F4F3
(248,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCD6AD color. Also use rgb(188,214,173) instead hex code.

Text Font Color

.myTextColor { color: #BCD6AD; }

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

This text font color is #BCD6AD.

Background Color

.myBgColor { background-color: #BCD6AD; }

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

This div background color is #BCD6AD.

Border color

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

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

This div border color is #BCD6AD.

Opacity

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

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

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

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

This text has shadow with #BCD6AD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCD6AD.

Preview

Color preview on black background

This text has color #BCD6AD on black background.


Color preview on white background

This text has color #BCD6AD on white background.


Black color preview on #BCD6AD background

This text has black color on #BCD6AD background.


White color preview on #BCD6AD background

This text has white color on #BCD6AD background.


Related colors

Complementary color

Complementary color for #hex is #432952.


I love getcolorcode.com

Triadic colors

1 #ADBCD6 and #D6ADBC with #BCD6AD are triadic colors.

2 #ADD6BC and #D6BCAD with #BCD6AD are triadic colors.