COLOR #BCC6B5

HEX: #BCC6B5
RGB: (188,198,181)

Color info

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

RGB color model

#BCC6B5 color RGB value is (188,198,181).

  • red value is 188;
  • green value is 198;
  • blue value is 181.
RGB:
(188,198,181)
(74%,78%,71%)

RGB channels and saturation

R 188 of 255 = 74%
G 198 of 255 = 78%
B 181 of 255 = 71%

188
198
181

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

Portions of RGB colors in percentages

R + G + B =
188 + 198 + 181 = 567 (100%)
R 188 of 567 ~ 33.16%
G 198 of 567 ~ 34.92%
B 181 of 567 ~ 31.92%

%33.16
%34.92
%31.92

CMYK color model

#BCC6B5 color CMYK value is (5,0,9,22).

  • cyan value is 5.05%
  • magenta value is 0.00%
  • yellow value is 8.59%
  • key color value is 22.35%
CMYK:
(5,0,9,22)
C5M0Y9K22 
(5%,0%,9%,22%)
(0.05/0.00/0.09/0.22)	

CMYK percentages

%5.05
%0
%8.59
%22.35

Codes

Color #BCC6B5 in popluar color models

BCC6B5
RGB188198181
HSL95°12.98%74.31%
HSB/HSV95°8.59%77.65%
CMYK5.05%0.00%8.59%
22.35%

Color #BCC6B5 in popluar number systems.

HEXBCC6B5
Decimal188198181
Binary101111001100011010110101
Octal274306265

Shades and tints

Shades of #BCC6B5

#BCC6B5
(188,198,181)
#ABB4A5
(171,180,165)
#9AA295
(154,162,149)
#899085
(137,144,133)
#787E75
(120,126,117)
#676C65
(103,108,101)
#565A55
(86,90,85)
#454845
(69,72,69)
#343635
(52,54,53)
#232425
(35,36,37)
#121215
(18,18,21)
#000000
(0,0,0)

Tints of #BCC6B5

#BCC6B5
(188,198,181)
#C2CBBB
(194,203,187)
#C8D0C1
(200,208,193)
#CED5C7
(206,213,199)
#D4DACD
(212,218,205)
#DADFD3
(218,223,211)
#E0E4D9
(224,228,217)
#E6E9DF
(230,233,223)
#ECEEE5
(236,238,229)
#F2F3EB
(242,243,235)
#F8F8F1
(248,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCC6B5; }

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

This text font color is #BCC6B5.


Background Color

.myBgColor { background-color: #BCC6B5; }

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

This div background color is #BCC6B5.


Border color

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

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

This div border color is #BCC6B5.


Opacity

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

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

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

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

This text has shadow with #BCC6B5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCC6B5 on black background.


Color preview on white background

This text has color #BCC6B5 on white background.



Black color preview on #BCC6B5 background

This text has black color on #BCC6B5 background.


White color preview on #BCC6B5 background

This text has white color on #BCC6B5 background.