COLOR #BBFF9E

HEX: #BBFF9E RGB: (187,255,158)

Color info

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

RGB color model

#BBFF9E color RGB value is (187,255,158).

RGB: (187,255,158) (73%, 100%, 62%)

RGB channels and saturation

R 187 of 255 = 73%
G 255 of 255 = 100%
B 158 of 255 = 62%

187
255
158

R + G + B ~ 78%. #BBFF9E is quite light color.

Portions of RGB colors in percentages

R + G + B = 187 + 255 + 158 = 600 (100%)
R 187 of 600 ~ 31.17%
G 255 of 600 ~ 42.5%
B 158 of 600 ~ 26.33'%

%31.17
%42.5
%26.33

CMYK color model

#BBFF9E color CMYK value is (27,0,38,0).

  • cyan value is 26.67%
  • magenta value is 0.00%
  • yellow value is 38.04%
  • key color value is 0.00%

CMYK: (27,0,38,0)
C27M0Y38K0 (27%, 0%, 38%, 0%)
(0.27 / 0.00 / 0.38 / 0.00)

CMYK percentages

%26.67
%0
%38.04
%0

Codes

Color #BBFF9E in popluar color models

BB FF 9E
RGB 187 255 158
HSL 102° 100.00% 80.98%
HSB/HSV 102° 38.04% 100.00%
CMYK 26.67% 0.00% 38.04%
0.00%

Color #BBFF9E in popluar number systems.

HEX BB FF 9E
Decimal 187 255 158
Binary 10111011 11111111 10011110
Octal 273 377 236

Shades and tints

Shades of #BBFF9E

#BBFF9E
(187,255,158)
#AAE890
(170,232,144)
#99D182
(153,209,130)
#88BA74
(136,186,116)
#77A366
(119,163,102)
#668C58
(102,140,88)
#55754A
(85,117,74)
#445E3C
(68,94,60)
#33472E
(51,71,46)
#223020
(34,48,32)
#111912
(17,25,18)
#000000
(0,0,0)

Tints of #BBFF9E

#BBFF9E
(187,255,158)
#C1FFA6
(193,255,166)
#C7FFAE
(199,255,174)
#CDFFB6
(205,255,182)
#D3FFBE
(211,255,190)
#D9FFC6
(217,255,198)
#DFFFCE
(223,255,206)
#E5FFD6
(229,255,214)
#EBFFDE
(235,255,222)
#F1FFE6
(241,255,230)
#F7FFEE
(247,255,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBFF9E; }

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

This text font color is #BBFF9E.

Background Color

.myBgColor { background-color: #BBFF9E; }

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

This div background color is #BBFF9E.

Border color

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

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

This div border color is #BBFF9E.

Opacity

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

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

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

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

This text has shadow with #BBFF9E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBFF9E.

Preview

Color preview on black background

This text has color #BBFF9E on black background.


Color preview on white background

This text has color #BBFF9E on white background.


Black color preview on #BBFF9E background

This text has black color on #BBFF9E background.


White color preview on #BBFF9E background

This text has white color on #BBFF9E background.


Related colors

Complementary color

Complementary color for #hex is #440061.


I love getcolorcode.com

Triadic colors

1 #9EBBFF and #FF9EBB with #BBFF9E are triadic colors.

2 #9EFFBB and #FFBB9E with #BBFF9E are triadic colors.