COLOR #BCBFA9

HEX: #BCBFA9
RGB: (188,191,169)

Color info

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

RGB color model

#BCBFA9 color RGB value is (188,191,169).

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

RGB channels and saturation

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

188
191
169

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

Portions of RGB colors in percentages

R + G + B =
188 + 191 + 169 = 548 (100%)
R 188 of 548 ~ 34.31%
G 191 of 548 ~ 34.85%
B 169 of 548 ~ 30.84%

%34.31
%34.85
%30.84

CMYK color model

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

  • cyan value is 1.57%
  • magenta value is 0.00%
  • yellow value is 11.52%
  • 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
%11.52
%25.1

Codes

Color #BCBFA9 in popluar color models

BCBFA9
RGB188191169
HSL68°14.67%70.59%
HSB/HSV68°11.52%74.90%
CMYK1.57%0.00%11.52%
25.10%

Color #BCBFA9 in popluar number systems.

HEXBCBFA9
Decimal188191169
Binary101111001011111110101001
Octal274277251

Shades and tints

Shades of #BCBFA9

#BCBFA9
(188,191,169)
#ABAE9A
(171,174,154)
#9A9D8B
(154,157,139)
#898C7C
(137,140,124)
#787B6D
(120,123,109)
#676A5E
(103,106,94)
#56594F
(86,89,79)
#454840
(69,72,64)
#343731
(52,55,49)
#232622
(35,38,34)
#121513
(18,21,19)
#000000
(0,0,0)

Tints of #BCBFA9

#BCBFA9
(188,191,169)
#C2C4B0
(194,196,176)
#C8C9B7
(200,201,183)
#CECEBE
(206,206,190)
#D4D3C5
(212,211,197)
#DAD8CC
(218,216,204)
#E0DDD3
(224,221,211)
#E6E2DA
(230,226,218)
#ECE7E1
(236,231,225)
#F2ECE8
(242,236,232)
#F8F1EF
(248,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCBFA9; }

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

This text font color is #BCBFA9.


Background Color

.myBgColor { background-color: #BCBFA9; }

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

This div background color is #BCBFA9.


Border color

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

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

This div border color is #BCBFA9.


Opacity

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

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

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

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

This text has shadow with #BCBFA9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCBFA9 on black background.


Color preview on white background

This text has color #BCBFA9 on white background.



Black color preview on #BCBFA9 background

This text has black color on #BCBFA9 background.


White color preview on #BCBFA9 background

This text has white color on #BCBFA9 background.