COLOR #BCC8B7

HEX: #BCC8B7 RGB: (188,200,183)

Color info

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

RGB color model

#BCC8B7 color RGB value is (188,200,183).

RGB: (188,200,183) (74%, 78%, 72%)

RGB channels and saturation

R 188 of 255 = 74%
G 200 of 255 = 78%
B 183 of 255 = 72%

188
200
183

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

Portions of RGB colors in percentages

R + G + B = 188 + 200 + 183 = 571 (100%)
R 188 of 571 ~ 32.92%
G 200 of 571 ~ 35.03%
B 183 of 571 ~ 32.05'%

%32.92
%35.03
%32.05

CMYK color model

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

  • cyan value is 6.00%
  • magenta value is 0.00%
  • yellow value is 8.50%
  • key color value is 21.57%
CMYK: (6,0,9,22) C6M0Y9K22 (6%,0%,9%,22%) (0.06/0.00/0.09/0.22) 

CMYK percentages

%6
%0
%8.5
%21.57

Codes

Color #BCC8B7 in popluar color models

BC C8 B7
RGB 188 200 183
HSL 102° 13.39% 75.10%
HSB/HSV 102° 8.50% 78.43%
CMYK 6.00% 0.00% 8.50%
21.57%

Color #BCC8B7 in popluar number systems.

HEX BC C8 B7
Decimal 188 200 183
Binary 10111100 11001000 10110111
Octal 274 310 267

Shades and tints

Shades of #BCC8B7

#BCC8B7
(188,200,183)
#ABB6A7
(171,182,167)
#9AA497
(154,164,151)
#899287
(137,146,135)
#788077
(120,128,119)
#676E67
(103,110,103)
#565C57
(86,92,87)
#454A47
(69,74,71)
#343837
(52,56,55)
#232627
(35,38,39)
#121417
(18,20,23)
#000000
(0,0,0)

Tints of #BCC8B7

#BCC8B7
(188,200,183)
#C2CDBD
(194,205,189)
#C8D2C3
(200,210,195)
#CED7C9
(206,215,201)
#D4DCCF
(212,220,207)
#DAE1D5
(218,225,213)
#E0E6DB
(224,230,219)
#E6EBE1
(230,235,225)
#ECF0E7
(236,240,231)
#F2F5ED
(242,245,237)
#F8FAF3
(248,250,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCC8B7; }

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

This text font color is #BCC8B7.

Background Color

.myBgColor { background-color: #BCC8B7; }

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

This div background color is #BCC8B7.

Border color

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

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

This div border color is #BCC8B7.

Opacity

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

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

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

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

This text has shadow with #BCC8B7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCC8B7.

Preview

Color preview on black background

This text has color #BCC8B7 on black background.


Color preview on white background

This text has color #BCC8B7 on white background.


Black color preview on #BCC8B7 background

This text has black color on #BCC8B7 background.


White color preview on #BCC8B7 background

This text has white color on #BCC8B7 background.


Related colors

Complementary color

Complementary color for #hex is #433748.


I love getcolorcode.com

Triadic colors

1 #B7BCC8 and #C8B7BC with #BCC8B7 are triadic colors.

2 #B7C8BC and #C8BCB7 with #BCC8B7 are triadic colors.