COLOR #B2C2BC

HEX: #B2C2BC RGB: (178,194,188)

Color info

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

RGB color model

#B2C2BC color RGB value is (178,194,188).

RGB: (178,194,188) (70%, 76%, 74%)

RGB channels and saturation

R 178 of 255 = 70%
G 194 of 255 = 76%
B 188 of 255 = 74%

178
194
188

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

Portions of RGB colors in percentages

R + G + B = 178 + 194 + 188 = 560 (100%)
R 178 of 560 ~ 31.79%
G 194 of 560 ~ 34.64%
B 188 of 560 ~ 33.57'%

%31.79
%34.64
%33.57

CMYK color model

#B2C2BC color CMYK value is (8,0,3,24).

  • cyan value is 8.25%
  • magenta value is 0.00%
  • yellow value is 3.09%
  • key color value is 23.92%

CMYK: (8,0,3,24)
C8M0Y3K24 (8%, 0%, 3%, 24%)
(0.08 / 0.00 / 0.03 / 0.24)

CMYK percentages

%8.25
%0
%3.09
%23.92

Codes

Color #B2C2BC in popluar color models

B2 C2 BC
RGB 178 194 188
HSL 158° 11.59% 72.94%
HSB/HSV 158° 8.25% 76.08%
CMYK 8.25% 0.00% 3.09%
23.92%

Color #B2C2BC in popluar number systems.

HEX B2 C2 BC
Decimal 178 194 188
Binary 10110010 11000010 10111100
Octal 262 302 274

Shades and tints

Shades of #B2C2BC

#B2C2BC
(178,194,188)
#A2B1AB
(162,177,171)
#92A09A
(146,160,154)
#828F89
(130,143,137)
#727E78
(114,126,120)
#626D67
(98,109,103)
#525C56
(82,92,86)
#424B45
(66,75,69)
#323A34
(50,58,52)
#222923
(34,41,35)
#121812
(18,24,18)
#000000
(0,0,0)

Tints of #B2C2BC

#B2C2BC
(178,194,188)
#B9C7C2
(185,199,194)
#C0CCC8
(192,204,200)
#C7D1CE
(199,209,206)
#CED6D4
(206,214,212)
#D5DBDA
(213,219,218)
#DCE0E0
(220,224,224)
#E3E5E6
(227,229,230)
#EAEAEC
(234,234,236)
#F1EFF2
(241,239,242)
#F8F4F8
(248,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B2C2BC color. Also use rgb(178,194,188) instead hex code.

Text Font Color

.myTextColor { color: #B2C2BC; }

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

This text font color is #B2C2BC.

Background Color

.myBgColor { background-color: #B2C2BC; }

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

This div background color is #B2C2BC.

Border color

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

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

This div border color is #B2C2BC.

Opacity

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

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

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

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

This text has shadow with #B2C2BC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B2C2BC.

Preview

Color preview on black background

This text has color #B2C2BC on black background.


Color preview on white background

This text has color #B2C2BC on white background.


Black color preview on #B2C2BC background

This text has black color on #B2C2BC background.


White color preview on #B2C2BC background

This text has white color on #B2C2BC background.


Related colors

Complementary color

Complementary color for #hex is #4D3D43.


I love getcolorcode.com

Triadic colors

1 #BCB2C2 and #C2BCB2 with #B2C2BC are triadic colors.

2 #BCC2B2 and #C2B2BC with #B2C2BC are triadic colors.