COLOR #BCC5BC

HEX: #BCC5BC RGB: (188,197,188)

Color info

#BCC5BC contains red, green and blue colors in about the same proportion. Web safe color of #BCC5BC is #CCCCCC (or #CCC).

RGB color model

#BCC5BC color RGB value is (188,197,188).

RGB: (188,197,188) (74%, 77%, 74%)

RGB channels and saturation

R 188 of 255 = 74%
G 197 of 255 = 77%
B 188 of 255 = 74%

188
197
188

R + G + B ~ 75%. #BCC5BC is quite light color.

Portions of RGB colors in percentages

R + G + B = 188 + 197 + 188 = 573 (100%)
R 188 of 573 ~ 32.81%
G 197 of 573 ~ 34.38%
B 188 of 573 ~ 32.81'%

%32.81
%34.38
%32.81

CMYK color model

#BCC5BC color CMYK value is (5,0,5,23).

  • cyan value is 4.57%
  • magenta value is 0.00%
  • yellow value is 4.57%
  • key color value is 22.75%
CMYK: (5,0,5,23) C5M0Y5K23 (5%,0%,5%,23%) (0.05/0.00/0.05/0.23) 

CMYK percentages

%4.57
%0
%4.57
%22.75

Codes

Color #BCC5BC in popluar color models

BC C5 BC
RGB 188 197 188
HSL 120° 7.20% 75.49%
HSB/HSV 120° 4.57% 77.25%
CMYK 4.57% 0.00% 4.57%
22.75%

Color #BCC5BC in popluar number systems.

HEX BC C5 BC
Decimal 188 197 188
Binary 10111100 11000101 10111100
Octal 274 305 274

Shades and tints

Shades of #BCC5BC

#BCC5BC
(188,197,188)
#ABB4AB
(171,180,171)
#9AA39A
(154,163,154)
#899289
(137,146,137)
#788178
(120,129,120)
#677067
(103,112,103)
#565F56
(86,95,86)
#454E45
(69,78,69)
#343D34
(52,61,52)
#232C23
(35,44,35)
#121B12
(18,27,18)
#000000
(0,0,0)

Tints of #BCC5BC

#BCC5BC
(188,197,188)
#C2CAC2
(194,202,194)
#C8CFC8
(200,207,200)
#CED4CE
(206,212,206)
#D4D9D4
(212,217,212)
#DADEDA
(218,222,218)
#E0E3E0
(224,227,224)
#E6E8E6
(230,232,230)
#ECEDEC
(236,237,236)
#F2F2F2
(242,242,242)
#F8F7F8
(248,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCC5BC; }

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

This text font color is #BCC5BC.

Background Color

.myBgColor { background-color: #BCC5BC; }

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

This div background color is #BCC5BC.

Border color

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

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

This div border color is #BCC5BC.

Opacity

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

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

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

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

This text has shadow with #BCC5BC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCC5BC.

Preview

Color preview on black background

This text has color #BCC5BC on black background.


Color preview on white background

This text has color #BCC5BC on white background.


Black color preview on #BCC5BC background

This text has black color on #BCC5BC background.


White color preview on #BCC5BC background

This text has white color on #BCC5BC background.


Related colors

Complementary color

Complementary color for #hex is #433A43.


I love getcolorcode.com

Triadic colors

1 #BCBCC5 and #C5BCBC with #BCC5BC are triadic colors.

2 #BCC5BC and #C5BCBC with #BCC5BC are triadic colors.