COLOR #BBE19F

HEX: #BBE19F RGB: (187,225,159)

Color info

#BBE19F contains mainly red and green colors. Web safe color of #BBE19F is #CCCC99 (or #CC9).

RGB color model

#BBE19F color RGB value is (187,225,159).

RGB: (187,225,159) (73%, 88%, 62%)

RGB channels and saturation

R 187 of 255 = 73%
G 225 of 255 = 88%
B 159 of 255 = 62%

187
225
159

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

Portions of RGB colors in percentages

R + G + B = 187 + 225 + 159 = 571 (100%)
R 187 of 571 ~ 32.75%
G 225 of 571 ~ 39.4%
B 159 of 571 ~ 27.85'%

%32.75
%39.4
%27.85

CMYK color model

#BBE19F color CMYK value is (17,0,29,12).

  • cyan value is 16.89%
  • magenta value is 0.00%
  • yellow value is 29.33%
  • key color value is 11.76%
CMYK: (17,0,29,12) C17M0Y29K12 (17%,0%,29%,12%) (0.17/0.00/0.29/0.12) 

CMYK percentages

%16.89
%0
%29.33
%11.76

Codes

Color #BBE19F in popluar color models

BB E1 9F
RGB 187 225 159
HSL 95° 52.38% 75.29%
HSB/HSV 95° 29.33% 88.24%
CMYK 16.89% 0.00% 29.33%
11.76%

Color #BBE19F in popluar number systems.

HEX BB E1 9F
Decimal 187 225 159
Binary 10111011 11100001 10011111
Octal 273 341 237

Shades and tints

Shades of #BBE19F

#BBE19F
(187,225,159)
#AACD91
(170,205,145)
#99B983
(153,185,131)
#88A575
(136,165,117)
#779167
(119,145,103)
#667D59
(102,125,89)
#55694B
(85,105,75)
#44553D
(68,85,61)
#33412F
(51,65,47)
#222D21
(34,45,33)
#111913
(17,25,19)
#000000
(0,0,0)

Tints of #BBE19F

#BBE19F
(187,225,159)
#C1E3A7
(193,227,167)
#C7E5AF
(199,229,175)
#CDE7B7
(205,231,183)
#D3E9BF
(211,233,191)
#D9EBC7
(217,235,199)
#DFEDCF
(223,237,207)
#E5EFD7
(229,239,215)
#EBF1DF
(235,241,223)
#F1F3E7
(241,243,231)
#F7F5EF
(247,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BBE19F color. Also use rgb(187,225,159) instead hex code.

Text Font Color

.myTextColor { color: #BBE19F; }

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

This text font color is #BBE19F.

Background Color

.myBgColor { background-color: #BBE19F; }

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

This div background color is #BBE19F.

Border color

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

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

This div border color is #BBE19F.

Opacity

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

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

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

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

This text has shadow with #BBE19F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBE19F.

Preview

Color preview on black background

This text has color #BBE19F on black background.


Color preview on white background

This text has color #BBE19F on white background.


Black color preview on #BBE19F background

This text has black color on #BBE19F background.


White color preview on #BBE19F background

This text has white color on #BBE19F background.


Related colors

Complementary color

Complementary color for #hex is #441E60.


I love getcolorcode.com

Triadic colors

1 #9FBBE1 and #E19FBB with #BBE19F are triadic colors.

2 #9FE1BB and #E1BB9F with #BBE19F are triadic colors.