COLOR #BCB4A8

HEX: #BCB4A8
RGB: (188,180,168)

Color info

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

RGB color model

#BCB4A8 color RGB value is (188,180,168).

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

RGB channels and saturation

R 188 of 255 = 74%
G 180 of 255 = 71%
B 168 of 255 = 66%

188
180
168

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

Portions of RGB colors in percentages

R + G + B =
188 + 180 + 168 = 536 (100%)
R 188 of 536 ~ 35.07%
G 180 of 536 ~ 33.58%
B 168 of 536 ~ 31.34%

%35.07
%33.58
%31.34

CMYK color model

#BCB4A8 color CMYK value is (0,4,11,26).

  • cyan value is 0.00%
  • magenta value is 4.26%
  • yellow value is 10.64%
  • key color value is 26.27%
CMYK:
(0,4,11,26)
C0M4Y11K26 
(0%,4%,11%,26%)
(0.00/0.04/0.11/0.26)	

CMYK percentages

%0
%4.26
%10.64
%26.27

Codes

Color #BCB4A8 in popluar color models

BCB4A8
RGB188180168
HSL36°12.99%69.80%
HSB/HSV36°10.64%73.73%
CMYK0.00%4.26%10.64%
26.27%

Color #BCB4A8 in popluar number systems.

HEXBCB4A8
Decimal188180168
Binary101111001011010010101000
Octal274264250

Shades and tints

Shades of #BCB4A8

#BCB4A8
(188,180,168)
#ABA499
(171,164,153)
#9A948A
(154,148,138)
#89847B
(137,132,123)
#78746C
(120,116,108)
#67645D
(103,100,93)
#56544E
(86,84,78)
#45443F
(69,68,63)
#343430
(52,52,48)
#232421
(35,36,33)
#121412
(18,20,18)
#000000
(0,0,0)

Tints of #BCB4A8

#BCB4A8
(188,180,168)
#C2BAAF
(194,186,175)
#C8C0B6
(200,192,182)
#CEC6BD
(206,198,189)
#D4CCC4
(212,204,196)
#DAD2CB
(218,210,203)
#E0D8D2
(224,216,210)
#E6DED9
(230,222,217)
#ECE4E0
(236,228,224)
#F2EAE7
(242,234,231)
#F8F0EE
(248,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCB4A8; }

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

This text font color is #BCB4A8.


Background Color

.myBgColor { background-color: #BCB4A8; }

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

This div background color is #BCB4A8.


Border color

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

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

This div border color is #BCB4A8.


Opacity

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

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

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

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

This text has shadow with #BCB4A8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCB4A8 on black background.


Color preview on white background

This text has color #BCB4A8 on white background.



Black color preview on #BCB4A8 background

This text has black color on #BCB4A8 background.


White color preview on #BCB4A8 background

This text has white color on #BCB4A8 background.