COLOR #BCDFAD

HEX: #BCDFAD RGB: (188,223,173)

Color info

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

RGB color model

#BCDFAD color RGB value is (188,223,173).

RGB: (188,223,173) (74%, 87%, 68%)

RGB channels and saturation

R 188 of 255 = 74%
G 223 of 255 = 87%
B 173 of 255 = 68%

188
223
173

R + G + B ~ 76%. #BCDFAD is quite light color.

Portions of RGB colors in percentages

R + G + B = 188 + 223 + 173 = 584 (100%)
R 188 of 584 ~ 32.19%
G 223 of 584 ~ 38.18%
B 173 of 584 ~ 29.62'%

%32.19
%38.18
%29.62

CMYK color model

#BCDFAD color CMYK value is (16,0,22,13).

  • cyan value is 15.70%
  • magenta value is 0.00%
  • yellow value is 22.42%
  • key color value is 12.55%

CMYK: (16,0,22,13)
C16M0Y22K13 (16%, 0%, 22%, 13%)
(0.16 / 0.00 / 0.22 / 0.13)

CMYK percentages

%15.7
%0
%22.42
%12.55

Codes

Color #BCDFAD in popluar color models

BC DF AD
RGB 188 223 173
HSL 102° 43.86% 77.65%
HSB/HSV 102° 22.42% 87.45%
CMYK 15.70% 0.00% 22.42%
12.55%

Color #BCDFAD in popluar number systems.

HEX BC DF AD
Decimal 188 223 173
Binary 10111100 11011111 10101101
Octal 274 337 255

Shades and tints

Shades of #BCDFAD

#BCDFAD
(188,223,173)
#ABCB9E
(171,203,158)
#9AB78F
(154,183,143)
#89A380
(137,163,128)
#788F71
(120,143,113)
#677B62
(103,123,98)
#566753
(86,103,83)
#455344
(69,83,68)
#343F35
(52,63,53)
#232B26
(35,43,38)
#121717
(18,23,23)
#000000
(0,0,0)

Tints of #BCDFAD

#BCDFAD
(188,223,173)
#C2E1B4
(194,225,180)
#C8E3BB
(200,227,187)
#CEE5C2
(206,229,194)
#D4E7C9
(212,231,201)
#DAE9D0
(218,233,208)
#E0EBD7
(224,235,215)
#E6EDDE
(230,237,222)
#ECEFE5
(236,239,229)
#F2F1EC
(242,241,236)
#F8F3F3
(248,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCDFAD; }

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

This text font color is #BCDFAD.

Background Color

.myBgColor { background-color: #BCDFAD; }

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

This div background color is #BCDFAD.

Border color

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

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

This div border color is #BCDFAD.

Opacity

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

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

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

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

This text has shadow with #BCDFAD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCDFAD.

Preview

Color preview on black background

This text has color #BCDFAD on black background.


Color preview on white background

This text has color #BCDFAD on white background.


Black color preview on #BCDFAD background

This text has black color on #BCDFAD background.


White color preview on #BCDFAD background

This text has white color on #BCDFAD background.


Related colors

Complementary color

Complementary color for #hex is #432052.


I love getcolorcode.com

Triadic colors

1 #ADBCDF and #DFADBC with #BCDFAD are triadic colors.

2 #ADDFBC and #DFBCAD with #BCDFAD are triadic colors.