COLOR #BBCA80

HEX: #BBCA80 RGB: (187,202,128)

Color info

#BBCA80 contains mainly red and green colors. Web safe color of #BBCA80 is #CCCC66 (or #CC6).

RGB color model

#BBCA80 color RGB value is (187,202,128).

RGB: (187,202,128) (73%, 79%, 50%)

RGB channels and saturation

R 187 of 255 = 73%
G 202 of 255 = 79%
B 128 of 255 = 50%

187
202
128

R + G + B ~ 67%. #BBCA80 is quite light color.

Portions of RGB colors in percentages

R + G + B = 187 + 202 + 128 = 517 (100%)
R 187 of 517 ~ 36.17%
G 202 of 517 ~ 39.07%
B 128 of 517 ~ 24.76'%

%36.17
%39.07
%24.76

CMYK color model

#BBCA80 color CMYK value is (7,0,37,21).

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

CMYK: (7,0,37,21)
C7M0Y37K21 (7%, 0%, 37%, 21%)
(0.07 / 0.00 / 0.37 / 0.21)

CMYK percentages

%7.43
%0
%36.63
%20.78

Codes

Color #BBCA80 in popluar color models

BB CA 80
RGB 187 202 128
HSL 72° 41.11% 64.71%
HSB/HSV 72° 36.63% 79.22%
CMYK 7.43% 0.00% 36.63%
20.78%

Color #BBCA80 in popluar number systems.

HEX BB CA 80
Decimal 187 202 128
Binary 10111011 11001010 10000000
Octal 273 312 200

Shades and tints

Shades of #BBCA80

#BBCA80
(187,202,128)
#AAB875
(170,184,117)
#99A66A
(153,166,106)
#88945F
(136,148,95)
#778254
(119,130,84)
#667049
(102,112,73)
#555E3E
(85,94,62)
#444C33
(68,76,51)
#333A28
(51,58,40)
#22281D
(34,40,29)
#111612
(17,22,18)
#000000
(0,0,0)

Tints of #BBCA80

#BBCA80
(187,202,128)
#C1CE8B
(193,206,139)
#C7D296
(199,210,150)
#CDD6A1
(205,214,161)
#D3DAAC
(211,218,172)
#D9DEB7
(217,222,183)
#DFE2C2
(223,226,194)
#E5E6CD
(229,230,205)
#EBEAD8
(235,234,216)
#F1EEE3
(241,238,227)
#F7F2EE
(247,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBCA80; }

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

This text font color is #BBCA80.

Background Color

.myBgColor { background-color: #BBCA80; }

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

This div background color is #BBCA80.

Border color

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

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

This div border color is #BBCA80.

Opacity

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

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

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

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

This text has shadow with #BBCA80 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBCA80.

Preview

Color preview on black background

This text has color #BBCA80 on black background.


Color preview on white background

This text has color #BBCA80 on white background.


Black color preview on #BBCA80 background

This text has black color on #BBCA80 background.


White color preview on #BBCA80 background

This text has white color on #BBCA80 background.


Related colors

Complementary color

Complementary color for #hex is #44357F.


I love getcolorcode.com

Triadic colors

1 #80BBCA and #CA80BB with #BBCA80 are triadic colors.

2 #80CABB and #CABB80 with #BBCA80 are triadic colors.