COLOR #BBF090

HEX: #BBF090 RGB: (187,240,144)

Color info

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

RGB color model

#BBF090 color RGB value is (187,240,144).

RGB: (187,240,144) (73%, 94%, 56%)

RGB channels and saturation

R 187 of 255 = 73%
G 240 of 255 = 94%
B 144 of 255 = 56%

187
240
144

R + G + B ~ 74%. #BBF090 is quite light color.

Portions of RGB colors in percentages

R + G + B = 187 + 240 + 144 = 571 (100%)
R 187 of 571 ~ 32.75%
G 240 of 571 ~ 42.03%
B 144 of 571 ~ 25.22'%

%32.75
%42.03
%25.22

CMYK color model

#BBF090 color CMYK value is (22,0,40,6).

  • cyan value is 22.08%
  • magenta value is 0.00%
  • yellow value is 40.00%
  • key color value is 5.88%

CMYK: (22,0,40,6)
C22M0Y40K6 (22%, 0%, 40%, 6%)
(0.22 / 0.00 / 0.40 / 0.06)

CMYK percentages

%22.08
%0
%40
%5.88

Codes

Color #BBF090 in popluar color models

BB F0 90
RGB 187 240 144
HSL 93° 76.19% 75.29%
HSB/HSV 93° 40.00% 94.12%
CMYK 22.08% 0.00% 40.00%
5.88%

Color #BBF090 in popluar number systems.

HEX BB F0 90
Decimal 187 240 144
Binary 10111011 11110000 10010000
Octal 273 360 220

Shades and tints

Shades of #BBF090

#BBF090
(187,240,144)
#AADB83
(170,219,131)
#99C676
(153,198,118)
#88B169
(136,177,105)
#779C5C
(119,156,92)
#66874F
(102,135,79)
#557242
(85,114,66)
#445D35
(68,93,53)
#334828
(51,72,40)
#22331B
(34,51,27)
#111E0E
(17,30,14)
#000000
(0,0,0)

Tints of #BBF090

#BBF090
(187,240,144)
#C1F19A
(193,241,154)
#C7F2A4
(199,242,164)
#CDF3AE
(205,243,174)
#D3F4B8
(211,244,184)
#D9F5C2
(217,245,194)
#DFF6CC
(223,246,204)
#E5F7D6
(229,247,214)
#EBF8E0
(235,248,224)
#F1F9EA
(241,249,234)
#F7FAF4
(247,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBF090; }

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

This text font color is #BBF090.

Background Color

.myBgColor { background-color: #BBF090; }

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

This div background color is #BBF090.

Border color

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

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

This div border color is #BBF090.

Opacity

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

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

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

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

This text has shadow with #BBF090 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBF090.

Preview

Color preview on black background

This text has color #BBF090 on black background.


Color preview on white background

This text has color #BBF090 on white background.


Black color preview on #BBF090 background

This text has black color on #BBF090 background.


White color preview on #BBF090 background

This text has white color on #BBF090 background.


Related colors

Complementary color

Complementary color for #hex is #440F6F.


I love getcolorcode.com

Triadic colors

1 #90BBF0 and #F090BB with #BBF090 are triadic colors.

2 #90F0BB and #F0BB90 with #BBF090 are triadic colors.