COLOR #BCBB9F

HEX: #BCBB9F RGB: (188,187,159)

Color info

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

RGB color model

#BCBB9F color RGB value is (188,187,159).

RGB: (188,187,159) (74%, 73%, 62%)

RGB channels and saturation

R 188 of 255 = 74%
G 187 of 255 = 73%
B 159 of 255 = 62%

188
187
159

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

Portions of RGB colors in percentages

R + G + B = 188 + 187 + 159 = 534 (100%)
R 188 of 534 ~ 35.21%
G 187 of 534 ~ 35.02%
B 159 of 534 ~ 29.78'%

%35.21
%35.02
%29.78

CMYK color model

#BCBB9F color CMYK value is (0,1,15,26).

  • cyan value is 0.00%
  • magenta value is 0.53%
  • yellow value is 15.43%
  • key color value is 26.27%
CMYK: (0,1,15,26) C0M1Y15K26 (0%,1%,15%,26%) (0.00/0.01/0.15/0.26) 

CMYK percentages

%0
%0.53
%15.43
%26.27

Codes

Color #BCBB9F in popluar color models

BC BB 9F
RGB 188 187 159
HSL 58° 17.79% 68.04%
HSB/HSV 58° 15.43% 73.73%
CMYK 0.00% 0.53% 15.43%
26.27%

Color #BCBB9F in popluar number systems.

HEX BC BB 9F
Decimal 188 187 159
Binary 10111100 10111011 10011111
Octal 274 273 237

Shades and tints

Shades of #BCBB9F

#BCBB9F
(188,187,159)
#ABAA91
(171,170,145)
#9A9983
(154,153,131)
#898875
(137,136,117)
#787767
(120,119,103)
#676659
(103,102,89)
#56554B
(86,85,75)
#45443D
(69,68,61)
#34332F
(52,51,47)
#232221
(35,34,33)
#121113
(18,17,19)
#000000
(0,0,0)

Tints of #BCBB9F

#BCBB9F
(188,187,159)
#C2C1A7
(194,193,167)
#C8C7AF
(200,199,175)
#CECDB7
(206,205,183)
#D4D3BF
(212,211,191)
#DAD9C7
(218,217,199)
#E0DFCF
(224,223,207)
#E6E5D7
(230,229,215)
#ECEBDF
(236,235,223)
#F2F1E7
(242,241,231)
#F8F7EF
(248,247,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCBB9F color. Also use rgb(188,187,159) instead hex code.

Text Font Color

.myTextColor { color: #BCBB9F; }

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

This text font color is #BCBB9F.

Background Color

.myBgColor { background-color: #BCBB9F; }

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

This div background color is #BCBB9F.

Border color

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

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

This div border color is #BCBB9F.

Opacity

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

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

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

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

This text has shadow with #BCBB9F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCBB9F.

Preview

Color preview on black background

This text has color #BCBB9F on black background.


Color preview on white background

This text has color #BCBB9F on white background.


Black color preview on #BCBB9F background

This text has black color on #BCBB9F background.


White color preview on #BCBB9F background

This text has white color on #BCBB9F background.


Related colors

Complementary color

Complementary color for #hex is #434460.


I love getcolorcode.com

Triadic colors

1 #9FBCBB and #BB9FBC with #BCBB9F are triadic colors.

2 #9FBBBC and #BBBC9F with #BCBB9F are triadic colors.