COLOR #B5C5BC

HEX: #B5C5BC RGB: (181,197,188)

Color info

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

RGB color model

#B5C5BC color RGB value is (181,197,188).

RGB: (181,197,188) (71%, 77%, 74%)

RGB channels and saturation

R 181 of 255 = 71%
G 197 of 255 = 77%
B 188 of 255 = 74%

181
197
188

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

Portions of RGB colors in percentages

R + G + B = 181 + 197 + 188 = 566 (100%)
R 181 of 566 ~ 31.98%
G 197 of 566 ~ 34.81%
B 188 of 566 ~ 33.22'%

%31.98
%34.81
%33.22

CMYK color model

#B5C5BC color CMYK value is (8,0,5,23).

  • cyan value is 8.12%
  • magenta value is 0.00%
  • yellow value is 4.57%
  • key color value is 22.75%

CMYK: (8,0,5,23)
C8M0Y5K23 (8%, 0%, 5%, 23%)
(0.08 / 0.00 / 0.05 / 0.23)

CMYK percentages

%8.12
%0
%4.57
%22.75

Codes

Color #B5C5BC in popluar color models

B5 C5 BC
RGB 181 197 188
HSL 146° 12.12% 74.12%
HSB/HSV 146° 8.12% 77.25%
CMYK 8.12% 0.00% 4.57%
22.75%

Color #B5C5BC in popluar number systems.

HEX B5 C5 BC
Decimal 181 197 188
Binary 10110101 11000101 10111100
Octal 265 305 274

Shades and tints

Shades of #B5C5BC

#B5C5BC
(181,197,188)
#A5B4AB
(165,180,171)
#95A39A
(149,163,154)
#859289
(133,146,137)
#758178
(117,129,120)
#657067
(101,112,103)
#555F56
(85,95,86)
#454E45
(69,78,69)
#353D34
(53,61,52)
#252C23
(37,44,35)
#151B12
(21,27,18)
#000000
(0,0,0)

Tints of #B5C5BC

#B5C5BC
(181,197,188)
#BBCAC2
(187,202,194)
#C1CFC8
(193,207,200)
#C7D4CE
(199,212,206)
#CDD9D4
(205,217,212)
#D3DEDA
(211,222,218)
#D9E3E0
(217,227,224)
#DFE8E6
(223,232,230)
#E5EDEC
(229,237,236)
#EBF2F2
(235,242,242)
#F1F7F8
(241,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5C5BC color. Also use rgb(181,197,188) instead hex code.

Text Font Color

.myTextColor { color: #B5C5BC; }

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

This text font color is #B5C5BC.

Background Color

.myBgColor { background-color: #B5C5BC; }

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

This div background color is #B5C5BC.

Border color

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

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

This div border color is #B5C5BC.

Opacity

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

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

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

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

This text has shadow with #B5C5BC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B5C5BC.

Preview

Color preview on black background

This text has color #B5C5BC on black background.


Color preview on white background

This text has color #B5C5BC on white background.


Black color preview on #B5C5BC background

This text has black color on #B5C5BC background.


White color preview on #B5C5BC background

This text has white color on #B5C5BC background.


Related colors

Complementary color

Complementary color for #hex is #4A3A43.


I love getcolorcode.com

Triadic colors

1 #BCB5C5 and #C5BCB5 with #B5C5BC are triadic colors.

2 #BCC5B5 and #C5B5BC with #B5C5BC are triadic colors.