COLOR #BCC5CB

HEX: #BCC5CB RGB: (188,197,203)

Color info

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

RGB color model

#BCC5CB color RGB value is (188,197,203).

RGB: (188,197,203) (74%, 77%, 80%)

RGB channels and saturation

R 188 of 255 = 74%
G 197 of 255 = 77%
B 203 of 255 = 80%

188
197
203

R + G + B ~ 77%. #BCC5CB is quite light color.

Portions of RGB colors in percentages

R + G + B = 188 + 197 + 203 = 588 (100%)
R 188 of 588 ~ 31.97%
G 197 of 588 ~ 33.5%
B 203 of 588 ~ 34.52'%

%31.97
%33.5
%34.52

CMYK color model

#BCC5CB color CMYK value is (7,3,0,20).

  • cyan value is 7.39%
  • magenta value is 2.96%
  • yellow value is 0.00%
  • key color value is 20.39%

CMYK: (7,3,0,20)
C7M3Y0K20 (7%, 3%, 0%, 20%)
(0.07 / 0.03 / 0.00 / 0.20)

CMYK percentages

%7.39
%2.96
%0
%20.39

Codes

Color #BCC5CB in popluar color models

BC C5 CB
RGB 188 197 203
HSL 204° 12.61% 76.67%
HSB/HSV 204° 7.39% 79.61%
CMYK 7.39% 2.96% 0.00%
20.39%

Color #BCC5CB in popluar number systems.

HEX BC C5 CB
Decimal 188 197 203
Binary 10111100 11000101 11001011
Octal 274 305 313

Shades and tints

Shades of #BCC5CB

#BCC5CB
(188,197,203)
#ABB4B9
(171,180,185)
#9AA3A7
(154,163,167)
#899295
(137,146,149)
#788183
(120,129,131)
#677071
(103,112,113)
#565F5F
(86,95,95)
#454E4D
(69,78,77)
#343D3B
(52,61,59)
#232C29
(35,44,41)
#121B17
(18,27,23)
#000000
(0,0,0)

Tints of #BCC5CB

#BCC5CB
(188,197,203)
#C2CACF
(194,202,207)
#C8CFD3
(200,207,211)
#CED4D7
(206,212,215)
#D4D9DB
(212,217,219)
#DADEDF
(218,222,223)
#E0E3E3
(224,227,227)
#E6E8E7
(230,232,231)
#ECEDEB
(236,237,235)
#F2F2EF
(242,242,239)
#F8F7F3
(248,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCC5CB; }

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

This text font color is #BCC5CB.

Background Color

.myBgColor { background-color: #BCC5CB; }

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

This div background color is #BCC5CB.

Border color

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

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

This div border color is #BCC5CB.

Opacity

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

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

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

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

This text has shadow with #BCC5CB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCC5CB.

Preview

Color preview on black background

This text has color #BCC5CB on black background.


Color preview on white background

This text has color #BCC5CB on white background.


Black color preview on #BCC5CB background

This text has black color on #BCC5CB background.


White color preview on #BCC5CB background

This text has white color on #BCC5CB background.


Related colors

Complementary color

Complementary color for #hex is #433A34.


I love getcolorcode.com

Triadic colors

1 #CBBCC5 and #C5CBBC with #BCC5CB are triadic colors.

2 #CBC5BC and #C5BCCB with #BCC5CB are triadic colors.