COLOR #BCCDC8

HEX: #BCCDC8
RGB: (188,205,200)

Color info

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

RGB color model

#BCCDC8 color RGB value is (188,205,200).

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

RGB channels and saturation

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

188
205
200

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

Portions of RGB colors in percentages

R + G + B =
188 + 205 + 200 = 593 (100%)
R 188 of 593 ~ 31.7%
G 205 of 593 ~ 34.57%
B 200 of 593 ~ 33.73%

%31.7
%34.57
%33.73

CMYK color model

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

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

CMYK percentages

%8.29
%0
%2.44
%19.61

Codes

Color #BCCDC8 in popluar color models

BCCDC8
RGB188205200
HSL162°14.53%77.06%
HSB/HSV162°8.29%80.39%
CMYK8.29%0.00%2.44%
19.61%

Color #BCCDC8 in popluar number systems.

HEXBCCDC8
Decimal188205200
Binary101111001100110111001000
Octal274315310

Shades and tints

Shades of #BCCDC8

#BCCDC8
(188,205,200)
#ABBBB6
(171,187,182)
#9AA9A4
(154,169,164)
#899792
(137,151,146)
#788580
(120,133,128)
#67736E
(103,115,110)
#56615C
(86,97,92)
#454F4A
(69,79,74)
#343D38
(52,61,56)
#232B26
(35,43,38)
#121914
(18,25,20)
#000000
(0,0,0)

Tints of #BCCDC8

#BCCDC8
(188,205,200)
#C2D1CD
(194,209,205)
#C8D5D2
(200,213,210)
#CED9D7
(206,217,215)
#D4DDDC
(212,221,220)
#DAE1E1
(218,225,225)
#E0E5E6
(224,229,230)
#E6E9EB
(230,233,235)
#ECEDF0
(236,237,240)
#F2F1F5
(242,241,245)
#F8F5FA
(248,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCCDC8; }

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

This text font color is #BCCDC8.


Background Color

.myBgColor { background-color: #BCCDC8; }

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

This div background color is #BCCDC8.


Border color

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

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

This div border color is #BCCDC8.


Opacity

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

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

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

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

This text has shadow with #BCCDC8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCCDC8 on black background.


Color preview on white background

This text has color #BCCDC8 on white background.



Black color preview on #BCCDC8 background

This text has black color on #BCCDC8 background.


White color preview on #BCCDC8 background

This text has white color on #BCCDC8 background.