COLOR #BBC99C

HEX: #BBC99C RGB: (187,201,156)

Color info

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

RGB color model

#BBC99C color RGB value is (187,201,156).

RGB: (187,201,156) (73%, 79%, 61%)

RGB channels and saturation

R 187 of 255 = 73%
G 201 of 255 = 79%
B 156 of 255 = 61%

187
201
156

R + G + B ~ 71%. #BBC99C is quite light color.

Portions of RGB colors in percentages

R + G + B = 187 + 201 + 156 = 544 (100%)
R 187 of 544 ~ 34.38%
G 201 of 544 ~ 36.95%
B 156 of 544 ~ 28.68'%

%34.38
%36.95
%28.68

CMYK color model

#BBC99C color CMYK value is (7,0,22,21).

  • cyan value is 6.97%
  • magenta value is 0.00%
  • yellow value is 22.39%
  • key color value is 21.18%

CMYK: (7,0,22,21)
C7M0Y22K21 (7%, 0%, 22%, 21%)
(0.07 / 0.00 / 0.22 / 0.21)

CMYK percentages

%6.97
%0
%22.39
%21.18

Codes

Color #BBC99C in popluar color models

BB C9 9C
RGB 187 201 156
HSL 79° 29.41% 70.00%
HSB/HSV 79° 22.39% 78.82%
CMYK 6.97% 0.00% 22.39%
21.18%

Color #BBC99C in popluar number systems.

HEX BB C9 9C
Decimal 187 201 156
Binary 10111011 11001001 10011100
Octal 273 311 234

Shades and tints

Shades of #BBC99C

#BBC99C
(187,201,156)
#AAB78E
(170,183,142)
#99A580
(153,165,128)
#889372
(136,147,114)
#778164
(119,129,100)
#666F56
(102,111,86)
#555D48
(85,93,72)
#444B3A
(68,75,58)
#33392C
(51,57,44)
#22271E
(34,39,30)
#111510
(17,21,16)
#000000
(0,0,0)

Tints of #BBC99C

#BBC99C
(187,201,156)
#C1CDA5
(193,205,165)
#C7D1AE
(199,209,174)
#CDD5B7
(205,213,183)
#D3D9C0
(211,217,192)
#D9DDC9
(217,221,201)
#DFE1D2
(223,225,210)
#E5E5DB
(229,229,219)
#EBE9E4
(235,233,228)
#F1EDED
(241,237,237)
#F7F1F6
(247,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BBC99C color. Also use rgb(187,201,156) instead hex code.

Text Font Color

.myTextColor { color: #BBC99C; }

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

This text font color is #BBC99C.

Background Color

.myBgColor { background-color: #BBC99C; }

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

This div background color is #BBC99C.

Border color

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

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

This div border color is #BBC99C.

Opacity

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

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

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

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

This text has shadow with #BBC99C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBC99C.

Preview

Color preview on black background

This text has color #BBC99C on black background.


Color preview on white background

This text has color #BBC99C on white background.


Black color preview on #BBC99C background

This text has black color on #BBC99C background.


White color preview on #BBC99C background

This text has white color on #BBC99C background.


Related colors

Complementary color

Complementary color for #hex is #443663.


I love getcolorcode.com

Triadic colors

1 #9CBBC9 and #C99CBB with #BBC99C are triadic colors.

2 #9CC9BB and #C9BB9C with #BBC99C are triadic colors.