COLOR #BBF5AA

HEX: #BBF5AA
RGB: (187,245,170)

Color info

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

RGB color model

#BBF5AA color RGB value is (187,245,170).

  • red value is 187;
  • green value is 245;
  • blue value is 170.
RGB:
(187,245,170)
(73%,96%,67%)

RGB channels and saturation

R 187 of 255 = 73%
G 245 of 255 = 96%
B 170 of 255 = 67%

187
245
170

R + G + B ~ 79%. #BBF5AA is quite light color.

Portions of RGB colors in percentages

R + G + B =
187 + 245 + 170 = 602 (100%)
R 187 of 602 ~ 31.06%
G 245 of 602 ~ 40.7%
B 170 of 602 ~ 28.24%

%31.06
%40.7
%28.24

CMYK color model

#BBF5AA color CMYK value is (24,0,31,4).

  • cyan value is 23.67%
  • magenta value is 0.00%
  • yellow value is 30.61%
  • key color value is 3.92%
CMYK:
(24,0,31,4)
C24M0Y31K4 
(24%,0%,31%,4%)
(0.24/0.00/0.31/0.04)	

CMYK percentages

%23.67
%0
%30.61
%3.92

Codes

Color #BBF5AA in popluar color models

BBF5AA
RGB187245170
HSL106°78.95%81.37%
HSB/HSV106°30.61%96.08%
CMYK23.67%0.00%30.61%
3.92%

Color #BBF5AA in popluar number systems.

HEXBBF5AA
Decimal187245170
Binary101110111111010110101010
Octal273365252

Shades and tints

Shades of #BBF5AA

#BBF5AA
(187,245,170)
#AADF9B
(170,223,155)
#99C98C
(153,201,140)
#88B37D
(136,179,125)
#779D6E
(119,157,110)
#66875F
(102,135,95)
#557150
(85,113,80)
#445B41
(68,91,65)
#334532
(51,69,50)
#222F23
(34,47,35)
#111914
(17,25,20)
#000000
(0,0,0)

Tints of #BBF5AA

#BBF5AA
(187,245,170)
#C1F5B1
(193,245,177)
#C7F5B8
(199,245,184)
#CDF5BF
(205,245,191)
#D3F5C6
(211,245,198)
#D9F5CD
(217,245,205)
#DFF5D4
(223,245,212)
#E5F5DB
(229,245,219)
#EBF5E2
(235,245,226)
#F1F5E9
(241,245,233)
#F7F5F0
(247,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BBF5AA color. Also use rgb(187,245,170) instead hex code.

Text Font Color

.myTextColor { color: #BBF5AA; }

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

This text font color is #BBF5AA.


Background Color

.myBgColor { background-color: #BBF5AA; }

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

This div background color is #BBF5AA.


Border color

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

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

This div border color is #BBF5AA.


Opacity

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

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

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

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

This text has shadow with #BBF5AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBF5AA on black background.


Color preview on white background

This text has color #BBF5AA on white background.



Black color preview on #BBF5AA background

This text has black color on #BBF5AA background.


White color preview on #BBF5AA background

This text has white color on #BBF5AA background.