COLOR #BCBFA8

HEX: #BCBFA8
RGB: (188,191,168)

Color info

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

RGB color model

#BCBFA8 color RGB value is (188,191,168).

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

RGB channels and saturation

R 188 of 255 = 74%
G 191 of 255 = 75%
B 168 of 255 = 66%

188
191
168

R + G + B ~ 72%. #BCBFA8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
188 + 191 + 168 = 547 (100%)
R 188 of 547 ~ 34.37%
G 191 of 547 ~ 34.92%
B 168 of 547 ~ 30.71%

%34.37
%34.92
%30.71

CMYK color model

#BCBFA8 color CMYK value is (2,0,12,25).

  • cyan value is 1.57%
  • magenta value is 0.00%
  • yellow value is 12.04%
  • key color value is 25.10%
CMYK:
(2,0,12,25)
C2M0Y12K25 
(2%,0%,12%,25%)
(0.02/0.00/0.12/0.25)	

CMYK percentages

%1.57
%0
%12.04
%25.1

Codes

Color #BCBFA8 in popluar color models

BCBFA8
RGB188191168
HSL68°15.23%70.39%
HSB/HSV68°12.04%74.90%
CMYK1.57%0.00%12.04%
25.10%

Color #BCBFA8 in popluar number systems.

HEXBCBFA8
Decimal188191168
Binary101111001011111110101000
Octal274277250

Shades and tints

Shades of #BCBFA8

#BCBFA8
(188,191,168)
#ABAE99
(171,174,153)
#9A9D8A
(154,157,138)
#898C7B
(137,140,123)
#787B6C
(120,123,108)
#676A5D
(103,106,93)
#56594E
(86,89,78)
#45483F
(69,72,63)
#343730
(52,55,48)
#232621
(35,38,33)
#121512
(18,21,18)
#000000
(0,0,0)

Tints of #BCBFA8

#BCBFA8
(188,191,168)
#C2C4AF
(194,196,175)
#C8C9B6
(200,201,182)
#CECEBD
(206,206,189)
#D4D3C4
(212,211,196)
#DAD8CB
(218,216,203)
#E0DDD2
(224,221,210)
#E6E2D9
(230,226,217)
#ECE7E0
(236,231,224)
#F2ECE7
(242,236,231)
#F8F1EE
(248,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCBFA8; }

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

This text font color is #BCBFA8.


Background Color

.myBgColor { background-color: #BCBFA8; }

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

This div background color is #BCBFA8.


Border color

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

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

This div border color is #BCBFA8.


Opacity

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

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

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

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

This text has shadow with #BCBFA8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCBFA8 on black background.


Color preview on white background

This text has color #BCBFA8 on white background.



Black color preview on #BCBFA8 background

This text has black color on #BCBFA8 background.


White color preview on #BCBFA8 background

This text has white color on #BCBFA8 background.