COLOR #B4BCAC

HEX: #B4BCAC RGB: (180,188,172)

Color info

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

RGB color model

#B4BCAC color RGB value is (180,188,172).

RGB: (180,188,172) (71%, 74%, 67%)

RGB channels and saturation

R 180 of 255 = 71%
G 188 of 255 = 74%
B 172 of 255 = 67%

180
188
172

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

Portions of RGB colors in percentages

R + G + B = 180 + 188 + 172 = 540 (100%)
R 180 of 540 ~ 33.33%
G 188 of 540 ~ 34.81%
B 172 of 540 ~ 31.85'%

%33.33
%34.81
%31.85

CMYK color model

#B4BCAC color CMYK value is (4,0,9,26).

  • cyan value is 4.26%
  • magenta value is 0.00%
  • yellow value is 8.51%
  • key color value is 26.27%

CMYK: (4,0,9,26)
C4M0Y9K26 (4%, 0%, 9%, 26%)
(0.04 / 0.00 / 0.09 / 0.26)

CMYK percentages

%4.26
%0
%8.51
%26.27

Codes

Color #B4BCAC in popluar color models

B4 BC AC
RGB 180 188 172
HSL 90° 10.67% 70.59%
HSB/HSV 90° 8.51% 73.73%
CMYK 4.26% 0.00% 8.51%
26.27%

Color #B4BCAC in popluar number systems.

HEX B4 BC AC
Decimal 180 188 172
Binary 10110100 10111100 10101100
Octal 264 274 254

Shades and tints

Shades of #B4BCAC

#B4BCAC
(180,188,172)
#A4AB9D
(164,171,157)
#949A8E
(148,154,142)
#84897F
(132,137,127)
#747870
(116,120,112)
#646761
(100,103,97)
#545652
(84,86,82)
#444543
(68,69,67)
#343434
(52,52,52)
#242325
(36,35,37)
#141216
(20,18,22)
#000000
(0,0,0)

Tints of #B4BCAC

#B4BCAC
(180,188,172)
#BAC2B3
(186,194,179)
#C0C8BA
(192,200,186)
#C6CEC1
(198,206,193)
#CCD4C8
(204,212,200)
#D2DACF
(210,218,207)
#D8E0D6
(216,224,214)
#DEE6DD
(222,230,221)
#E4ECE4
(228,236,228)
#EAF2EB
(234,242,235)
#F0F8F2
(240,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4BCAC color. Also use rgb(180,188,172) instead hex code.

Text Font Color

.myTextColor { color: #B4BCAC; }

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

This text font color is #B4BCAC.

Background Color

.myBgColor { background-color: #B4BCAC; }

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

This div background color is #B4BCAC.

Border color

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

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

This div border color is #B4BCAC.

Opacity

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

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

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

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

This text has shadow with #B4BCAC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B4BCAC.

Preview

Color preview on black background

This text has color #B4BCAC on black background.


Color preview on white background

This text has color #B4BCAC on white background.


Black color preview on #B4BCAC background

This text has black color on #B4BCAC background.


White color preview on #B4BCAC background

This text has white color on #B4BCAC background.


Related colors

Complementary color

Complementary color for #hex is #4B4353.


I love getcolorcode.com

Triadic colors

1 #ACB4BC and #BCACB4 with #B4BCAC are triadic colors.

2 #ACBCB4 and #BCB4AC with #B4BCAC are triadic colors.