COLOR #B2BCA9

HEX: #B2BCA9
RGB: (178,188,169)

Color info

#B2BCA9 contains red, green and blue colors in about the same proportion. Web safe color of #B2BCA9 is #99CC99 (or #9C9).

RGB color model

#B2BCA9 color RGB value is (178,188,169).

  • red value is 178;
  • green value is 188;
  • blue value is 169.
RGB:
(178,188,169)
(70%,74%,66%)

RGB channels and saturation

R 178 of 255 = 70%
G 188 of 255 = 74%
B 169 of 255 = 66%

178
188
169

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

Portions of RGB colors in percentages

R + G + B =
178 + 188 + 169 = 535 (100%)
R 178 of 535 ~ 33.27%
G 188 of 535 ~ 35.14%
B 169 of 535 ~ 31.59%

%33.27
%35.14
%31.59

CMYK color model

#B2BCA9 color CMYK value is (5,0,10,26).

  • cyan value is 5.32%
  • magenta value is 0.00%
  • yellow value is 10.11%
  • key color value is 26.27%
CMYK:
(5,0,10,26)
C5M0Y10K26 
(5%,0%,10%,26%)
(0.05/0.00/0.10/0.26)	

CMYK percentages

%5.32
%0
%10.11
%26.27

Codes

Color #B2BCA9 in popluar color models

B2BCA9
RGB178188169
HSL92°12.42%70.00%
HSB/HSV92°10.11%73.73%
CMYK5.32%0.00%10.11%
26.27%

Color #B2BCA9 in popluar number systems.

HEXB2BCA9
Decimal178188169
Binary101100101011110010101001
Octal262274251

Shades and tints

Shades of #B2BCA9

#B2BCA9
(178,188,169)
#A2AB9A
(162,171,154)
#929A8B
(146,154,139)
#82897C
(130,137,124)
#72786D
(114,120,109)
#62675E
(98,103,94)
#52564F
(82,86,79)
#424540
(66,69,64)
#323431
(50,52,49)
#222322
(34,35,34)
#121213
(18,18,19)
#000000
(0,0,0)

Tints of #B2BCA9

#B2BCA9
(178,188,169)
#B9C2B0
(185,194,176)
#C0C8B7
(192,200,183)
#C7CEBE
(199,206,190)
#CED4C5
(206,212,197)
#D5DACC
(213,218,204)
#DCE0D3
(220,224,211)
#E3E6DA
(227,230,218)
#EAECE1
(234,236,225)
#F1F2E8
(241,242,232)
#F8F8EF
(248,248,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B2BCA9 color. Also use rgb(178,188,169) instead hex code.

Text Font Color

.myTextColor { color: #B2BCA9; }

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

This text font color is #B2BCA9.


Background Color

.myBgColor { background-color: #B2BCA9; }

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

This div background color is #B2BCA9.


Border color

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

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

This div border color is #B2BCA9.


Opacity

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

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

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

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

This text has shadow with #B2BCA9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2BCA9 on black background.


Color preview on white background

This text has color #B2BCA9 on white background.



Black color preview on #B2BCA9 background

This text has black color on #B2BCA9 background.


White color preview on #B2BCA9 background

This text has white color on #B2BCA9 background.