COLOR #BBC099

HEX: #BBC099 RGB: (187,192,153)

Color info

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

RGB color model

#BBC099 color RGB value is (187,192,153).

RGB: (187,192,153) (73%, 75%, 60%)

RGB channels and saturation

R 187 of 255 = 73%
G 192 of 255 = 75%
B 153 of 255 = 60%

187
192
153

R + G + B ~ 69%. #BBC099 is quite light color.

Portions of RGB colors in percentages

R + G + B = 187 + 192 + 153 = 532 (100%)
R 187 of 532 ~ 35.15%
G 192 of 532 ~ 36.09%
B 153 of 532 ~ 28.76'%

%35.15
%36.09
%28.76

CMYK color model

#BBC099 color CMYK value is (3,0,20,25).

  • cyan value is 2.60%
  • magenta value is 0.00%
  • yellow value is 20.31%
  • key color value is 24.71%

CMYK: (3,0,20,25)
C3M0Y20K25 (3%, 0%, 20%, 25%)
(0.03 / 0.00 / 0.20 / 0.25)

CMYK percentages

%2.6
%0
%20.31
%24.71

Codes

Color #BBC099 in popluar color models

BB C0 99
RGB 187 192 153
HSL 68° 23.64% 67.65%
HSB/HSV 68° 20.31% 75.29%
CMYK 2.60% 0.00% 20.31%
24.71%

Color #BBC099 in popluar number systems.

HEX BB C0 99
Decimal 187 192 153
Binary 10111011 11000000 10011001
Octal 273 300 231

Shades and tints

Shades of #BBC099

#BBC099
(187,192,153)
#AAAF8C
(170,175,140)
#999E7F
(153,158,127)
#888D72
(136,141,114)
#777C65
(119,124,101)
#666B58
(102,107,88)
#555A4B
(85,90,75)
#44493E
(68,73,62)
#333831
(51,56,49)
#222724
(34,39,36)
#111617
(17,22,23)
#000000
(0,0,0)

Tints of #BBC099

#BBC099
(187,192,153)
#C1C5A2
(193,197,162)
#C7CAAB
(199,202,171)
#CDCFB4
(205,207,180)
#D3D4BD
(211,212,189)
#D9D9C6
(217,217,198)
#DFDECF
(223,222,207)
#E5E3D8
(229,227,216)
#EBE8E1
(235,232,225)
#F1EDEA
(241,237,234)
#F7F2F3
(247,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BBC099 color. Also use rgb(187,192,153) instead hex code.

Text Font Color

.myTextColor { color: #BBC099; }

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

This text font color is #BBC099.

Background Color

.myBgColor { background-color: #BBC099; }

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

This div background color is #BBC099.

Border color

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

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

This div border color is #BBC099.

Opacity

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

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

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

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

This text has shadow with #BBC099 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBC099.

Preview

Color preview on black background

This text has color #BBC099 on black background.


Color preview on white background

This text has color #BBC099 on white background.


Black color preview on #BBC099 background

This text has black color on #BBC099 background.


White color preview on #BBC099 background

This text has white color on #BBC099 background.


Related colors

Complementary color

Complementary color for #hex is #443F66.


I love getcolorcode.com

Triadic colors

1 #99BBC0 and #C099BB with #BBC099 are triadic colors.

2 #99C0BB and #C0BB99 with #BBC099 are triadic colors.