COLOR #BBC2A0

HEX: #BBC2A0 RGB: (187,194,160)

Color info

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

RGB color model

#BBC2A0 color RGB value is (187,194,160).

RGB: (187,194,160) (73%, 76%, 63%)

RGB channels and saturation

R 187 of 255 = 73%
G 194 of 255 = 76%
B 160 of 255 = 63%

187
194
160

R + G + B ~ 71%. #BBC2A0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 187 + 194 + 160 = 541 (100%)
R 187 of 541 ~ 34.57%
G 194 of 541 ~ 35.86%
B 160 of 541 ~ 29.57'%

%34.57
%35.86
%29.57

CMYK color model

#BBC2A0 color CMYK value is (4,0,18,24).

  • cyan value is 3.61%
  • magenta value is 0.00%
  • yellow value is 17.53%
  • key color value is 23.92%

CMYK: (4,0,18,24)
C4M0Y18K24 (4%, 0%, 18%, 24%)
(0.04 / 0.00 / 0.18 / 0.24)

CMYK percentages

%3.61
%0
%17.53
%23.92

Codes

Color #BBC2A0 in popluar color models

BB C2 A0
RGB 187 194 160
HSL 72° 21.79% 69.41%
HSB/HSV 72° 17.53% 76.08%
CMYK 3.61% 0.00% 17.53%
23.92%

Color #BBC2A0 in popluar number systems.

HEX BB C2 A0
Decimal 187 194 160
Binary 10111011 11000010 10100000
Octal 273 302 240

Shades and tints

Shades of #BBC2A0

#BBC2A0
(187,194,160)
#AAB192
(170,177,146)
#99A084
(153,160,132)
#888F76
(136,143,118)
#777E68
(119,126,104)
#666D5A
(102,109,90)
#555C4C
(85,92,76)
#444B3E
(68,75,62)
#333A30
(51,58,48)
#222922
(34,41,34)
#111814
(17,24,20)
#000000
(0,0,0)

Tints of #BBC2A0

#BBC2A0
(187,194,160)
#C1C7A8
(193,199,168)
#C7CCB0
(199,204,176)
#CDD1B8
(205,209,184)
#D3D6C0
(211,214,192)
#D9DBC8
(217,219,200)
#DFE0D0
(223,224,208)
#E5E5D8
(229,229,216)
#EBEAE0
(235,234,224)
#F1EFE8
(241,239,232)
#F7F4F0
(247,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BBC2A0 color. Also use rgb(187,194,160) instead hex code.

Text Font Color

.myTextColor { color: #BBC2A0; }

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

This text font color is #BBC2A0.

Background Color

.myBgColor { background-color: #BBC2A0; }

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

This div background color is #BBC2A0.

Border color

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

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

This div border color is #BBC2A0.

Opacity

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

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

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

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

This text has shadow with #BBC2A0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBC2A0.

Preview

Color preview on black background

This text has color #BBC2A0 on black background.


Color preview on white background

This text has color #BBC2A0 on white background.


Black color preview on #BBC2A0 background

This text has black color on #BBC2A0 background.


White color preview on #BBC2A0 background

This text has white color on #BBC2A0 background.


Related colors

Complementary color

Complementary color for #hex is #443D5F.


I love getcolorcode.com

Triadic colors

1 #A0BBC2 and #C2A0BB with #BBC2A0 are triadic colors.

2 #A0C2BB and #C2BBA0 with #BBC2A0 are triadic colors.