COLOR #BCCDCD

HEX: #BCCDCD
RGB: (188,205,205)

Color info

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

RGB color model

#BCCDCD color RGB value is (188,205,205).

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

RGB channels and saturation

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

188
205
205

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

Portions of RGB colors in percentages

R + G + B =
188 + 205 + 205 = 598 (100%)
R 188 of 598 ~ 31.44%
G 205 of 598 ~ 34.28%
B 205 of 598 ~ 34.28%

%31.44
%34.28
%34.28

CMYK color model

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

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

CMYK percentages

%8.29
%0
%0
%19.61

Codes

Color #BCCDCD in popluar color models

BCCDCD
RGB188205205
HSL180°14.53%77.06%
HSB/HSV180°8.29%80.39%
CMYK8.29%0.00%0.00%
19.61%

Color #BCCDCD in popluar number systems.

HEXBCCDCD
Decimal188205205
Binary101111001100110111001101
Octal274315315

Shades and tints

Shades of #BCCDCD

#BCCDCD
(188,205,205)
#ABBBBB
(171,187,187)
#9AA9A9
(154,169,169)
#899797
(137,151,151)
#788585
(120,133,133)
#677373
(103,115,115)
#566161
(86,97,97)
#454F4F
(69,79,79)
#343D3D
(52,61,61)
#232B2B
(35,43,43)
#121919
(18,25,25)
#000000
(0,0,0)

Tints of #BCCDCD

#BCCDCD
(188,205,205)
#C2D1D1
(194,209,209)
#C8D5D5
(200,213,213)
#CED9D9
(206,217,217)
#D4DDDD
(212,221,221)
#DAE1E1
(218,225,225)
#E0E5E5
(224,229,229)
#E6E9E9
(230,233,233)
#ECEDED
(236,237,237)
#F2F1F1
(242,241,241)
#F8F5F5
(248,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCCDCD; }

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

This text font color is #BCCDCD.


Background Color

.myBgColor { background-color: #BCCDCD; }

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

This div background color is #BCCDCD.


Border color

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

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

This div border color is #BCCDCD.


Opacity

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

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

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

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

This text has shadow with #BCCDCD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCCDCD on black background.


Color preview on white background

This text has color #BCCDCD on white background.



Black color preview on #BCCDCD background

This text has black color on #BCCDCD background.


White color preview on #BCCDCD background

This text has white color on #BCCDCD background.