COLOR #BBED93

HEX: #BBED93 RGB: (187,237,147)

Color info

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

RGB color model

#BBED93 color RGB value is (187,237,147).

RGB: (187,237,147) (73%, 93%, 58%)

RGB channels and saturation

R 187 of 255 = 73%
G 237 of 255 = 93%
B 147 of 255 = 58%

187
237
147

R + G + B ~ 75%. #BBED93 is quite light color.

Portions of RGB colors in percentages

R + G + B = 187 + 237 + 147 = 571 (100%)
R 187 of 571 ~ 32.75%
G 237 of 571 ~ 41.51%
B 147 of 571 ~ 25.74'%

%32.75
%41.51
%25.74

CMYK color model

#BBED93 color CMYK value is (21,0,38,7).

  • cyan value is 21.10%
  • magenta value is 0.00%
  • yellow value is 37.97%
  • key color value is 7.06%

CMYK: (21,0,38,7)
C21M0Y38K7 (21%, 0%, 38%, 7%)
(0.21 / 0.00 / 0.38 / 0.07)

CMYK percentages

%21.1
%0
%37.97
%7.06

Codes

Color #BBED93 in popluar color models

BB ED 93
RGB 187 237 147
HSL 93° 71.43% 75.29%
HSB/HSV 93° 37.97% 92.94%
CMYK 21.10% 0.00% 37.97%
7.06%

Color #BBED93 in popluar number systems.

HEX BB ED 93
Decimal 187 237 147
Binary 10111011 11101101 10010011
Octal 273 355 223

Shades and tints

Shades of #BBED93

#BBED93
(187,237,147)
#AAD886
(170,216,134)
#99C379
(153,195,121)
#88AE6C
(136,174,108)
#77995F
(119,153,95)
#668452
(102,132,82)
#556F45
(85,111,69)
#445A38
(68,90,56)
#33452B
(51,69,43)
#22301E
(34,48,30)
#111B11
(17,27,17)
#000000
(0,0,0)

Tints of #BBED93

#BBED93
(187,237,147)
#C1EE9C
(193,238,156)
#C7EFA5
(199,239,165)
#CDF0AE
(205,240,174)
#D3F1B7
(211,241,183)
#D9F2C0
(217,242,192)
#DFF3C9
(223,243,201)
#E5F4D2
(229,244,210)
#EBF5DB
(235,245,219)
#F1F6E4
(241,246,228)
#F7F7ED
(247,247,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BBED93 color. Also use rgb(187,237,147) instead hex code.

Text Font Color

.myTextColor { color: #BBED93; }

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

This text font color is #BBED93.

Background Color

.myBgColor { background-color: #BBED93; }

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

This div background color is #BBED93.

Border color

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

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

This div border color is #BBED93.

Opacity

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

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

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

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

This text has shadow with #BBED93 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBED93.

Preview

Color preview on black background

This text has color #BBED93 on black background.


Color preview on white background

This text has color #BBED93 on white background.


Black color preview on #BBED93 background

This text has black color on #BBED93 background.


White color preview on #BBED93 background

This text has white color on #BBED93 background.


Related colors

Complementary color

Complementary color for #hex is #44126C.


I love getcolorcode.com

Triadic colors

1 #93BBED and #ED93BB with #BBED93 are triadic colors.

2 #93EDBB and #EDBB93 with #BBED93 are triadic colors.