COLOR #B2BEC0

HEX: #B2BEC0
RGB: (178,190,192)

Color info

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

RGB color model

#B2BEC0 color RGB value is (178,190,192).

  • red value is 178;
  • green value is 190;
  • blue value is 192.
RGB:
(178,190,192)
(70%,75%,75%)

RGB channels and saturation

R 178 of 255 = 70%
G 190 of 255 = 75%
B 192 of 255 = 75%

178
190
192

R + G + B ~ 73%. #B2BEC0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
178 + 190 + 192 = 560 (100%)
R 178 of 560 ~ 31.79%
G 190 of 560 ~ 33.93%
B 192 of 560 ~ 34.29%

%31.79
%33.93
%34.29

CMYK color model

#B2BEC0 color CMYK value is (7,1,0,25).

  • cyan value is 7.29%
  • magenta value is 1.04%
  • yellow value is 0.00%
  • key color value is 24.71%
CMYK:
(7,1,0,25)
C7M1Y0K25 
(7%,1%,0%,25%)
(0.07/0.01/0.00/0.25)	

CMYK percentages

%7.29
%1.04
%0
%24.71

Codes

Color #B2BEC0 in popluar color models

B2BEC0
RGB178190192
HSL189°10.00%72.55%
HSB/HSV189°7.29%75.29%
CMYK7.29%1.04%0.00%
24.71%

Color #B2BEC0 in popluar number systems.

HEXB2BEC0
Decimal178190192
Binary101100101011111011000000
Octal262276300

Shades and tints

Shades of #B2BEC0

#B2BEC0
(178,190,192)
#A2ADAF
(162,173,175)
#929C9E
(146,156,158)
#828B8D
(130,139,141)
#727A7C
(114,122,124)
#62696B
(98,105,107)
#52585A
(82,88,90)
#424749
(66,71,73)
#323638
(50,54,56)
#222527
(34,37,39)
#121416
(18,20,22)
#000000
(0,0,0)

Tints of #B2BEC0

#B2BEC0
(178,190,192)
#B9C3C5
(185,195,197)
#C0C8CA
(192,200,202)
#C7CDCF
(199,205,207)
#CED2D4
(206,210,212)
#D5D7D9
(213,215,217)
#DCDCDE
(220,220,222)
#E3E1E3
(227,225,227)
#EAE6E8
(234,230,232)
#F1EBED
(241,235,237)
#F8F0F2
(248,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B2BEC0; }

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

This text font color is #B2BEC0.


Background Color

.myBgColor { background-color: #B2BEC0; }

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

This div background color is #B2BEC0.


Border color

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

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

This div border color is #B2BEC0.


Opacity

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

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

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

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

This text has shadow with #B2BEC0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2BEC0 on black background.


Color preview on white background

This text has color #B2BEC0 on white background.



Black color preview on #B2BEC0 background

This text has black color on #B2BEC0 background.


White color preview on #B2BEC0 background

This text has white color on #B2BEC0 background.