COLOR #BCCDA1

HEX: #BCCDA1 RGB: (188,205,161)

Color info

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

RGB color model

#BCCDA1 color RGB value is (188,205,161).

RGB: (188,205,161) (74%, 80%, 63%)

RGB channels and saturation

R 188 of 255 = 74%
G 205 of 255 = 80%
B 161 of 255 = 63%

188
205
161

R + G + B ~ 72%. #BCCDA1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 188 + 205 + 161 = 554 (100%)
R 188 of 554 ~ 33.94%
G 205 of 554 ~ 37%
B 161 of 554 ~ 29.06'%

%33.94
%37
%29.06

CMYK color model

#BCCDA1 color CMYK value is (8,0,21,20).

  • cyan value is 8.29%
  • magenta value is 0.00%
  • yellow value is 21.46%
  • key color value is 19.61%

CMYK: (8,0,21,20)
C8M0Y21K20 (8%, 0%, 21%, 20%)
(0.08 / 0.00 / 0.21 / 0.20)

CMYK percentages

%8.29
%0
%21.46
%19.61

Codes

Color #BCCDA1 in popluar color models

BC CD A1
RGB 188 205 161
HSL 83° 30.56% 71.76%
HSB/HSV 83° 21.46% 80.39%
CMYK 8.29% 0.00% 21.46%
19.61%

Color #BCCDA1 in popluar number systems.

HEX BC CD A1
Decimal 188 205 161
Binary 10111100 11001101 10100001
Octal 274 315 241

Shades and tints

Shades of #BCCDA1

#BCCDA1
(188,205,161)
#ABBB93
(171,187,147)
#9AA985
(154,169,133)
#899777
(137,151,119)
#788569
(120,133,105)
#67735B
(103,115,91)
#56614D
(86,97,77)
#454F3F
(69,79,63)
#343D31
(52,61,49)
#232B23
(35,43,35)
#121915
(18,25,21)
#000000
(0,0,0)

Tints of #BCCDA1

#BCCDA1
(188,205,161)
#C2D1A9
(194,209,169)
#C8D5B1
(200,213,177)
#CED9B9
(206,217,185)
#D4DDC1
(212,221,193)
#DAE1C9
(218,225,201)
#E0E5D1
(224,229,209)
#E6E9D9
(230,233,217)
#ECEDE1
(236,237,225)
#F2F1E9
(242,241,233)
#F8F5F1
(248,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCCDA1 color. Also use rgb(188,205,161) instead hex code.

Text Font Color

.myTextColor { color: #BCCDA1; }

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

This text font color is #BCCDA1.

Background Color

.myBgColor { background-color: #BCCDA1; }

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

This div background color is #BCCDA1.

Border color

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

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

This div border color is #BCCDA1.

Opacity

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

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

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

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

This text has shadow with #BCCDA1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCCDA1.

Preview

Color preview on black background

This text has color #BCCDA1 on black background.


Color preview on white background

This text has color #BCCDA1 on white background.


Black color preview on #BCCDA1 background

This text has black color on #BCCDA1 background.


White color preview on #BCCDA1 background

This text has white color on #BCCDA1 background.


Related colors

Complementary color

Complementary color for #hex is #43325E.


I love getcolorcode.com

Triadic colors

1 #A1BCCD and #CDA1BC with #BCCDA1 are triadic colors.

2 #A1CDBC and #CDBCA1 with #BCCDA1 are triadic colors.