COLOR #B4BEC1

HEX: #B4BEC1 RGB: (180,190,193)

Color info

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

RGB color model

#B4BEC1 color RGB value is (180,190,193).

RGB: (180,190,193) (71%, 75%, 76%)

RGB channels and saturation

R 180 of 255 = 71%
G 190 of 255 = 75%
B 193 of 255 = 76%

180
190
193

R + G + B ~ 74%. #B4BEC1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 180 + 190 + 193 = 563 (100%)
R 180 of 563 ~ 31.97%
G 190 of 563 ~ 33.75%
B 193 of 563 ~ 34.28'%

%31.97
%33.75
%34.28

CMYK color model

#B4BEC1 color CMYK value is (7,2,0,24).

  • cyan value is 6.74%
  • magenta value is 1.55%
  • yellow value is 0.00%
  • key color value is 24.31%

CMYK: (7,2,0,24)
C7M2Y0K24 (7%, 2%, 0%, 24%)
(0.07 / 0.02 / 0.00 / 0.24)

CMYK percentages

%6.74
%1.55
%0
%24.31

Codes

Color #B4BEC1 in popluar color models

B4 BE C1
RGB 180 190 193
HSL 194° 9.49% 73.14%
HSB/HSV 194° 6.74% 75.69%
CMYK 6.74% 1.55% 0.00%
24.31%

Color #B4BEC1 in popluar number systems.

HEX B4 BE C1
Decimal 180 190 193
Binary 10110100 10111110 11000001
Octal 264 276 301

Shades and tints

Shades of #B4BEC1

#B4BEC1
(180,190,193)
#A4ADB0
(164,173,176)
#949C9F
(148,156,159)
#848B8E
(132,139,142)
#747A7D
(116,122,125)
#64696C
(100,105,108)
#54585B
(84,88,91)
#44474A
(68,71,74)
#343639
(52,54,57)
#242528
(36,37,40)
#141417
(20,20,23)
#000000
(0,0,0)

Tints of #B4BEC1

#B4BEC1
(180,190,193)
#BAC3C6
(186,195,198)
#C0C8CB
(192,200,203)
#C6CDD0
(198,205,208)
#CCD2D5
(204,210,213)
#D2D7DA
(210,215,218)
#D8DCDF
(216,220,223)
#DEE1E4
(222,225,228)
#E4E6E9
(228,230,233)
#EAEBEE
(234,235,238)
#F0F0F3
(240,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4BEC1; }

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

This text font color is #B4BEC1.

Background Color

.myBgColor { background-color: #B4BEC1; }

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

This div background color is #B4BEC1.

Border color

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

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

This div border color is #B4BEC1.

Opacity

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

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

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

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

This text has shadow with #B4BEC1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B4BEC1.

Preview

Color preview on black background

This text has color #B4BEC1 on black background.


Color preview on white background

This text has color #B4BEC1 on white background.


Black color preview on #B4BEC1 background

This text has black color on #B4BEC1 background.


White color preview on #B4BEC1 background

This text has white color on #B4BEC1 background.


Related colors

Complementary color

Complementary color for #hex is #4B413E.


I love getcolorcode.com

Triadic colors

1 #C1B4BE and #BEC1B4 with #B4BEC1 are triadic colors.

2 #C1BEB4 and #BEB4C1 with #B4BEC1 are triadic colors.