COLOR #BBF2A0

HEX: #BBF2A0
RGB: (187,242,160)

Color info

#BBF2A0 contains mainly red and green colors. Web safe color of #BBF2A0 is #CCFF99 (or #CF9).

RGB color model

#BBF2A0 color RGB value is (187,242,160).

  • red value is 187;
  • green value is 242;
  • blue value is 160.
RGB:
(187,242,160)
(73%,95%,63%)

RGB channels and saturation

R 187 of 255 = 73%
G 242 of 255 = 95%
B 160 of 255 = 63%

187
242
160

R + G + B ~ 77%. #BBF2A0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
187 + 242 + 160 = 589 (100%)
R 187 of 589 ~ 31.75%
G 242 of 589 ~ 41.09%
B 160 of 589 ~ 27.16%

%31.75
%41.09
%27.16

CMYK color model

#BBF2A0 color CMYK value is (23,0,34,5).

  • cyan value is 22.73%
  • magenta value is 0.00%
  • yellow value is 33.88%
  • key color value is 5.10%
CMYK:
(23,0,34,5)
C23M0Y34K5 
(23%,0%,34%,5%)
(0.23/0.00/0.34/0.05)	

CMYK percentages

%22.73
%0
%33.88
%5.1

Codes

Color #BBF2A0 in popluar color models

BBF2A0
RGB187242160
HSL100°75.93%78.82%
HSB/HSV100°33.88%94.90%
CMYK22.73%0.00%33.88%
5.10%

Color #BBF2A0 in popluar number systems.

HEXBBF2A0
Decimal187242160
Binary101110111111001010100000
Octal273362240

Shades and tints

Shades of #BBF2A0

#BBF2A0
(187,242,160)
#AADC92
(170,220,146)
#99C684
(153,198,132)
#88B076
(136,176,118)
#779A68
(119,154,104)
#66845A
(102,132,90)
#556E4C
(85,110,76)
#44583E
(68,88,62)
#334230
(51,66,48)
#222C22
(34,44,34)
#111614
(17,22,20)
#000000
(0,0,0)

Tints of #BBF2A0

#BBF2A0
(187,242,160)
#C1F3A8
(193,243,168)
#C7F4B0
(199,244,176)
#CDF5B8
(205,245,184)
#D3F6C0
(211,246,192)
#D9F7C8
(217,247,200)
#DFF8D0
(223,248,208)
#E5F9D8
(229,249,216)
#EBFAE0
(235,250,224)
#F1FBE8
(241,251,232)
#F7FCF0
(247,252,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BBF2A0 color. Also use rgb(187,242,160) instead hex code.

Text Font Color

.myTextColor { color: #BBF2A0; }

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

This text font color is #BBF2A0.


Background Color

.myBgColor { background-color: #BBF2A0; }

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

This div background color is #BBF2A0.


Border color

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

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

This div border color is #BBF2A0.


Opacity

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

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

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

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

This text has shadow with #BBF2A0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBF2A0 on black background.


Color preview on white background

This text has color #BBF2A0 on white background.



Black color preview on #BBF2A0 background

This text has black color on #BBF2A0 background.


White color preview on #BBF2A0 background

This text has white color on #BBF2A0 background.