COLOR #B2B4BE

HEX: #B2B4BE RGB: (178,180,190)

Color info

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

RGB color model

#B2B4BE color RGB value is (178,180,190).

RGB: (178,180,190) (70%, 71%, 75%)

RGB channels and saturation

R 178 of 255 = 70%
G 180 of 255 = 71%
B 190 of 255 = 75%

178
180
190

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

Portions of RGB colors in percentages

R + G + B = 178 + 180 + 190 = 548 (100%)
R 178 of 548 ~ 32.48%
G 180 of 548 ~ 32.85%
B 190 of 548 ~ 34.67'%

%32.48
%32.85
%34.67

CMYK color model

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

  • cyan value is 6.32%
  • magenta value is 5.26%
  • yellow value is 0.00%
  • key color value is 25.49%

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

CMYK percentages

%6.32
%5.26
%0
%25.49

Codes

Color #B2B4BE in popluar color models

B2 B4 BE
RGB 178 180 190
HSL 230° 8.45% 72.16%
HSB/HSV 230° 6.32% 74.51%
CMYK 6.32% 5.26% 0.00%
25.49%

Color #B2B4BE in popluar number systems.

HEX B2 B4 BE
Decimal 178 180 190
Binary 10110010 10110100 10111110
Octal 262 264 276

Shades and tints

Shades of #B2B4BE

#B2B4BE
(178,180,190)
#A2A4AD
(162,164,173)
#92949C
(146,148,156)
#82848B
(130,132,139)
#72747A
(114,116,122)
#626469
(98,100,105)
#525458
(82,84,88)
#424447
(66,68,71)
#323436
(50,52,54)
#222425
(34,36,37)
#121414
(18,20,20)
#000000
(0,0,0)

Tints of #B2B4BE

#B2B4BE
(178,180,190)
#B9BAC3
(185,186,195)
#C0C0C8
(192,192,200)
#C7C6CD
(199,198,205)
#CECCD2
(206,204,210)
#D5D2D7
(213,210,215)
#DCD8DC
(220,216,220)
#E3DEE1
(227,222,225)
#EAE4E6
(234,228,230)
#F1EAEB
(241,234,235)
#F8F0F0
(248,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B2B4BE color. Also use rgb(178,180,190) instead hex code.

Text Font Color

.myTextColor { color: #B2B4BE; }

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

This text font color is #B2B4BE.

Background Color

.myBgColor { background-color: #B2B4BE; }

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

This div background color is #B2B4BE.

Border color

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

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

This div border color is #B2B4BE.

Opacity

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

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

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

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

This text has shadow with #B2B4BE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B2B4BE.

Preview

Color preview on black background

This text has color #B2B4BE on black background.


Color preview on white background

This text has color #B2B4BE on white background.


Black color preview on #B2B4BE background

This text has black color on #B2B4BE background.


White color preview on #B2B4BE background

This text has white color on #B2B4BE background.


Related colors

Complementary color

Complementary color for #hex is #4D4B41.


I love getcolorcode.com

Triadic colors

1 #BEB2B4 and #B4BEB2 with #B2B4BE are triadic colors.

2 #BEB4B2 and #B4B2BE with #B2B4BE are triadic colors.