COLOR #BBD89B

HEX: #BBD89B RGB: (187,216,155)

Color info

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

RGB color model

#BBD89B color RGB value is (187,216,155).

RGB: (187,216,155) (73%, 85%, 61%)

RGB channels and saturation

R 187 of 255 = 73%
G 216 of 255 = 85%
B 155 of 255 = 61%

187
216
155

R + G + B ~ 73%. #BBD89B is quite light color.

Portions of RGB colors in percentages

R + G + B = 187 + 216 + 155 = 558 (100%)
R 187 of 558 ~ 33.51%
G 216 of 558 ~ 38.71%
B 155 of 558 ~ 27.78'%

%33.51
%38.71
%27.78

CMYK color model

#BBD89B color CMYK value is (13,0,28,15).

  • cyan value is 13.43%
  • magenta value is 0.00%
  • yellow value is 28.24%
  • key color value is 15.29%

CMYK: (13,0,28,15)
C13M0Y28K15 (13%, 0%, 28%, 15%)
(0.13 / 0.00 / 0.28 / 0.15)

CMYK percentages

%13.43
%0
%28.24
%15.29

Codes

Color #BBD89B in popluar color models

BB D8 9B
RGB 187 216 155
HSL 89° 43.88% 72.75%
HSB/HSV 89° 28.24% 84.71%
CMYK 13.43% 0.00% 28.24%
15.29%

Color #BBD89B in popluar number systems.

HEX BB D8 9B
Decimal 187 216 155
Binary 10111011 11011000 10011011
Octal 273 330 233

Shades and tints

Shades of #BBD89B

#BBD89B
(187,216,155)
#AAC58D
(170,197,141)
#99B27F
(153,178,127)
#889F71
(136,159,113)
#778C63
(119,140,99)
#667955
(102,121,85)
#556647
(85,102,71)
#445339
(68,83,57)
#33402B
(51,64,43)
#222D1D
(34,45,29)
#111A0F
(17,26,15)
#000000
(0,0,0)

Tints of #BBD89B

#BBD89B
(187,216,155)
#C1DBA4
(193,219,164)
#C7DEAD
(199,222,173)
#CDE1B6
(205,225,182)
#D3E4BF
(211,228,191)
#D9E7C8
(217,231,200)
#DFEAD1
(223,234,209)
#E5EDDA
(229,237,218)
#EBF0E3
(235,240,227)
#F1F3EC
(241,243,236)
#F7F6F5
(247,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBD89B; }

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

This text font color is #BBD89B.

Background Color

.myBgColor { background-color: #BBD89B; }

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

This div background color is #BBD89B.

Border color

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

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

This div border color is #BBD89B.

Opacity

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

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

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

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

This text has shadow with #BBD89B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBD89B.

Preview

Color preview on black background

This text has color #BBD89B on black background.


Color preview on white background

This text has color #BBD89B on white background.


Black color preview on #BBD89B background

This text has black color on #BBD89B background.


White color preview on #BBD89B background

This text has white color on #BBD89B background.


Related colors

Complementary color

Complementary color for #hex is #442764.


I love getcolorcode.com

Triadic colors

1 #9BBBD8 and #D89BBB with #BBD89B are triadic colors.

2 #9BD8BB and #D8BB9B with #BBD89B are triadic colors.