COLOR #BBC2AC

HEX: #BBC2AC RGB: (187,194,172)

Color info

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

RGB color model

#BBC2AC color RGB value is (187,194,172).

RGB: (187,194,172) (73%, 76%, 67%)

RGB channels and saturation

R 187 of 255 = 73%
G 194 of 255 = 76%
B 172 of 255 = 67%

187
194
172

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

Portions of RGB colors in percentages

R + G + B = 187 + 194 + 172 = 553 (100%)
R 187 of 553 ~ 33.82%
G 194 of 553 ~ 35.08%
B 172 of 553 ~ 31.1'%

%33.82
%35.08
%31.1

CMYK color model

#BBC2AC color CMYK value is (4,0,11,24).

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

CMYK: (4,0,11,24)
C4M0Y11K24 (4%, 0%, 11%, 24%)
(0.04 / 0.00 / 0.11 / 0.24)

CMYK percentages

%3.61
%0
%11.34
%23.92

Codes

Color #BBC2AC in popluar color models

BB C2 AC
RGB 187 194 172
HSL 79° 15.28% 71.76%
HSB/HSV 79° 11.34% 76.08%
CMYK 3.61% 0.00% 11.34%
23.92%

Color #BBC2AC in popluar number systems.

HEX BB C2 AC
Decimal 187 194 172
Binary 10111011 11000010 10101100
Octal 273 302 254

Shades and tints

Shades of #BBC2AC

#BBC2AC
(187,194,172)
#AAB19D
(170,177,157)
#99A08E
(153,160,142)
#888F7F
(136,143,127)
#777E70
(119,126,112)
#666D61
(102,109,97)
#555C52
(85,92,82)
#444B43
(68,75,67)
#333A34
(51,58,52)
#222925
(34,41,37)
#111816
(17,24,22)
#000000
(0,0,0)

Tints of #BBC2AC

#BBC2AC
(187,194,172)
#C1C7B3
(193,199,179)
#C7CCBA
(199,204,186)
#CDD1C1
(205,209,193)
#D3D6C8
(211,214,200)
#D9DBCF
(217,219,207)
#DFE0D6
(223,224,214)
#E5E5DD
(229,229,221)
#EBEAE4
(235,234,228)
#F1EFEB
(241,239,235)
#F7F4F2
(247,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBC2AC; }

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

This text font color is #BBC2AC.

Background Color

.myBgColor { background-color: #BBC2AC; }

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

This div background color is #BBC2AC.

Border color

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

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

This div border color is #BBC2AC.

Opacity

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

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

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

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

This text has shadow with #BBC2AC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBC2AC.

Preview

Color preview on black background

This text has color #BBC2AC on black background.


Color preview on white background

This text has color #BBC2AC on white background.


Black color preview on #BBC2AC background

This text has black color on #BBC2AC background.


White color preview on #BBC2AC background

This text has white color on #BBC2AC background.


Related colors

Complementary color

Complementary color for #hex is #443D53.


I love getcolorcode.com

Triadic colors

1 #ACBBC2 and #C2ACBB with #BBC2AC are triadic colors.

2 #ACC2BB and #C2BBAC with #BBC2AC are triadic colors.