COLOR #BBEE91

HEX: #BBEE91 RGB: (187,238,145)

Color info

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

RGB color model

#BBEE91 color RGB value is (187,238,145).

RGB: (187,238,145) (73%, 93%, 57%)

RGB channels and saturation

R 187 of 255 = 73%
G 238 of 255 = 93%
B 145 of 255 = 57%

187
238
145

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

Portions of RGB colors in percentages

R + G + B = 187 + 238 + 145 = 570 (100%)
R 187 of 570 ~ 32.81%
G 238 of 570 ~ 41.75%
B 145 of 570 ~ 25.44'%

%32.81
%41.75
%25.44

CMYK color model

#BBEE91 color CMYK value is (21,0,39,7).

  • cyan value is 21.43%
  • magenta value is 0.00%
  • yellow value is 39.08%
  • key color value is 6.67%

CMYK: (21,0,39,7)
C21M0Y39K7 (21%, 0%, 39%, 7%)
(0.21 / 0.00 / 0.39 / 0.07)

CMYK percentages

%21.43
%0
%39.08
%6.67

Codes

Color #BBEE91 in popluar color models

BB EE 91
RGB 187 238 145
HSL 93° 73.23% 75.10%
HSB/HSV 93° 39.08% 93.33%
CMYK 21.43% 0.00% 39.08%
6.67%

Color #BBEE91 in popluar number systems.

HEX BB EE 91
Decimal 187 238 145
Binary 10111011 11101110 10010001
Octal 273 356 221

Shades and tints

Shades of #BBEE91

#BBEE91
(187,238,145)
#AAD984
(170,217,132)
#99C477
(153,196,119)
#88AF6A
(136,175,106)
#779A5D
(119,154,93)
#668550
(102,133,80)
#557043
(85,112,67)
#445B36
(68,91,54)
#334629
(51,70,41)
#22311C
(34,49,28)
#111C0F
(17,28,15)
#000000
(0,0,0)

Tints of #BBEE91

#BBEE91
(187,238,145)
#C1EF9B
(193,239,155)
#C7F0A5
(199,240,165)
#CDF1AF
(205,241,175)
#D3F2B9
(211,242,185)
#D9F3C3
(217,243,195)
#DFF4CD
(223,244,205)
#E5F5D7
(229,245,215)
#EBF6E1
(235,246,225)
#F1F7EB
(241,247,235)
#F7F8F5
(247,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BBEE91 color. Also use rgb(187,238,145) instead hex code.

Text Font Color

.myTextColor { color: #BBEE91; }

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

This text font color is #BBEE91.

Background Color

.myBgColor { background-color: #BBEE91; }

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

This div background color is #BBEE91.

Border color

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

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

This div border color is #BBEE91.

Opacity

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

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

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

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

This text has shadow with #BBEE91 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBEE91.

Preview

Color preview on black background

This text has color #BBEE91 on black background.


Color preview on white background

This text has color #BBEE91 on white background.


Black color preview on #BBEE91 background

This text has black color on #BBEE91 background.


White color preview on #BBEE91 background

This text has white color on #BBEE91 background.


Related colors

Complementary color

Complementary color for #hex is #44116E.


I love getcolorcode.com

Triadic colors

1 #91BBEE and #EE91BB with #BBEE91 are triadic colors.

2 #91EEBB and #EEBB91 with #BBEE91 are triadic colors.