COLOR #BBCA96

HEX: #BBCA96 RGB: (187,202,150)

Color info

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

RGB color model

#BBCA96 color RGB value is (187,202,150).

RGB: (187,202,150) (73%, 79%, 59%)

RGB channels and saturation

R 187 of 255 = 73%
G 202 of 255 = 79%
B 150 of 255 = 59%

187
202
150

R + G + B ~ 70%. #BBCA96 is quite light color.

Portions of RGB colors in percentages

R + G + B = 187 + 202 + 150 = 539 (100%)
R 187 of 539 ~ 34.69%
G 202 of 539 ~ 37.48%
B 150 of 539 ~ 27.83'%

%34.69
%37.48
%27.83

CMYK color model

#BBCA96 color CMYK value is (7,0,26,21).

  • cyan value is 7.43%
  • magenta value is 0.00%
  • yellow value is 25.74%
  • key color value is 20.78%

CMYK: (7,0,26,21)
C7M0Y26K21 (7%, 0%, 26%, 21%)
(0.07 / 0.00 / 0.26 / 0.21)

CMYK percentages

%7.43
%0
%25.74
%20.78

Codes

Color #BBCA96 in popluar color models

BB CA 96
RGB 187 202 150
HSL 77° 32.91% 69.02%
HSB/HSV 77° 25.74% 79.22%
CMYK 7.43% 0.00% 25.74%
20.78%

Color #BBCA96 in popluar number systems.

HEX BB CA 96
Decimal 187 202 150
Binary 10111011 11001010 10010110
Octal 273 312 226

Shades and tints

Shades of #BBCA96

#BBCA96
(187,202,150)
#AAB889
(170,184,137)
#99A67C
(153,166,124)
#88946F
(136,148,111)
#778262
(119,130,98)
#667055
(102,112,85)
#555E48
(85,94,72)
#444C3B
(68,76,59)
#333A2E
(51,58,46)
#222821
(34,40,33)
#111614
(17,22,20)
#000000
(0,0,0)

Tints of #BBCA96

#BBCA96
(187,202,150)
#C1CE9F
(193,206,159)
#C7D2A8
(199,210,168)
#CDD6B1
(205,214,177)
#D3DABA
(211,218,186)
#D9DEC3
(217,222,195)
#DFE2CC
(223,226,204)
#E5E6D5
(229,230,213)
#EBEADE
(235,234,222)
#F1EEE7
(241,238,231)
#F7F2F0
(247,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BBCA96 color. Also use rgb(187,202,150) instead hex code.

Text Font Color

.myTextColor { color: #BBCA96; }

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

This text font color is #BBCA96.

Background Color

.myBgColor { background-color: #BBCA96; }

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

This div background color is #BBCA96.

Border color

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

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

This div border color is #BBCA96.

Opacity

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

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

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

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

This text has shadow with #BBCA96 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBCA96.

Preview

Color preview on black background

This text has color #BBCA96 on black background.


Color preview on white background

This text has color #BBCA96 on white background.


Black color preview on #BBCA96 background

This text has black color on #BBCA96 background.


White color preview on #BBCA96 background

This text has white color on #BBCA96 background.


Related colors

Complementary color

Complementary color for #hex is #443569.


I love getcolorcode.com

Triadic colors

1 #96BBCA and #CA96BB with #BBCA96 are triadic colors.

2 #96CABB and #CABB96 with #BBCA96 are triadic colors.