COLOR #BCC7B0

HEX: #BCC7B0 RGB: (188,199,176)

Color info

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

RGB color model

#BCC7B0 color RGB value is (188,199,176).

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

RGB channels and saturation

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

188
199
176

R + G + B ~ 74%. #BCC7B0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 188 + 199 + 176 = 563 (100%)
R 188 of 563 ~ 33.39%
G 199 of 563 ~ 35.35%
B 176 of 563 ~ 31.26'%

%33.39
%35.35
%31.26

CMYK color model

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

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

CMYK: (6,0,12,22)
C6M0Y12K22 (6%, 0%, 12%, 22%)
(0.06 / 0.00 / 0.12 / 0.22)

CMYK percentages

%5.53
%0
%11.56
%21.96

Codes

Color #BCC7B0 in popluar color models

BC C7 B0
RGB 188 199 176
HSL 89° 17.04% 73.53%
HSB/HSV 89° 11.56% 78.04%
CMYK 5.53% 0.00% 11.56%
21.96%

Color #BCC7B0 in popluar number systems.

HEX BC C7 B0
Decimal 188 199 176
Binary 10111100 11000111 10110000
Octal 274 307 260

Shades and tints

Shades of #BCC7B0

#BCC7B0
(188,199,176)
#ABB5A0
(171,181,160)
#9AA390
(154,163,144)
#899180
(137,145,128)
#787F70
(120,127,112)
#676D60
(103,109,96)
#565B50
(86,91,80)
#454940
(69,73,64)
#343730
(52,55,48)
#232520
(35,37,32)
#121310
(18,19,16)
#000000
(0,0,0)

Tints of #BCC7B0

#BCC7B0
(188,199,176)
#C2CCB7
(194,204,183)
#C8D1BE
(200,209,190)
#CED6C5
(206,214,197)
#D4DBCC
(212,219,204)
#DAE0D3
(218,224,211)
#E0E5DA
(224,229,218)
#E6EAE1
(230,234,225)
#ECEFE8
(236,239,232)
#F2F4EF
(242,244,239)
#F8F9F6
(248,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCC7B0; }

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

This text font color is #BCC7B0.

Background Color

.myBgColor { background-color: #BCC7B0; }

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

This div background color is #BCC7B0.

Border color

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

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

This div border color is #BCC7B0.

Opacity

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

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

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

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

This text has shadow with #BCC7B0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCC7B0.

Preview

Color preview on black background

This text has color #BCC7B0 on black background.


Color preview on white background

This text has color #BCC7B0 on white background.


Black color preview on #BCC7B0 background

This text has black color on #BCC7B0 background.


White color preview on #BCC7B0 background

This text has white color on #BCC7B0 background.


Related colors

Complementary color

Complementary color for #hex is #43384F.


I love getcolorcode.com

Triadic colors

1 #B0BCC7 and #C7B0BC with #BCC7B0 are triadic colors.

2 #B0C7BC and #C7BCB0 with #BCC7B0 are triadic colors.