COLOR #BCCFD6

HEX: #BCCFD6
RGB: (188,207,214)

Color info

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

RGB color model

#BCCFD6 color RGB value is (188,207,214).

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

RGB channels and saturation

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

188
207
214

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

Portions of RGB colors in percentages

R + G + B =
188 + 207 + 214 = 609 (100%)
R 188 of 609 ~ 30.87%
G 207 of 609 ~ 33.99%
B 214 of 609 ~ 35.14%

%30.87
%33.99
%35.14

CMYK color model

#BCCFD6 color CMYK value is (12,3,0,16).

  • cyan value is 12.15%
  • magenta value is 3.27%
  • yellow value is 0.00%
  • key color value is 16.08%
CMYK:
(12,3,0,16)
C12M3Y0K16 
(12%,3%,0%,16%)
(0.12/0.03/0.00/0.16)	

CMYK percentages

%12.15
%3.27
%0
%16.08

Codes

Color #BCCFD6 in popluar color models

BCCFD6
RGB188207214
HSL196°24.07%78.82%
HSB/HSV196°12.15%83.92%
CMYK12.15%3.27%0.00%
16.08%

Color #BCCFD6 in popluar number systems.

HEXBCCFD6
Decimal188207214
Binary101111001100111111010110
Octal274317326

Shades and tints

Shades of #BCCFD6

#BCCFD6
(188,207,214)
#ABBDC3
(171,189,195)
#9AABB0
(154,171,176)
#89999D
(137,153,157)
#78878A
(120,135,138)
#677577
(103,117,119)
#566364
(86,99,100)
#455151
(69,81,81)
#343F3E
(52,63,62)
#232D2B
(35,45,43)
#121B18
(18,27,24)
#000000
(0,0,0)

Tints of #BCCFD6

#BCCFD6
(188,207,214)
#C2D3D9
(194,211,217)
#C8D7DC
(200,215,220)
#CEDBDF
(206,219,223)
#D4DFE2
(212,223,226)
#DAE3E5
(218,227,229)
#E0E7E8
(224,231,232)
#E6EBEB
(230,235,235)
#ECEFEE
(236,239,238)
#F2F3F1
(242,243,241)
#F8F7F4
(248,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCCFD6; }

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

This text font color is #BCCFD6.


Background Color

.myBgColor { background-color: #BCCFD6; }

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

This div background color is #BCCFD6.


Border color

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

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

This div border color is #BCCFD6.


Opacity

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

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

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

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

This text has shadow with #BCCFD6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCCFD6 on black background.


Color preview on white background

This text has color #BCCFD6 on white background.



Black color preview on #BCCFD6 background

This text has black color on #BCCFD6 background.


White color preview on #BCCFD6 background

This text has white color on #BCCFD6 background.