COLOR #BCCDCC

HEX: #BCCDCC
RGB: (188,205,204)

Color info

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

RGB color model

#BCCDCC color RGB value is (188,205,204).

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

RGB channels and saturation

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

188
205
204

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

Portions of RGB colors in percentages

R + G + B =
188 + 205 + 204 = 597 (100%)
R 188 of 597 ~ 31.49%
G 205 of 597 ~ 34.34%
B 204 of 597 ~ 34.17%

%31.49
%34.34
%34.17

CMYK color model

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

  • cyan value is 8.29%
  • magenta value is 0.00%
  • yellow value is 0.49%
  • 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.49
%19.61

Codes

Color #BCCDCC in popluar color models

BCCDCC
RGB188205204
HSL176°14.53%77.06%
HSB/HSV176°8.29%80.39%
CMYK8.29%0.00%0.49%
19.61%

Color #BCCDCC in popluar number systems.

HEXBCCDCC
Decimal188205204
Binary101111001100110111001100
Octal274315314

Shades and tints

Shades of #BCCDCC

#BCCDCC
(188,205,204)
#ABBBBA
(171,187,186)
#9AA9A8
(154,169,168)
#899796
(137,151,150)
#788584
(120,133,132)
#677372
(103,115,114)
#566160
(86,97,96)
#454F4E
(69,79,78)
#343D3C
(52,61,60)
#232B2A
(35,43,42)
#121918
(18,25,24)
#000000
(0,0,0)

Tints of #BCCDCC

#BCCDCC
(188,205,204)
#C2D1D0
(194,209,208)
#C8D5D4
(200,213,212)
#CED9D8
(206,217,216)
#D4DDDC
(212,221,220)
#DAE1E0
(218,225,224)
#E0E5E4
(224,229,228)
#E6E9E8
(230,233,232)
#ECEDEC
(236,237,236)
#F2F1F0
(242,241,240)
#F8F5F4
(248,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCCDCC; }

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

This text font color is #BCCDCC.


Background Color

.myBgColor { background-color: #BCCDCC; }

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

This div background color is #BCCDCC.


Border color

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

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

This div border color is #BCCDCC.


Opacity

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

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

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

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

This text has shadow with #BCCDCC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCCDCC on black background.


Color preview on white background

This text has color #BCCDCC on white background.



Black color preview on #BCCDCC background

This text has black color on #BCCDCC background.


White color preview on #BCCDCC background

This text has white color on #BCCDCC background.