COLOR #BCDAAF

HEX: #BCDAAF RGB: (188,218,175)

Color info

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

RGB color model

#BCDAAF color RGB value is (188,218,175).

RGB: (188,218,175) (74%, 85%, 69%)

RGB channels and saturation

R 188 of 255 = 74%
G 218 of 255 = 85%
B 175 of 255 = 69%

188
218
175

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

Portions of RGB colors in percentages

R + G + B = 188 + 218 + 175 = 581 (100%)
R 188 of 581 ~ 32.36%
G 218 of 581 ~ 37.52%
B 175 of 581 ~ 30.12'%

%32.36
%37.52
%30.12

CMYK color model

#BCDAAF color CMYK value is (14,0,20,15).

  • cyan value is 13.76%
  • magenta value is 0.00%
  • yellow value is 19.72%
  • key color value is 14.51%
CMYK: (14,0,20,15) C14M0Y20K15 (14%,0%,20%,15%) (0.14/0.00/0.20/0.15) 

CMYK percentages

%13.76
%0
%19.72
%14.51

Codes

Color #BCDAAF in popluar color models

BC DA AF
RGB 188 218 175
HSL 102° 36.75% 77.06%
HSB/HSV 102° 19.72% 85.49%
CMYK 13.76% 0.00% 19.72%
14.51%

Color #BCDAAF in popluar number systems.

HEX BC DA AF
Decimal 188 218 175
Binary 10111100 11011010 10101111
Octal 274 332 257

Shades and tints

Shades of #BCDAAF

#BCDAAF
(188,218,175)
#ABC7A0
(171,199,160)
#9AB491
(154,180,145)
#89A182
(137,161,130)
#788E73
(120,142,115)
#677B64
(103,123,100)
#566855
(86,104,85)
#455546
(69,85,70)
#344237
(52,66,55)
#232F28
(35,47,40)
#121C19
(18,28,25)
#000000
(0,0,0)

Tints of #BCDAAF

#BCDAAF
(188,218,175)
#C2DDB6
(194,221,182)
#C8E0BD
(200,224,189)
#CEE3C4
(206,227,196)
#D4E6CB
(212,230,203)
#DAE9D2
(218,233,210)
#E0ECD9
(224,236,217)
#E6EFE0
(230,239,224)
#ECF2E7
(236,242,231)
#F2F5EE
(242,245,238)
#F8F8F5
(248,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCDAAF color. Also use rgb(188,218,175) instead hex code.

Text Font Color

.myTextColor { color: #BCDAAF; }

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

This text font color is #BCDAAF.

Background Color

.myBgColor { background-color: #BCDAAF; }

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

This div background color is #BCDAAF.

Border color

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

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

This div border color is #BCDAAF.

Opacity

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

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

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

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

This text has shadow with #BCDAAF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCDAAF.

Preview

Color preview on black background

This text has color #BCDAAF on black background.


Color preview on white background

This text has color #BCDAAF on white background.


Black color preview on #BCDAAF background

This text has black color on #BCDAAF background.


White color preview on #BCDAAF background

This text has white color on #BCDAAF background.


Related colors

Complementary color

Complementary color for #hex is #432550.


I love getcolorcode.com

Triadic colors

1 #AFBCDA and #DAAFBC with #BCDAAF are triadic colors.

2 #AFDABC and #DABCAF with #BCDAAF are triadic colors.