COLOR #BBBC9F

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

187
188
159

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

Portions of RGB colors in percentages

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

%35.02
%35.21
%29.78

CMYK color model

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

  • cyan value is 0.53%
  • magenta value is 0.00%
  • yellow value is 15.43%
  • key color value is 26.27%

CMYK: (1,0,15,26)
C1M0Y15K26 (1%, 0%, 15%, 26%)
(0.01 / 0.00 / 0.15 / 0.26)

CMYK percentages

%0.53
%0
%15.43
%26.27

Codes

Color #BBBC9F in popluar color models

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

Color #BBBC9F in popluar number systems.

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

Shades and tints

Shades of #BBBC9F

#BBBC9F
(187,188,159)
#AAAB91
(170,171,145)
#999A83
(153,154,131)
#888975
(136,137,117)
#777867
(119,120,103)
#666759
(102,103,89)
#55564B
(85,86,75)
#44453D
(68,69,61)
#33342F
(51,52,47)
#222321
(34,35,33)
#111213
(17,18,19)
#000000
(0,0,0)

Tints of #BBBC9F

#BBBC9F
(187,188,159)
#C1C2A7
(193,194,167)
#C7C8AF
(199,200,175)
#CDCEB7
(205,206,183)
#D3D4BF
(211,212,191)
#D9DAC7
(217,218,199)
#DFE0CF
(223,224,207)
#E5E6D7
(229,230,215)
#EBECDF
(235,236,223)
#F1F2E7
(241,242,231)
#F7F8EF
(247,248,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBBC9F; }

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

This text font color is #BBBC9F.

Background Color

.myBgColor { background-color: #BBBC9F; }

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

This div background color is #BBBC9F.

Border color

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

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

This div border color is #BBBC9F.

Opacity

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

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

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

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

This text has shadow with #BBBC9F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBBC9F.

Preview

Color preview on black background

This text has color #BBBC9F on black background.


Color preview on white background

This text has color #BBBC9F on white background.


Black color preview on #BBBC9F background

This text has black color on #BBBC9F background.


White color preview on #BBBC9F background

This text has white color on #BBBC9F background.


Related colors

Complementary color

Complementary color for #hex is #444360.


I love getcolorcode.com

Triadic colors

1 #9FBBBC and #BC9FBB with #BBBC9F are triadic colors.

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