COLOR #BBF0A1

HEX: #BBF0A1
RGB: (187,240,161)

Color info

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

RGB color model

#BBF0A1 color RGB value is (187,240,161).

  • red value is 187;
  • green value is 240;
  • blue value is 161.
RGB:
(187,240,161)
(73%,94%,63%)

RGB channels and saturation

R 187 of 255 = 73%
G 240 of 255 = 94%
B 161 of 255 = 63%

187
240
161

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

Portions of RGB colors in percentages

R + G + B =
187 + 240 + 161 = 588 (100%)
R 187 of 588 ~ 31.8%
G 240 of 588 ~ 40.82%
B 161 of 588 ~ 27.38%

%31.8
%40.82
%27.38

CMYK color model

#BBF0A1 color CMYK value is (22,0,33,6).

  • cyan value is 22.08%
  • magenta value is 0.00%
  • yellow value is 32.92%
  • key color value is 5.88%
CMYK:
(22,0,33,6)
C22M0Y33K6 
(22%,0%,33%,6%)
(0.22/0.00/0.33/0.06)	

CMYK percentages

%22.08
%0
%32.92
%5.88

Codes

Color #BBF0A1 in popluar color models

BBF0A1
RGB187240161
HSL100°72.48%78.63%
HSB/HSV100°32.92%94.12%
CMYK22.08%0.00%32.92%
5.88%

Color #BBF0A1 in popluar number systems.

HEXBBF0A1
Decimal187240161
Binary101110111111000010100001
Octal273360241

Shades and tints

Shades of #BBF0A1

#BBF0A1
(187,240,161)
#AADB93
(170,219,147)
#99C685
(153,198,133)
#88B177
(136,177,119)
#779C69
(119,156,105)
#66875B
(102,135,91)
#55724D
(85,114,77)
#445D3F
(68,93,63)
#334831
(51,72,49)
#223323
(34,51,35)
#111E15
(17,30,21)
#000000
(0,0,0)

Tints of #BBF0A1

#BBF0A1
(187,240,161)
#C1F1A9
(193,241,169)
#C7F2B1
(199,242,177)
#CDF3B9
(205,243,185)
#D3F4C1
(211,244,193)
#D9F5C9
(217,245,201)
#DFF6D1
(223,246,209)
#E5F7D9
(229,247,217)
#EBF8E1
(235,248,225)
#F1F9E9
(241,249,233)
#F7FAF1
(247,250,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BBF0A1 color. Also use rgb(187,240,161) instead hex code.

Text Font Color

.myTextColor { color: #BBF0A1; }

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

This text font color is #BBF0A1.


Background Color

.myBgColor { background-color: #BBF0A1; }

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

This div background color is #BBF0A1.


Border color

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

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

This div border color is #BBF0A1.


Opacity

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

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

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

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

This text has shadow with #BBF0A1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBF0A1 on black background.


Color preview on white background

This text has color #BBF0A1 on white background.



Black color preview on #BBF0A1 background

This text has black color on #BBF0A1 background.


White color preview on #BBF0A1 background

This text has white color on #BBF0A1 background.