COLOR #BCC8B8

HEX: #BCC8B8 RGB: (188,200,184)

Color info

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

RGB color model

#BCC8B8 color RGB value is (188,200,184).

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

RGB channels and saturation

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

188
200
184

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

Portions of RGB colors in percentages

R + G + B = 188 + 200 + 184 = 572 (100%)
R 188 of 572 ~ 32.87%
G 200 of 572 ~ 34.97%
B 184 of 572 ~ 32.17'%

%32.87
%34.97
%32.17

CMYK color model

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

  • cyan value is 6.00%
  • magenta value is 0.00%
  • yellow value is 8.00%
  • key color value is 21.57%

CMYK: (6,0,8,22)
C6M0Y8K22 (6%, 0%, 8%, 22%)
(0.06 / 0.00 / 0.08 / 0.22)

CMYK percentages

%6
%0
%8
%21.57

Codes

Color #BCC8B8 in popluar color models

BC C8 B8
RGB 188 200 184
HSL 105° 12.70% 75.29%
HSB/HSV 105° 8.00% 78.43%
CMYK 6.00% 0.00% 8.00%
21.57%

Color #BCC8B8 in popluar number systems.

HEX BC C8 B8
Decimal 188 200 184
Binary 10111100 11001000 10111000
Octal 274 310 270

Shades and tints

Shades of #BCC8B8

#BCC8B8
(188,200,184)
#ABB6A8
(171,182,168)
#9AA498
(154,164,152)
#899288
(137,146,136)
#788078
(120,128,120)
#676E68
(103,110,104)
#565C58
(86,92,88)
#454A48
(69,74,72)
#343838
(52,56,56)
#232628
(35,38,40)
#121418
(18,20,24)
#000000
(0,0,0)

Tints of #BCC8B8

#BCC8B8
(188,200,184)
#C2CDBE
(194,205,190)
#C8D2C4
(200,210,196)
#CED7CA
(206,215,202)
#D4DCD0
(212,220,208)
#DAE1D6
(218,225,214)
#E0E6DC
(224,230,220)
#E6EBE2
(230,235,226)
#ECF0E8
(236,240,232)
#F2F5EE
(242,245,238)
#F8FAF4
(248,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCC8B8; }

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

This text font color is #BCC8B8.

Background Color

.myBgColor { background-color: #BCC8B8; }

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

This div background color is #BCC8B8.

Border color

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

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

This div border color is #BCC8B8.

Opacity

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

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

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

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

This text has shadow with #BCC8B8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCC8B8.

Preview

Color preview on black background

This text has color #BCC8B8 on black background.


Color preview on white background

This text has color #BCC8B8 on white background.


Black color preview on #BCC8B8 background

This text has black color on #BCC8B8 background.


White color preview on #BCC8B8 background

This text has white color on #BCC8B8 background.


Related colors

Complementary color

Complementary color for #hex is #433747.


I love getcolorcode.com

Triadic colors

1 #B8BCC8 and #C8B8BC with #BCC8B8 are triadic colors.

2 #B8C8BC and #C8BCB8 with #BCC8B8 are triadic colors.