COLOR #B0C5CA

HEX: #B0C5CA RGB: (176,197,202)

Color info

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

RGB color model

#B0C5CA color RGB value is (176,197,202).

RGB: (176,197,202) (69%, 77%, 79%)

RGB channels and saturation

R 176 of 255 = 69%
G 197 of 255 = 77%
B 202 of 255 = 79%

176
197
202

R + G + B ~ 75%. #B0C5CA is quite light color.

Portions of RGB colors in percentages

R + G + B = 176 + 197 + 202 = 575 (100%)
R 176 of 575 ~ 30.61%
G 197 of 575 ~ 34.26%
B 202 of 575 ~ 35.13'%

%30.61
%34.26
%35.13

CMYK color model

#B0C5CA color CMYK value is (13,2,0,21).

  • cyan value is 12.87%
  • magenta value is 2.48%
  • yellow value is 0.00%
  • key color value is 20.78%

CMYK: (13,2,0,21)
C13M2Y0K21 (13%, 2%, 0%, 21%)
(0.13 / 0.02 / 0.00 / 0.21)

CMYK percentages

%12.87
%2.48
%0
%20.78

Codes

Color #B0C5CA in popluar color models

B0 C5 CA
RGB 176 197 202
HSL 192° 19.70% 74.12%
HSB/HSV 192° 12.87% 79.22%
CMYK 12.87% 2.48% 0.00%
20.78%

Color #B0C5CA in popluar number systems.

HEX B0 C5 CA
Decimal 176 197 202
Binary 10110000 11000101 11001010
Octal 260 305 312

Shades and tints

Shades of #B0C5CA

#B0C5CA
(176,197,202)
#A0B4B8
(160,180,184)
#90A3A6
(144,163,166)
#809294
(128,146,148)
#708182
(112,129,130)
#607070
(96,112,112)
#505F5E
(80,95,94)
#404E4C
(64,78,76)
#303D3A
(48,61,58)
#202C28
(32,44,40)
#101B16
(16,27,22)
#000000
(0,0,0)

Tints of #B0C5CA

#B0C5CA
(176,197,202)
#B7CACE
(183,202,206)
#BECFD2
(190,207,210)
#C5D4D6
(197,212,214)
#CCD9DA
(204,217,218)
#D3DEDE
(211,222,222)
#DAE3E2
(218,227,226)
#E1E8E6
(225,232,230)
#E8EDEA
(232,237,234)
#EFF2EE
(239,242,238)
#F6F7F2
(246,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B0C5CA color. Also use rgb(176,197,202) instead hex code.

Text Font Color

.myTextColor { color: #B0C5CA; }

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

This text font color is #B0C5CA.

Background Color

.myBgColor { background-color: #B0C5CA; }

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

This div background color is #B0C5CA.

Border color

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

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

This div border color is #B0C5CA.

Opacity

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

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

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

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

This text has shadow with #B0C5CA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B0C5CA.

Preview

Color preview on black background

This text has color #B0C5CA on black background.


Color preview on white background

This text has color #B0C5CA on white background.


Black color preview on #B0C5CA background

This text has black color on #B0C5CA background.


White color preview on #B0C5CA background

This text has white color on #B0C5CA background.


Related colors

Complementary color

Complementary color for #hex is #4F3A35.


I love getcolorcode.com

Triadic colors

1 #CAB0C5 and #C5CAB0 with #B0C5CA are triadic colors.

2 #CAC5B0 and #C5B0CA with #B0C5CA are triadic colors.