COLOR #BBFC89

HEX: #BBFC89
RGB: (187,252,137)

Color info

#BBFC89 contains mainly green color. Web safe color of #BBFC89 is #CCFF99 (or #CF9).

RGB color model

#BBFC89 color RGB value is (187,252,137).

  • red value is 187;
  • green value is 252;
  • blue value is 137.
RGB:
(187,252,137)
(73%,99%,54%)

RGB channels and saturation

R 187 of 255 = 73%
G 252 of 255 = 99%
B 137 of 255 = 54%

187
252
137

R + G + B ~ 75%. #BBFC89 is quite light color.

Portions of RGB colors in percentages

R + G + B =
187 + 252 + 137 = 576 (100%)
R 187 of 576 ~ 32.47%
G 252 of 576 ~ 43.75%
B 137 of 576 ~ 23.78%

%32.47
%43.75
%23.78

CMYK color model

#BBFC89 color CMYK value is (26,0,46,1).

  • cyan value is 25.79%
  • magenta value is 0.00%
  • yellow value is 45.63%
  • key color value is 1.18%
CMYK:
(26,0,46,1)
C26M0Y46K1 
(26%,0%,46%,1%)
(0.26/0.00/0.46/0.01)	

CMYK percentages

%25.79
%0
%45.63
%1.18

Codes

Color #BBFC89 in popluar color models

BBFC89
RGB187252137
HSL94°95.04%76.27%
HSB/HSV94°45.63%98.82%
CMYK25.79%0.00%45.63%
1.18%

Color #BBFC89 in popluar number systems.

HEXBBFC89
Decimal187252137
Binary101110111111110010001001
Octal273374211

Shades and tints

Shades of #BBFC89

#BBFC89
(187,252,137)
#AAE67D
(170,230,125)
#99D071
(153,208,113)
#88BA65
(136,186,101)
#77A459
(119,164,89)
#668E4D
(102,142,77)
#557841
(85,120,65)
#446235
(68,98,53)
#334C29
(51,76,41)
#22361D
(34,54,29)
#112011
(17,32,17)
#000000
(0,0,0)

Tints of #BBFC89

#BBFC89
(187,252,137)
#C1FC93
(193,252,147)
#C7FC9D
(199,252,157)
#CDFCA7
(205,252,167)
#D3FCB1
(211,252,177)
#D9FCBB
(217,252,187)
#DFFCC5
(223,252,197)
#E5FCCF
(229,252,207)
#EBFCD9
(235,252,217)
#F1FCE3
(241,252,227)
#F7FCED
(247,252,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BBFC89 color. Also use rgb(187,252,137) instead hex code.

Text Font Color

.myTextColor { color: #BBFC89; }

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

This text font color is #BBFC89.


Background Color

.myBgColor { background-color: #BBFC89; }

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

This div background color is #BBFC89.


Border color

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

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

This div border color is #BBFC89.


Opacity

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

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

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

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

This text has shadow with #BBFC89 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBFC89 on black background.


Color preview on white background

This text has color #BBFC89 on white background.



Black color preview on #BBFC89 background

This text has black color on #BBFC89 background.


White color preview on #BBFC89 background

This text has white color on #BBFC89 background.