COLOR #BBD59E

HEX: #BBD59E RGB: (187,213,158)

Color info

#BBD59E contains red, green and blue colors in about the same proportion. Web safe color of #BBD59E is #CCCC99 (or #CC9).

RGB color model

#BBD59E color RGB value is (187,213,158).

RGB: (187,213,158) (73%, 84%, 62%)

RGB channels and saturation

R 187 of 255 = 73%
G 213 of 255 = 84%
B 158 of 255 = 62%

187
213
158

R + G + B ~ 73%. #BBD59E is quite light color.

Portions of RGB colors in percentages

R + G + B = 187 + 213 + 158 = 558 (100%)
R 187 of 558 ~ 33.51%
G 213 of 558 ~ 38.17%
B 158 of 558 ~ 28.32'%

%33.51
%38.17
%28.32

CMYK color model

#BBD59E color CMYK value is (12,0,26,16).

  • cyan value is 12.21%
  • magenta value is 0.00%
  • yellow value is 25.82%
  • key color value is 16.47%
CMYK: (12,0,26,16) C12M0Y26K16 (12%,0%,26%,16%) (0.12/0.00/0.26/0.16) 

CMYK percentages

%12.21
%0
%25.82
%16.47

Codes

Color #BBD59E in popluar color models

BB D5 9E
RGB 187 213 158
HSL 88° 39.57% 72.75%
HSB/HSV 88° 25.82% 83.53%
CMYK 12.21% 0.00% 25.82%
16.47%

Color #BBD59E in popluar number systems.

HEX BB D5 9E
Decimal 187 213 158
Binary 10111011 11010101 10011110
Octal 273 325 236

Shades and tints

Shades of #BBD59E

#BBD59E
(187,213,158)
#AAC290
(170,194,144)
#99AF82
(153,175,130)
#889C74
(136,156,116)
#778966
(119,137,102)
#667658
(102,118,88)
#55634A
(85,99,74)
#44503C
(68,80,60)
#333D2E
(51,61,46)
#222A20
(34,42,32)
#111712
(17,23,18)
#000000
(0,0,0)

Tints of #BBD59E

#BBD59E
(187,213,158)
#C1D8A6
(193,216,166)
#C7DBAE
(199,219,174)
#CDDEB6
(205,222,182)
#D3E1BE
(211,225,190)
#D9E4C6
(217,228,198)
#DFE7CE
(223,231,206)
#E5EAD6
(229,234,214)
#EBEDDE
(235,237,222)
#F1F0E6
(241,240,230)
#F7F3EE
(247,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BBD59E color. Also use rgb(187,213,158) instead hex code.

Text Font Color

.myTextColor { color: #BBD59E; }

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

This text font color is #BBD59E.

Background Color

.myBgColor { background-color: #BBD59E; }

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

This div background color is #BBD59E.

Border color

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

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

This div border color is #BBD59E.

Opacity

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

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

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

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

This text has shadow with #BBD59E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBD59E.

Preview

Color preview on black background

This text has color #BBD59E on black background.


Color preview on white background

This text has color #BBD59E on white background.


Black color preview on #BBD59E background

This text has black color on #BBD59E background.


White color preview on #BBD59E background

This text has white color on #BBD59E background.


Related colors

Complementary color

Complementary color for #hex is #442A61.


I love getcolorcode.com

Triadic colors

1 #9EBBD5 and #D59EBB with #BBD59E are triadic colors.

2 #9ED5BB and #D5BB9E with #BBD59E are triadic colors.