COLOR #BCCCA5

HEX: #BCCCA5 RGB: (188,204,165)

Color info

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

RGB color model

#BCCCA5 color RGB value is (188,204,165).

RGB: (188,204,165) (74%, 80%, 65%)

RGB channels and saturation

R 188 of 255 = 74%
G 204 of 255 = 80%
B 165 of 255 = 65%

188
204
165

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

Portions of RGB colors in percentages

R + G + B = 188 + 204 + 165 = 557 (100%)
R 188 of 557 ~ 33.75%
G 204 of 557 ~ 36.62%
B 165 of 557 ~ 29.62'%

%33.75
%36.62
%29.62

CMYK color model

#BCCCA5 color CMYK value is (8,0,19,20).

  • cyan value is 7.84%
  • magenta value is 0.00%
  • yellow value is 19.12%
  • key color value is 20.00%
CMYK: (8,0,19,20) C8M0Y19K20 (8%,0%,19%,20%) (0.08/0.00/0.19/0.20) 

CMYK percentages

%7.84
%0
%19.12
%20

Codes

Color #BCCCA5 in popluar color models

BC CC A5
RGB 188 204 165
HSL 85° 27.66% 72.35%
HSB/HSV 85° 19.12% 80.00%
CMYK 7.84% 0.00% 19.12%
20.00%

Color #BCCCA5 in popluar number systems.

HEX BC CC A5
Decimal 188 204 165
Binary 10111100 11001100 10100101
Octal 274 314 245

Shades and tints

Shades of #BCCCA5

#BCCCA5
(188,204,165)
#ABBA96
(171,186,150)
#9AA887
(154,168,135)
#899678
(137,150,120)
#788469
(120,132,105)
#67725A
(103,114,90)
#56604B
(86,96,75)
#454E3C
(69,78,60)
#343C2D
(52,60,45)
#232A1E
(35,42,30)
#12180F
(18,24,15)
#000000
(0,0,0)

Tints of #BCCCA5

#BCCCA5
(188,204,165)
#C2D0AD
(194,208,173)
#C8D4B5
(200,212,181)
#CED8BD
(206,216,189)
#D4DCC5
(212,220,197)
#DAE0CD
(218,224,205)
#E0E4D5
(224,228,213)
#E6E8DD
(230,232,221)
#ECECE5
(236,236,229)
#F2F0ED
(242,240,237)
#F8F4F5
(248,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCCCA5 color. Also use rgb(188,204,165) instead hex code.

Text Font Color

.myTextColor { color: #BCCCA5; }

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

This text font color is #BCCCA5.

Background Color

.myBgColor { background-color: #BCCCA5; }

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

This div background color is #BCCCA5.

Border color

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

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

This div border color is #BCCCA5.

Opacity

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

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

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

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

This text has shadow with #BCCCA5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCCCA5.

Preview

Color preview on black background

This text has color #BCCCA5 on black background.


Color preview on white background

This text has color #BCCCA5 on white background.


Black color preview on #BCCCA5 background

This text has black color on #BCCCA5 background.


White color preview on #BCCCA5 background

This text has white color on #BCCCA5 background.


Related colors

Complementary color

Complementary color for #hex is #43335A.


I love getcolorcode.com

Triadic colors

1 #A5BCCC and #CCA5BC with #BCCCA5 are triadic colors.

2 #A5CCBC and #CCBCA5 with #BCCCA5 are triadic colors.