COLOR #BCD1A3

HEX: #BCD1A3 RGB: (188,209,163)

Color info

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

RGB color model

#BCD1A3 color RGB value is (188,209,163).

RGB: (188,209,163) (74%, 82%, 64%)

RGB channels and saturation

R 188 of 255 = 74%
G 209 of 255 = 82%
B 163 of 255 = 64%

188
209
163

R + G + B ~ 73%. #BCD1A3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 188 + 209 + 163 = 560 (100%)
R 188 of 560 ~ 33.57%
G 209 of 560 ~ 37.32%
B 163 of 560 ~ 29.11'%

%33.57
%37.32
%29.11

CMYK color model

#BCD1A3 color CMYK value is (10,0,22,18).

  • cyan value is 10.05%
  • magenta value is 0.00%
  • yellow value is 22.01%
  • key color value is 18.04%

CMYK: (10,0,22,18)
C10M0Y22K18 (10%, 0%, 22%, 18%)
(0.10 / 0.00 / 0.22 / 0.18)

CMYK percentages

%10.05
%0
%22.01
%18.04

Codes

Color #BCD1A3 in popluar color models

BC D1 A3
RGB 188 209 163
HSL 87° 33.33% 72.94%
HSB/HSV 87° 22.01% 81.96%
CMYK 10.05% 0.00% 22.01%
18.04%

Color #BCD1A3 in popluar number systems.

HEX BC D1 A3
Decimal 188 209 163
Binary 10111100 11010001 10100011
Octal 274 321 243

Shades and tints

Shades of #BCD1A3

#BCD1A3
(188,209,163)
#ABBE95
(171,190,149)
#9AAB87
(154,171,135)
#899879
(137,152,121)
#78856B
(120,133,107)
#67725D
(103,114,93)
#565F4F
(86,95,79)
#454C41
(69,76,65)
#343933
(52,57,51)
#232625
(35,38,37)
#121317
(18,19,23)
#000000
(0,0,0)

Tints of #BCD1A3

#BCD1A3
(188,209,163)
#C2D5AB
(194,213,171)
#C8D9B3
(200,217,179)
#CEDDBB
(206,221,187)
#D4E1C3
(212,225,195)
#DAE5CB
(218,229,203)
#E0E9D3
(224,233,211)
#E6EDDB
(230,237,219)
#ECF1E3
(236,241,227)
#F2F5EB
(242,245,235)
#F8F9F3
(248,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCD1A3 color. Also use rgb(188,209,163) instead hex code.

Text Font Color

.myTextColor { color: #BCD1A3; }

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

This text font color is #BCD1A3.

Background Color

.myBgColor { background-color: #BCD1A3; }

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

This div background color is #BCD1A3.

Border color

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

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

This div border color is #BCD1A3.

Opacity

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

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

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

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

This text has shadow with #BCD1A3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCD1A3.

Preview

Color preview on black background

This text has color #BCD1A3 on black background.


Color preview on white background

This text has color #BCD1A3 on white background.


Black color preview on #BCD1A3 background

This text has black color on #BCD1A3 background.


White color preview on #BCD1A3 background

This text has white color on #BCD1A3 background.


Related colors

Complementary color

Complementary color for #hex is #432E5C.


I love getcolorcode.com

Triadic colors

1 #A3BCD1 and #D1A3BC with #BCD1A3 are triadic colors.

2 #A3D1BC and #D1BCA3 with #BCD1A3 are triadic colors.