COLOR #BBD599

HEX: #BBD599 RGB: (187,213,153)

Color info

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

RGB color model

#BBD599 color RGB value is (187,213,153).

RGB: (187,213,153) (73%, 84%, 60%)

RGB channels and saturation

R 187 of 255 = 73%
G 213 of 255 = 84%
B 153 of 255 = 60%

187
213
153

R + G + B ~ 72%. #BBD599 is quite light color.

Portions of RGB colors in percentages

R + G + B = 187 + 213 + 153 = 553 (100%)
R 187 of 553 ~ 33.82%
G 213 of 553 ~ 38.52%
B 153 of 553 ~ 27.67'%

%33.82
%38.52
%27.67

CMYK color model

#BBD599 color CMYK value is (12,0,28,16).

  • cyan value is 12.21%
  • magenta value is 0.00%
  • yellow value is 28.17%
  • key color value is 16.47%

CMYK: (12,0,28,16)
C12M0Y28K16 (12%, 0%, 28%, 16%)
(0.12 / 0.00 / 0.28 / 0.16)

CMYK percentages

%12.21
%0
%28.17
%16.47

Codes

Color #BBD599 in popluar color models

BB D5 99
RGB 187 213 153
HSL 86° 41.67% 71.76%
HSB/HSV 86° 28.17% 83.53%
CMYK 12.21% 0.00% 28.17%
16.47%

Color #BBD599 in popluar number systems.

HEX BB D5 99
Decimal 187 213 153
Binary 10111011 11010101 10011001
Octal 273 325 231

Shades and tints

Shades of #BBD599

#BBD599
(187,213,153)
#AAC28C
(170,194,140)
#99AF7F
(153,175,127)
#889C72
(136,156,114)
#778965
(119,137,101)
#667658
(102,118,88)
#55634B
(85,99,75)
#44503E
(68,80,62)
#333D31
(51,61,49)
#222A24
(34,42,36)
#111717
(17,23,23)
#000000
(0,0,0)

Tints of #BBD599

#BBD599
(187,213,153)
#C1D8A2
(193,216,162)
#C7DBAB
(199,219,171)
#CDDEB4
(205,222,180)
#D3E1BD
(211,225,189)
#D9E4C6
(217,228,198)
#DFE7CF
(223,231,207)
#E5EAD8
(229,234,216)
#EBEDE1
(235,237,225)
#F1F0EA
(241,240,234)
#F7F3F3
(247,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBD599; }

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

This text font color is #BBD599.

Background Color

.myBgColor { background-color: #BBD599; }

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

This div background color is #BBD599.

Border color

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

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

This div border color is #BBD599.

Opacity

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

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

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

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

This text has shadow with #BBD599 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBD599.

Preview

Color preview on black background

This text has color #BBD599 on black background.


Color preview on white background

This text has color #BBD599 on white background.


Black color preview on #BBD599 background

This text has black color on #BBD599 background.


White color preview on #BBD599 background

This text has white color on #BBD599 background.


Related colors

Complementary color

Complementary color for #hex is #442A66.


I love getcolorcode.com

Triadic colors

1 #99BBD5 and #D599BB with #BBD599 are triadic colors.

2 #99D5BB and #D5BB99 with #BBD599 are triadic colors.