COLOR #BBF89E

HEX: #BBF89E RGB: (187,248,158)

Color info

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

RGB color model

#BBF89E color RGB value is (187,248,158).

RGB: (187,248,158) (73%, 97%, 62%)

RGB channels and saturation

R 187 of 255 = 73%
G 248 of 255 = 97%
B 158 of 255 = 62%

187
248
158

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

Portions of RGB colors in percentages

R + G + B = 187 + 248 + 158 = 593 (100%)
R 187 of 593 ~ 31.53%
G 248 of 593 ~ 41.82%
B 158 of 593 ~ 26.64'%

%31.53
%41.82
%26.64

CMYK color model

#BBF89E color CMYK value is (25,0,36,3).

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

CMYK: (25,0,36,3)
C25M0Y36K3 (25%, 0%, 36%, 3%)
(0.25 / 0.00 / 0.36 / 0.03)

CMYK percentages

%24.6
%0
%36.29
%2.75

Codes

Color #BBF89E in popluar color models

BB F8 9E
RGB 187 248 158
HSL 101° 86.54% 79.61%
HSB/HSV 101° 36.29% 97.25%
CMYK 24.60% 0.00% 36.29%
2.75%

Color #BBF89E in popluar number systems.

HEX BB F8 9E
Decimal 187 248 158
Binary 10111011 11111000 10011110
Octal 273 370 236

Shades and tints

Shades of #BBF89E

#BBF89E
(187,248,158)
#AAE290
(170,226,144)
#99CC82
(153,204,130)
#88B674
(136,182,116)
#77A066
(119,160,102)
#668A58
(102,138,88)
#55744A
(85,116,74)
#445E3C
(68,94,60)
#33482E
(51,72,46)
#223220
(34,50,32)
#111C12
(17,28,18)
#000000
(0,0,0)

Tints of #BBF89E

#BBF89E
(187,248,158)
#C1F8A6
(193,248,166)
#C7F8AE
(199,248,174)
#CDF8B6
(205,248,182)
#D3F8BE
(211,248,190)
#D9F8C6
(217,248,198)
#DFF8CE
(223,248,206)
#E5F8D6
(229,248,214)
#EBF8DE
(235,248,222)
#F1F8E6
(241,248,230)
#F7F8EE
(247,248,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBF89E; }

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

This text font color is #BBF89E.

Background Color

.myBgColor { background-color: #BBF89E; }

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

This div background color is #BBF89E.

Border color

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

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

This div border color is #BBF89E.

Opacity

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

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

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

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

This text has shadow with #BBF89E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBF89E.

Preview

Color preview on black background

This text has color #BBF89E on black background.


Color preview on white background

This text has color #BBF89E on white background.


Black color preview on #BBF89E background

This text has black color on #BBF89E background.


White color preview on #BBF89E background

This text has white color on #BBF89E background.


Related colors

Complementary color

Complementary color for #hex is #440761.


I love getcolorcode.com

Triadic colors

1 #9EBBF8 and #F89EBB with #BBF89E are triadic colors.

2 #9EF8BB and #F8BB9E with #BBF89E are triadic colors.