COLOR #BCCBCD

HEX: #BCCBCD
RGB: (188,203,205)

Color info

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

RGB color model

#BCCBCD color RGB value is (188,203,205).

  • red value is 188;
  • green value is 203;
  • blue value is 205.
RGB:
(188,203,205)
(74%,80%,80%)

RGB channels and saturation

R 188 of 255 = 74%
G 203 of 255 = 80%
B 205 of 255 = 80%

188
203
205

R + G + B ~ 78%. #BCCBCD is quite light color.

Portions of RGB colors in percentages

R + G + B =
188 + 203 + 205 = 596 (100%)
R 188 of 596 ~ 31.54%
G 203 of 596 ~ 34.06%
B 205 of 596 ~ 34.4%

%31.54
%34.06
%34.4

CMYK color model

#BCCBCD color CMYK value is (8,1,0,20).

  • cyan value is 8.29%
  • magenta value is 0.98%
  • yellow value is 0.00%
  • key color value is 19.61%
CMYK:
(8,1,0,20)
C8M1Y0K20 
(8%,1%,0%,20%)
(0.08/0.01/0.00/0.20)	

CMYK percentages

%8.29
%0.98
%0
%19.61

Codes

Color #BCCBCD in popluar color models

BCCBCD
RGB188203205
HSL187°14.53%77.06%
HSB/HSV187°8.29%80.39%
CMYK8.29%0.98%0.00%
19.61%

Color #BCCBCD in popluar number systems.

HEXBCCBCD
Decimal188203205
Binary101111001100101111001101
Octal274313315

Shades and tints

Shades of #BCCBCD

#BCCBCD
(188,203,205)
#ABB9BB
(171,185,187)
#9AA7A9
(154,167,169)
#899597
(137,149,151)
#788385
(120,131,133)
#677173
(103,113,115)
#565F61
(86,95,97)
#454D4F
(69,77,79)
#343B3D
(52,59,61)
#23292B
(35,41,43)
#121719
(18,23,25)
#000000
(0,0,0)

Tints of #BCCBCD

#BCCBCD
(188,203,205)
#C2CFD1
(194,207,209)
#C8D3D5
(200,211,213)
#CED7D9
(206,215,217)
#D4DBDD
(212,219,221)
#DADFE1
(218,223,225)
#E0E3E5
(224,227,229)
#E6E7E9
(230,231,233)
#ECEBED
(236,235,237)
#F2EFF1
(242,239,241)
#F8F3F5
(248,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCCBCD; }

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

This text font color is #BCCBCD.


Background Color

.myBgColor { background-color: #BCCBCD; }

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

This div background color is #BCCBCD.


Border color

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

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

This div border color is #BCCBCD.


Opacity

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

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

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

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

This text has shadow with #BCCBCD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCCBCD on black background.


Color preview on white background

This text has color #BCCBCD on white background.



Black color preview on #BCCBCD background

This text has black color on #BCCBCD background.


White color preview on #BCCBCD background

This text has white color on #BCCBCD background.