COLOR #B1C0CC

HEX: #B1C0CC RGB: (177,192,204)

Color info

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

RGB color model

#B1C0CC color RGB value is (177,192,204).

RGB: (177,192,204) (69%, 75%, 80%)

RGB channels and saturation

R 177 of 255 = 69%
G 192 of 255 = 75%
B 204 of 255 = 80%

177
192
204

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

Portions of RGB colors in percentages

R + G + B = 177 + 192 + 204 = 573 (100%)
R 177 of 573 ~ 30.89%
G 192 of 573 ~ 33.51%
B 204 of 573 ~ 35.6'%

%30.89
%33.51
%35.6

CMYK color model

#B1C0CC color CMYK value is (13,6,0,20).

  • cyan value is 13.24%
  • magenta value is 5.88%
  • yellow value is 0.00%
  • key color value is 20.00%

CMYK: (13,6,0,20)
C13M6Y0K20 (13%, 6%, 0%, 20%)
(0.13 / 0.06 / 0.00 / 0.20)

CMYK percentages

%13.24
%5.88
%0
%20

Codes

Color #B1C0CC in popluar color models

B1 C0 CC
RGB 177 192 204
HSL 207° 20.93% 74.71%
HSB/HSV 207° 13.24% 80.00%
CMYK 13.24% 5.88% 0.00%
20.00%

Color #B1C0CC in popluar number systems.

HEX B1 C0 CC
Decimal 177 192 204
Binary 10110001 11000000 11001100
Octal 261 300 314

Shades and tints

Shades of #B1C0CC

#B1C0CC
(177,192,204)
#A1AFBA
(161,175,186)
#919EA8
(145,158,168)
#818D96
(129,141,150)
#717C84
(113,124,132)
#616B72
(97,107,114)
#515A60
(81,90,96)
#41494E
(65,73,78)
#31383C
(49,56,60)
#21272A
(33,39,42)
#111618
(17,22,24)
#000000
(0,0,0)

Tints of #B1C0CC

#B1C0CC
(177,192,204)
#B8C5D0
(184,197,208)
#BFCAD4
(191,202,212)
#C6CFD8
(198,207,216)
#CDD4DC
(205,212,220)
#D4D9E0
(212,217,224)
#DBDEE4
(219,222,228)
#E2E3E8
(226,227,232)
#E9E8EC
(233,232,236)
#F0EDF0
(240,237,240)
#F7F2F4
(247,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B1C0CC color. Also use rgb(177,192,204) instead hex code.

Text Font Color

.myTextColor { color: #B1C0CC; }

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

This text font color is #B1C0CC.

Background Color

.myBgColor { background-color: #B1C0CC; }

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

This div background color is #B1C0CC.

Border color

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

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

This div border color is #B1C0CC.

Opacity

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

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

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

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

This text has shadow with #B1C0CC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B1C0CC.

Preview

Color preview on black background

This text has color #B1C0CC on black background.


Color preview on white background

This text has color #B1C0CC on white background.


Black color preview on #B1C0CC background

This text has black color on #B1C0CC background.


White color preview on #B1C0CC background

This text has white color on #B1C0CC background.


Related colors

Complementary color

Complementary color for #hex is #4E3F33.


I love getcolorcode.com

Triadic colors

1 #CCB1C0 and #C0CCB1 with #B1C0CC are triadic colors.

2 #CCC0B1 and #C0B1CC with #B1C0CC are triadic colors.