COLOR #BBF8AB

HEX: #BBF8AB RGB: (187,248,171)

Color info

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

RGB color model

#BBF8AB color RGB value is (187,248,171).

RGB: (187,248,171) (73%, 97%, 67%)

RGB channels and saturation

R 187 of 255 = 73%
G 248 of 255 = 97%
B 171 of 255 = 67%

187
248
171

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

Portions of RGB colors in percentages

R + G + B = 187 + 248 + 171 = 606 (100%)
R 187 of 606 ~ 30.86%
G 248 of 606 ~ 40.92%
B 171 of 606 ~ 28.22'%

%30.86
%40.92
%28.22

CMYK color model

#BBF8AB color CMYK value is (25,0,31,3).

  • cyan value is 24.60%
  • magenta value is 0.00%
  • yellow value is 31.05%
  • key color value is 2.75%

CMYK: (25,0,31,3)
C25M0Y31K3 (25%, 0%, 31%, 3%)
(0.25 / 0.00 / 0.31 / 0.03)

CMYK percentages

%24.6
%0
%31.05
%2.75

Codes

Color #BBF8AB in popluar color models

BB F8 AB
RGB 187 248 171
HSL 108° 84.62% 82.16%
HSB/HSV 108° 31.05% 97.25%
CMYK 24.60% 0.00% 31.05%
2.75%

Color #BBF8AB in popluar number systems.

HEX BB F8 AB
Decimal 187 248 171
Binary 10111011 11111000 10101011
Octal 273 370 253

Shades and tints

Shades of #BBF8AB

#BBF8AB
(187,248,171)
#AAE29C
(170,226,156)
#99CC8D
(153,204,141)
#88B67E
(136,182,126)
#77A06F
(119,160,111)
#668A60
(102,138,96)
#557451
(85,116,81)
#445E42
(68,94,66)
#334833
(51,72,51)
#223224
(34,50,36)
#111C15
(17,28,21)
#000000
(0,0,0)

Tints of #BBF8AB

#BBF8AB
(187,248,171)
#C1F8B2
(193,248,178)
#C7F8B9
(199,248,185)
#CDF8C0
(205,248,192)
#D3F8C7
(211,248,199)
#D9F8CE
(217,248,206)
#DFF8D5
(223,248,213)
#E5F8DC
(229,248,220)
#EBF8E3
(235,248,227)
#F1F8EA
(241,248,234)
#F7F8F1
(247,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BBF8AB color. Also use rgb(187,248,171) instead hex code.

Text Font Color

.myTextColor { color: #BBF8AB; }

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

This text font color is #BBF8AB.

Background Color

.myBgColor { background-color: #BBF8AB; }

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

This div background color is #BBF8AB.

Border color

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

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

This div border color is #BBF8AB.

Opacity

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

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

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

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

This text has shadow with #BBF8AB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBF8AB.

Preview

Color preview on black background

This text has color #BBF8AB on black background.


Color preview on white background

This text has color #BBF8AB on white background.


Black color preview on #BBF8AB background

This text has black color on #BBF8AB background.


White color preview on #BBF8AB background

This text has white color on #BBF8AB background.


Related colors

Complementary color

Complementary color for #hex is #440754.


I love getcolorcode.com

Triadic colors

1 #ABBBF8 and #F8ABBB with #BBF8AB are triadic colors.

2 #ABF8BB and #F8BBAB with #BBF8AB are triadic colors.