COLOR #BBEB90

HEX: #BBEB90 RGB: (187,235,144)

Color info

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

RGB color model

#BBEB90 color RGB value is (187,235,144).

RGB: (187,235,144) (73%, 92%, 56%)

RGB channels and saturation

R 187 of 255 = 73%
G 235 of 255 = 92%
B 144 of 255 = 56%

187
235
144

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

Portions of RGB colors in percentages

R + G + B = 187 + 235 + 144 = 566 (100%)
R 187 of 566 ~ 33.04%
G 235 of 566 ~ 41.52%
B 144 of 566 ~ 25.44'%

%33.04
%41.52
%25.44

CMYK color model

#BBEB90 color CMYK value is (20,0,39,8).

  • cyan value is 20.43%
  • magenta value is 0.00%
  • yellow value is 38.72%
  • key color value is 7.84%

CMYK: (20,0,39,8)
C20M0Y39K8 (20%, 0%, 39%, 8%)
(0.20 / 0.00 / 0.39 / 0.08)

CMYK percentages

%20.43
%0
%38.72
%7.84

Codes

Color #BBEB90 in popluar color models

BB EB 90
RGB 187 235 144
HSL 92° 69.47% 74.31%
HSB/HSV 92° 38.72% 92.16%
CMYK 20.43% 0.00% 38.72%
7.84%

Color #BBEB90 in popluar number systems.

HEX BB EB 90
Decimal 187 235 144
Binary 10111011 11101011 10010000
Octal 273 353 220

Shades and tints

Shades of #BBEB90

#BBEB90
(187,235,144)
#AAD683
(170,214,131)
#99C176
(153,193,118)
#88AC69
(136,172,105)
#77975C
(119,151,92)
#66824F
(102,130,79)
#556D42
(85,109,66)
#445835
(68,88,53)
#334328
(51,67,40)
#222E1B
(34,46,27)
#11190E
(17,25,14)
#000000
(0,0,0)

Tints of #BBEB90

#BBEB90
(187,235,144)
#C1EC9A
(193,236,154)
#C7EDA4
(199,237,164)
#CDEEAE
(205,238,174)
#D3EFB8
(211,239,184)
#D9F0C2
(217,240,194)
#DFF1CC
(223,241,204)
#E5F2D6
(229,242,214)
#EBF3E0
(235,243,224)
#F1F4EA
(241,244,234)
#F7F5F4
(247,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBEB90; }

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

This text font color is #BBEB90.

Background Color

.myBgColor { background-color: #BBEB90; }

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

This div background color is #BBEB90.

Border color

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

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

This div border color is #BBEB90.

Opacity

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

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

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

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

This text has shadow with #BBEB90 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBEB90.

Preview

Color preview on black background

This text has color #BBEB90 on black background.


Color preview on white background

This text has color #BBEB90 on white background.


Black color preview on #BBEB90 background

This text has black color on #BBEB90 background.


White color preview on #BBEB90 background

This text has white color on #BBEB90 background.


Related colors

Complementary color

Complementary color for #hex is #44146F.


I love getcolorcode.com

Triadic colors

1 #90BBEB and #EB90BB with #BBEB90 are triadic colors.

2 #90EBBB and #EBBB90 with #BBEB90 are triadic colors.