COLOR #BCC5B3

HEX: #BCC5B3
RGB: (188,197,179)

Color info

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

RGB color model

#BCC5B3 color RGB value is (188,197,179).

  • red value is 188;
  • green value is 197;
  • blue value is 179.
RGB:
(188,197,179)
(74%,77%,70%)

RGB channels and saturation

R 188 of 255 = 74%
G 197 of 255 = 77%
B 179 of 255 = 70%

188
197
179

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

Portions of RGB colors in percentages

R + G + B =
188 + 197 + 179 = 564 (100%)
R 188 of 564 ~ 33.33%
G 197 of 564 ~ 34.93%
B 179 of 564 ~ 31.74%

%33.33
%34.93
%31.74

CMYK color model

#BCC5B3 color CMYK value is (5,0,9,23).

  • cyan value is 4.57%
  • magenta value is 0.00%
  • yellow value is 9.14%
  • key color value is 22.75%
CMYK:
(5,0,9,23)
C5M0Y9K23 
(5%,0%,9%,23%)
(0.05/0.00/0.09/0.23)	

CMYK percentages

%4.57
%0
%9.14
%22.75

Codes

Color #BCC5B3 in popluar color models

BCC5B3
RGB188197179
HSL90°13.43%73.73%
HSB/HSV90°9.14%77.25%
CMYK4.57%0.00%9.14%
22.75%

Color #BCC5B3 in popluar number systems.

HEXBCC5B3
Decimal188197179
Binary101111001100010110110011
Octal274305263

Shades and tints

Shades of #BCC5B3

#BCC5B3
(188,197,179)
#ABB4A3
(171,180,163)
#9AA393
(154,163,147)
#899283
(137,146,131)
#788173
(120,129,115)
#677063
(103,112,99)
#565F53
(86,95,83)
#454E43
(69,78,67)
#343D33
(52,61,51)
#232C23
(35,44,35)
#121B13
(18,27,19)
#000000
(0,0,0)

Tints of #BCC5B3

#BCC5B3
(188,197,179)
#C2CAB9
(194,202,185)
#C8CFBF
(200,207,191)
#CED4C5
(206,212,197)
#D4D9CB
(212,217,203)
#DADED1
(218,222,209)
#E0E3D7
(224,227,215)
#E6E8DD
(230,232,221)
#ECEDE3
(236,237,227)
#F2F2E9
(242,242,233)
#F8F7EF
(248,247,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCC5B3; }

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

This text font color is #BCC5B3.


Background Color

.myBgColor { background-color: #BCC5B3; }

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

This div background color is #BCC5B3.


Border color

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

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

This div border color is #BCC5B3.


Opacity

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

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

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

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

This text has shadow with #BCC5B3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCC5B3 on black background.


Color preview on white background

This text has color #BCC5B3 on white background.



Black color preview on #BCC5B3 background

This text has black color on #BCC5B3 background.


White color preview on #BCC5B3 background

This text has white color on #BCC5B3 background.