COLOR #BCB1A8

HEX: #BCB1A8
RGB: (188,177,168)

Color info

#BCB1A8 contains red, green and blue colors in about the same proportion. Web safe color of #BCB1A8 is #CC9999 (or #C99).

RGB color model

#BCB1A8 color RGB value is (188,177,168).

  • red value is 188;
  • green value is 177;
  • blue value is 168.
RGB:
(188,177,168)
(74%,69%,66%)

RGB channels and saturation

R 188 of 255 = 74%
G 177 of 255 = 69%
B 168 of 255 = 66%

188
177
168

R + G + B ~ 70%. #BCB1A8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
188 + 177 + 168 = 533 (100%)
R 188 of 533 ~ 35.27%
G 177 of 533 ~ 33.21%
B 168 of 533 ~ 31.52%

%35.27
%33.21
%31.52

CMYK color model

#BCB1A8 color CMYK value is (0,6,11,26).

  • cyan value is 0.00%
  • magenta value is 5.85%
  • yellow value is 10.64%
  • key color value is 26.27%
CMYK:
(0,6,11,26)
C0M6Y11K26 
(0%,6%,11%,26%)
(0.00/0.06/0.11/0.26)	

CMYK percentages

%0
%5.85
%10.64
%26.27

Codes

Color #BCB1A8 in popluar color models

BCB1A8
RGB188177168
HSL27°12.99%69.80%
HSB/HSV27°10.64%73.73%
CMYK0.00%5.85%10.64%
26.27%

Color #BCB1A8 in popluar number systems.

HEXBCB1A8
Decimal188177168
Binary101111001011000110101000
Octal274261250

Shades and tints

Shades of #BCB1A8

#BCB1A8
(188,177,168)
#ABA199
(171,161,153)
#9A918A
(154,145,138)
#89817B
(137,129,123)
#78716C
(120,113,108)
#67615D
(103,97,93)
#56514E
(86,81,78)
#45413F
(69,65,63)
#343130
(52,49,48)
#232121
(35,33,33)
#121112
(18,17,18)
#000000
(0,0,0)

Tints of #BCB1A8

#BCB1A8
(188,177,168)
#C2B8AF
(194,184,175)
#C8BFB6
(200,191,182)
#CEC6BD
(206,198,189)
#D4CDC4
(212,205,196)
#DAD4CB
(218,212,203)
#E0DBD2
(224,219,210)
#E6E2D9
(230,226,217)
#ECE9E0
(236,233,224)
#F2F0E7
(242,240,231)
#F8F7EE
(248,247,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCB1A8 color. Also use rgb(188,177,168) instead hex code.

Text Font Color

.myTextColor { color: #BCB1A8; }

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

This text font color is #BCB1A8.


Background Color

.myBgColor { background-color: #BCB1A8; }

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

This div background color is #BCB1A8.


Border color

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

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

This div border color is #BCB1A8.


Opacity

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

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

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

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

This text has shadow with #BCB1A8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCB1A8 on black background.


Color preview on white background

This text has color #BCB1A8 on white background.



Black color preview on #BCB1A8 background

This text has black color on #BCB1A8 background.


White color preview on #BCB1A8 background

This text has white color on #BCB1A8 background.