COLOR #BCCCCD

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

188
204
205

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

Portions of RGB colors in percentages

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

%31.49
%34.17
%34.34

CMYK color model

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

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

Codes

Color #BCCCCD in popluar color models

BCCCCD
RGB188204205
HSL184°14.53%77.06%
HSB/HSV184°8.29%80.39%
CMYK8.29%0.49%0.00%
19.61%

Color #BCCCCD in popluar number systems.

HEXBCCCCD
Decimal188204205
Binary101111001100110011001101
Octal274314315

Shades and tints

Shades of #BCCCCD

#BCCCCD
(188,204,205)
#ABBABB
(171,186,187)
#9AA8A9
(154,168,169)
#899697
(137,150,151)
#788485
(120,132,133)
#677273
(103,114,115)
#566061
(86,96,97)
#454E4F
(69,78,79)
#343C3D
(52,60,61)
#232A2B
(35,42,43)
#121819
(18,24,25)
#000000
(0,0,0)

Tints of #BCCCCD

#BCCCCD
(188,204,205)
#C2D0D1
(194,208,209)
#C8D4D5
(200,212,213)
#CED8D9
(206,216,217)
#D4DCDD
(212,220,221)
#DAE0E1
(218,224,225)
#E0E4E5
(224,228,229)
#E6E8E9
(230,232,233)
#ECECED
(236,236,237)
#F2F0F1
(242,240,241)
#F8F4F5
(248,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCCCCD; }

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

This text font color is #BCCCCD.


Background Color

.myBgColor { background-color: #BCCCCD; }

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

This div background color is #BCCCCD.


Border color

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

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

This div border color is #BCCCCD.


Opacity

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

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

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

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

This text has shadow with #BCCCCD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCCCCD on black background.


Color preview on white background

This text has color #BCCCCD on white background.



Black color preview on #BCCCCD background

This text has black color on #BCCCCD background.


White color preview on #BCCCCD background

This text has white color on #BCCCCD background.