COLOR #BCC7BC

HEX: #BCC7BC RGB: (188,199,188)

Color info

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

RGB color model

#BCC7BC color RGB value is (188,199,188).

RGB: (188,199,188) (74%, 78%, 74%)

RGB channels and saturation

R 188 of 255 = 74%
G 199 of 255 = 78%
B 188 of 255 = 74%

188
199
188

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

Portions of RGB colors in percentages

R + G + B = 188 + 199 + 188 = 575 (100%)
R 188 of 575 ~ 32.7%
G 199 of 575 ~ 34.61%
B 188 of 575 ~ 32.7'%

%32.7
%34.61
%32.7

CMYK color model

#BCC7BC color CMYK value is (6,0,6,22).

  • cyan value is 5.53%
  • magenta value is 0.00%
  • yellow value is 5.53%
  • key color value is 21.96%

CMYK: (6,0,6,22)
C6M0Y6K22 (6%, 0%, 6%, 22%)
(0.06 / 0.00 / 0.06 / 0.22)

CMYK percentages

%5.53
%0
%5.53
%21.96

Codes

Color #BCC7BC in popluar color models

BC C7 BC
RGB 188 199 188
HSL 120° 8.94% 75.88%
HSB/HSV 120° 5.53% 78.04%
CMYK 5.53% 0.00% 5.53%
21.96%

Color #BCC7BC in popluar number systems.

HEX BC C7 BC
Decimal 188 199 188
Binary 10111100 11000111 10111100
Octal 274 307 274

Shades and tints

Shades of #BCC7BC

#BCC7BC
(188,199,188)
#ABB5AB
(171,181,171)
#9AA39A
(154,163,154)
#899189
(137,145,137)
#787F78
(120,127,120)
#676D67
(103,109,103)
#565B56
(86,91,86)
#454945
(69,73,69)
#343734
(52,55,52)
#232523
(35,37,35)
#121312
(18,19,18)
#000000
(0,0,0)

Tints of #BCC7BC

#BCC7BC
(188,199,188)
#C2CCC2
(194,204,194)
#C8D1C8
(200,209,200)
#CED6CE
(206,214,206)
#D4DBD4
(212,219,212)
#DAE0DA
(218,224,218)
#E0E5E0
(224,229,224)
#E6EAE6
(230,234,230)
#ECEFEC
(236,239,236)
#F2F4F2
(242,244,242)
#F8F9F8
(248,249,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCC7BC; }

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

This text font color is #BCC7BC.

Background Color

.myBgColor { background-color: #BCC7BC; }

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

This div background color is #BCC7BC.

Border color

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

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

This div border color is #BCC7BC.

Opacity

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

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

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

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

This text has shadow with #BCC7BC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCC7BC.

Preview

Color preview on black background

This text has color #BCC7BC on black background.


Color preview on white background

This text has color #BCC7BC on white background.


Black color preview on #BCC7BC background

This text has black color on #BCC7BC background.


White color preview on #BCC7BC background

This text has white color on #BCC7BC background.


Related colors

Complementary color

Complementary color for #hex is #433843.


I love getcolorcode.com

Triadic colors

1 #BCBCC7 and #C7BCBC with #BCC7BC are triadic colors.

2 #BCC7BC and #C7BCBC with #BCC7BC are triadic colors.