COLOR #BCC0CC

HEX: #BCC0CC RGB: (188,192,204)

Color info

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

RGB color model

#BCC0CC color RGB value is (188,192,204).

RGB: (188,192,204) (74%, 75%, 80%)

RGB channels and saturation

R 188 of 255 = 74%
G 192 of 255 = 75%
B 204 of 255 = 80%

188
192
204

R + G + B ~ 76%. #BCC0CC is quite light color.

Portions of RGB colors in percentages

R + G + B = 188 + 192 + 204 = 584 (100%)
R 188 of 584 ~ 32.19%
G 192 of 584 ~ 32.88%
B 204 of 584 ~ 34.93'%

%32.19
%32.88
%34.93

CMYK color model

#BCC0CC color CMYK value is (8,6,0,20).

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

CMYK: (8,6,0,20)
C8M6Y0K20 (8%, 6%, 0%, 20%)
(0.08 / 0.06 / 0.00 / 0.20)

CMYK percentages

%7.84
%5.88
%0
%20

Codes

Color #BCC0CC in popluar color models

BC C0 CC
RGB 188 192 204
HSL 225° 13.56% 76.86%
HSB/HSV 225° 7.84% 80.00%
CMYK 7.84% 5.88% 0.00%
20.00%

Color #BCC0CC in popluar number systems.

HEX BC C0 CC
Decimal 188 192 204
Binary 10111100 11000000 11001100
Octal 274 300 314

Shades and tints

Shades of #BCC0CC

#BCC0CC
(188,192,204)
#ABAFBA
(171,175,186)
#9A9EA8
(154,158,168)
#898D96
(137,141,150)
#787C84
(120,124,132)
#676B72
(103,107,114)
#565A60
(86,90,96)
#45494E
(69,73,78)
#34383C
(52,56,60)
#23272A
(35,39,42)
#121618
(18,22,24)
#000000
(0,0,0)

Tints of #BCC0CC

#BCC0CC
(188,192,204)
#C2C5D0
(194,197,208)
#C8CAD4
(200,202,212)
#CECFD8
(206,207,216)
#D4D4DC
(212,212,220)
#DAD9E0
(218,217,224)
#E0DEE4
(224,222,228)
#E6E3E8
(230,227,232)
#ECE8EC
(236,232,236)
#F2EDF0
(242,237,240)
#F8F2F4
(248,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCC0CC; }

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

This text font color is #BCC0CC.

Background Color

.myBgColor { background-color: #BCC0CC; }

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

This div background color is #BCC0CC.

Border color

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

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

This div border color is #BCC0CC.

Opacity

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

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

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

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

This text has shadow with #BCC0CC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCC0CC.

Preview

Color preview on black background

This text has color #BCC0CC on black background.


Color preview on white background

This text has color #BCC0CC on white background.


Black color preview on #BCC0CC background

This text has black color on #BCC0CC background.


White color preview on #BCC0CC background

This text has white color on #BCC0CC background.


Related colors

Complementary color

Complementary color for #hex is #433F33.


I love getcolorcode.com

Triadic colors

1 #CCBCC0 and #C0CCBC with #BCC0CC are triadic colors.

2 #CCC0BC and #C0BCCC with #BCC0CC are triadic colors.