COLOR #BBE09B

HEX: #BBE09B RGB: (187,224,155)

Color info

#BBE09B contains mainly red and green colors. Web safe color of #BBE09B is #CCCC99 (or #CC9).

RGB color model

#BBE09B color RGB value is (187,224,155).

RGB: (187,224,155) (73%, 88%, 61%)

RGB channels and saturation

R 187 of 255 = 73%
G 224 of 255 = 88%
B 155 of 255 = 61%

187
224
155

R + G + B ~ 74%. #BBE09B is quite light color.

Portions of RGB colors in percentages

R + G + B = 187 + 224 + 155 = 566 (100%)
R 187 of 566 ~ 33.04%
G 224 of 566 ~ 39.58%
B 155 of 566 ~ 27.39'%

%33.04
%39.58
%27.39

CMYK color model

#BBE09B color CMYK value is (17,0,31,12).

  • cyan value is 16.52%
  • magenta value is 0.00%
  • yellow value is 30.80%
  • key color value is 12.16%

CMYK: (17,0,31,12)
C17M0Y31K12 (17%, 0%, 31%, 12%)
(0.17 / 0.00 / 0.31 / 0.12)

CMYK percentages

%16.52
%0
%30.8
%12.16

Codes

Color #BBE09B in popluar color models

BB E0 9B
RGB 187 224 155
HSL 92° 52.67% 74.31%
HSB/HSV 92° 30.80% 87.84%
CMYK 16.52% 0.00% 30.80%
12.16%

Color #BBE09B in popluar number systems.

HEX BB E0 9B
Decimal 187 224 155
Binary 10111011 11100000 10011011
Octal 273 340 233

Shades and tints

Shades of #BBE09B

#BBE09B
(187,224,155)
#AACC8D
(170,204,141)
#99B87F
(153,184,127)
#88A471
(136,164,113)
#779063
(119,144,99)
#667C55
(102,124,85)
#556847
(85,104,71)
#445439
(68,84,57)
#33402B
(51,64,43)
#222C1D
(34,44,29)
#11180F
(17,24,15)
#000000
(0,0,0)

Tints of #BBE09B

#BBE09B
(187,224,155)
#C1E2A4
(193,226,164)
#C7E4AD
(199,228,173)
#CDE6B6
(205,230,182)
#D3E8BF
(211,232,191)
#D9EAC8
(217,234,200)
#DFECD1
(223,236,209)
#E5EEDA
(229,238,218)
#EBF0E3
(235,240,227)
#F1F2EC
(241,242,236)
#F7F4F5
(247,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBE09B; }

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

This text font color is #BBE09B.

Background Color

.myBgColor { background-color: #BBE09B; }

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

This div background color is #BBE09B.

Border color

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

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

This div border color is #BBE09B.

Opacity

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

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

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

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

This text has shadow with #BBE09B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBE09B.

Preview

Color preview on black background

This text has color #BBE09B on black background.


Color preview on white background

This text has color #BBE09B on white background.


Black color preview on #BBE09B background

This text has black color on #BBE09B background.


White color preview on #BBE09B background

This text has white color on #BBE09B background.


Related colors

Complementary color

Complementary color for #hex is #441F64.


I love getcolorcode.com

Triadic colors

1 #9BBBE0 and #E09BBB with #BBE09B are triadic colors.

2 #9BE0BB and #E0BB9B with #BBE09B are triadic colors.