COLOR #BCCED6

HEX: #BCCED6
RGB: (188,206,214)

Color info

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

RGB color model

#BCCED6 color RGB value is (188,206,214).

  • red value is 188;
  • green value is 206;
  • blue value is 214.
RGB:
(188,206,214)
(74%,81%,84%)

RGB channels and saturation

R 188 of 255 = 74%
G 206 of 255 = 81%
B 214 of 255 = 84%

188
206
214

R + G + B ~ 80%. #BCCED6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
188 + 206 + 214 = 608 (100%)
R 188 of 608 ~ 30.92%
G 206 of 608 ~ 33.88%
B 214 of 608 ~ 35.2%

%30.92
%33.88
%35.2

CMYK color model

#BCCED6 color CMYK value is (12,4,0,16).

  • cyan value is 12.15%
  • magenta value is 3.74%
  • yellow value is 0.00%
  • key color value is 16.08%
CMYK:
(12,4,0,16)
C12M4Y0K16 
(12%,4%,0%,16%)
(0.12/0.04/0.00/0.16)	

CMYK percentages

%12.15
%3.74
%0
%16.08

Codes

Color #BCCED6 in popluar color models

BCCED6
RGB188206214
HSL198°24.07%78.82%
HSB/HSV198°12.15%83.92%
CMYK12.15%3.74%0.00%
16.08%

Color #BCCED6 in popluar number systems.

HEXBCCED6
Decimal188206214
Binary101111001100111011010110
Octal274316326

Shades and tints

Shades of #BCCED6

#BCCED6
(188,206,214)
#ABBCC3
(171,188,195)
#9AAAB0
(154,170,176)
#89989D
(137,152,157)
#78868A
(120,134,138)
#677477
(103,116,119)
#566264
(86,98,100)
#455051
(69,80,81)
#343E3E
(52,62,62)
#232C2B
(35,44,43)
#121A18
(18,26,24)
#000000
(0,0,0)

Tints of #BCCED6

#BCCED6
(188,206,214)
#C2D2D9
(194,210,217)
#C8D6DC
(200,214,220)
#CEDADF
(206,218,223)
#D4DEE2
(212,222,226)
#DAE2E5
(218,226,229)
#E0E6E8
(224,230,232)
#E6EAEB
(230,234,235)
#ECEEEE
(236,238,238)
#F2F2F1
(242,242,241)
#F8F6F4
(248,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCCED6; }

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

This text font color is #BCCED6.


Background Color

.myBgColor { background-color: #BCCED6; }

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

This div background color is #BCCED6.


Border color

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

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

This div border color is #BCCED6.


Opacity

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

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

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

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

This text has shadow with #BCCED6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCCED6 on black background.


Color preview on white background

This text has color #BCCED6 on white background.



Black color preview on #BCCED6 background

This text has black color on #BCCED6 background.


White color preview on #BCCED6 background

This text has white color on #BCCED6 background.