COLOR #BBEC98

HEX: #BBEC98 RGB: (187,236,152)

Color info

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

RGB color model

#BBEC98 color RGB value is (187,236,152).

RGB: (187,236,152) (73%, 93%, 60%)

RGB channels and saturation

R 187 of 255 = 73%
G 236 of 255 = 93%
B 152 of 255 = 60%

187
236
152

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

Portions of RGB colors in percentages

R + G + B = 187 + 236 + 152 = 575 (100%)
R 187 of 575 ~ 32.52%
G 236 of 575 ~ 41.04%
B 152 of 575 ~ 26.43'%

%32.52
%41.04
%26.43

CMYK color model

#BBEC98 color CMYK value is (21,0,36,7).

  • cyan value is 20.76%
  • magenta value is 0.00%
  • yellow value is 35.59%
  • key color value is 7.45%

CMYK: (21,0,36,7)
C21M0Y36K7 (21%, 0%, 36%, 7%)
(0.21 / 0.00 / 0.36 / 0.07)

CMYK percentages

%20.76
%0
%35.59
%7.45

Codes

Color #BBEC98 in popluar color models

BB EC 98
RGB 187 236 152
HSL 95° 68.85% 76.08%
HSB/HSV 95° 35.59% 92.55%
CMYK 20.76% 0.00% 35.59%
7.45%

Color #BBEC98 in popluar number systems.

HEX BB EC 98
Decimal 187 236 152
Binary 10111011 11101100 10011000
Octal 273 354 230

Shades and tints

Shades of #BBEC98

#BBEC98
(187,236,152)
#AAD78B
(170,215,139)
#99C27E
(153,194,126)
#88AD71
(136,173,113)
#779864
(119,152,100)
#668357
(102,131,87)
#556E4A
(85,110,74)
#44593D
(68,89,61)
#334430
(51,68,48)
#222F23
(34,47,35)
#111A16
(17,26,22)
#000000
(0,0,0)

Tints of #BBEC98

#BBEC98
(187,236,152)
#C1EDA1
(193,237,161)
#C7EEAA
(199,238,170)
#CDEFB3
(205,239,179)
#D3F0BC
(211,240,188)
#D9F1C5
(217,241,197)
#DFF2CE
(223,242,206)
#E5F3D7
(229,243,215)
#EBF4E0
(235,244,224)
#F1F5E9
(241,245,233)
#F7F6F2
(247,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BBEC98 color. Also use rgb(187,236,152) instead hex code.

Text Font Color

.myTextColor { color: #BBEC98; }

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

This text font color is #BBEC98.

Background Color

.myBgColor { background-color: #BBEC98; }

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

This div background color is #BBEC98.

Border color

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

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

This div border color is #BBEC98.

Opacity

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

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

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

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

This text has shadow with #BBEC98 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBEC98.

Preview

Color preview on black background

This text has color #BBEC98 on black background.


Color preview on white background

This text has color #BBEC98 on white background.


Black color preview on #BBEC98 background

This text has black color on #BBEC98 background.


White color preview on #BBEC98 background

This text has white color on #BBEC98 background.


Related colors

Complementary color

Complementary color for #hex is #441367.


I love getcolorcode.com

Triadic colors

1 #98BBEC and #EC98BB with #BBEC98 are triadic colors.

2 #98ECBB and #ECBB98 with #BBEC98 are triadic colors.