COLOR #BBC29B

HEX: #BBC29B RGB: (187,194,155)

Color info

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

RGB color model

#BBC29B color RGB value is (187,194,155).

RGB: (187,194,155) (73%, 76%, 61%)

RGB channels and saturation

R 187 of 255 = 73%
G 194 of 255 = 76%
B 155 of 255 = 61%

187
194
155

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

Portions of RGB colors in percentages

R + G + B = 187 + 194 + 155 = 536 (100%)
R 187 of 536 ~ 34.89%
G 194 of 536 ~ 36.19%
B 155 of 536 ~ 28.92'%

%34.89
%36.19
%28.92

CMYK color model

#BBC29B color CMYK value is (4,0,20,24).

  • cyan value is 3.61%
  • magenta value is 0.00%
  • yellow value is 20.10%
  • key color value is 23.92%

CMYK: (4,0,20,24)
C4M0Y20K24 (4%, 0%, 20%, 24%)
(0.04 / 0.00 / 0.20 / 0.24)

CMYK percentages

%3.61
%0
%20.1
%23.92

Codes

Color #BBC29B in popluar color models

BB C2 9B
RGB 187 194 155
HSL 71° 24.22% 68.43%
HSB/HSV 71° 20.10% 76.08%
CMYK 3.61% 0.00% 20.10%
23.92%

Color #BBC29B in popluar number systems.

HEX BB C2 9B
Decimal 187 194 155
Binary 10111011 11000010 10011011
Octal 273 302 233

Shades and tints

Shades of #BBC29B

#BBC29B
(187,194,155)
#AAB18D
(170,177,141)
#99A07F
(153,160,127)
#888F71
(136,143,113)
#777E63
(119,126,99)
#666D55
(102,109,85)
#555C47
(85,92,71)
#444B39
(68,75,57)
#333A2B
(51,58,43)
#22291D
(34,41,29)
#11180F
(17,24,15)
#000000
(0,0,0)

Tints of #BBC29B

#BBC29B
(187,194,155)
#C1C7A4
(193,199,164)
#C7CCAD
(199,204,173)
#CDD1B6
(205,209,182)
#D3D6BF
(211,214,191)
#D9DBC8
(217,219,200)
#DFE0D1
(223,224,209)
#E5E5DA
(229,229,218)
#EBEAE3
(235,234,227)
#F1EFEC
(241,239,236)
#F7F4F5
(247,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BBC29B color. Also use rgb(187,194,155) instead hex code.

Text Font Color

.myTextColor { color: #BBC29B; }

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

This text font color is #BBC29B.

Background Color

.myBgColor { background-color: #BBC29B; }

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

This div background color is #BBC29B.

Border color

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

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

This div border color is #BBC29B.

Opacity

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

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

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

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

This text has shadow with #BBC29B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBC29B.

Preview

Color preview on black background

This text has color #BBC29B on black background.


Color preview on white background

This text has color #BBC29B on white background.


Black color preview on #BBC29B background

This text has black color on #BBC29B background.


White color preview on #BBC29B background

This text has white color on #BBC29B background.


Related colors

Complementary color

Complementary color for #hex is #443D64.


I love getcolorcode.com

Triadic colors

1 #9BBBC2 and #C29BBB with #BBC29B are triadic colors.

2 #9BC2BB and #C2BB9B with #BBC29B are triadic colors.