COLOR #B4BFB5

HEX: #B4BFB5 RGB: (180,191,181)

Color info

#B4BFB5 contains red, green and blue colors in about the same proportion. Web safe color of #B4BFB5 is #CCCCCC (or #CCC).

RGB color model

#B4BFB5 color RGB value is (180,191,181).

RGB: (180,191,181) (71%, 75%, 71%)

RGB channels and saturation

R 180 of 255 = 71%
G 191 of 255 = 75%
B 181 of 255 = 71%

180
191
181

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

Portions of RGB colors in percentages

R + G + B = 180 + 191 + 181 = 552 (100%)
R 180 of 552 ~ 32.61%
G 191 of 552 ~ 34.6%
B 181 of 552 ~ 32.79'%

%32.61
%34.6
%32.79

CMYK color model

#B4BFB5 color CMYK value is (6,0,5,25).

  • cyan value is 5.76%
  • magenta value is 0.00%
  • yellow value is 5.24%
  • key color value is 25.10%

CMYK: (6,0,5,25)
C6M0Y5K25 (6%, 0%, 5%, 25%)
(0.06 / 0.00 / 0.05 / 0.25)

CMYK percentages

%5.76
%0
%5.24
%25.1

Codes

Color #B4BFB5 in popluar color models

B4 BF B5
RGB 180 191 181
HSL 125° 7.91% 72.75%
HSB/HSV 125° 5.76% 74.90%
CMYK 5.76% 0.00% 5.24%
25.10%

Color #B4BFB5 in popluar number systems.

HEX B4 BF B5
Decimal 180 191 181
Binary 10110100 10111111 10110101
Octal 264 277 265

Shades and tints

Shades of #B4BFB5

#B4BFB5
(180,191,181)
#A4AEA5
(164,174,165)
#949D95
(148,157,149)
#848C85
(132,140,133)
#747B75
(116,123,117)
#646A65
(100,106,101)
#545955
(84,89,85)
#444845
(68,72,69)
#343735
(52,55,53)
#242625
(36,38,37)
#141515
(20,21,21)
#000000
(0,0,0)

Tints of #B4BFB5

#B4BFB5
(180,191,181)
#BAC4BB
(186,196,187)
#C0C9C1
(192,201,193)
#C6CEC7
(198,206,199)
#CCD3CD
(204,211,205)
#D2D8D3
(210,216,211)
#D8DDD9
(216,221,217)
#DEE2DF
(222,226,223)
#E4E7E5
(228,231,229)
#EAECEB
(234,236,235)
#F0F1F1
(240,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4BFB5 color. Also use rgb(180,191,181) instead hex code.

Text Font Color

.myTextColor { color: #B4BFB5; }

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

This text font color is #B4BFB5.

Background Color

.myBgColor { background-color: #B4BFB5; }

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

This div background color is #B4BFB5.

Border color

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

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

This div border color is #B4BFB5.

Opacity

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

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

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

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

This text has shadow with #B4BFB5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B4BFB5.

Preview

Color preview on black background

This text has color #B4BFB5 on black background.


Color preview on white background

This text has color #B4BFB5 on white background.


Black color preview on #B4BFB5 background

This text has black color on #B4BFB5 background.


White color preview on #B4BFB5 background

This text has white color on #B4BFB5 background.


Related colors

Complementary color

Complementary color for #hex is #4B404A.


I love getcolorcode.com

Triadic colors

1 #B5B4BF and #BFB5B4 with #B4BFB5 are triadic colors.

2 #B5BFB4 and #BFB4B5 with #B4BFB5 are triadic colors.