COLOR #BCCFCE

HEX: #BCCFCE
RGB: (188,207,206)

Color info

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

RGB color model

#BCCFCE color RGB value is (188,207,206).

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

RGB channels and saturation

R 188 of 255 = 74%
G 207 of 255 = 81%
B 206 of 255 = 81%

188
207
206

R + G + B ~ 79%. #BCCFCE is quite light color.

Portions of RGB colors in percentages

R + G + B =
188 + 207 + 206 = 601 (100%)
R 188 of 601 ~ 31.28%
G 207 of 601 ~ 34.44%
B 206 of 601 ~ 34.28%

%31.28
%34.44
%34.28

CMYK color model

#BCCFCE color CMYK value is (9,0,0,19).

  • cyan value is 9.18%
  • magenta value is 0.00%
  • yellow value is 0.48%
  • key color value is 18.82%
CMYK:
(9,0,0,19)
C9M0Y0K19 
(9%,0%,0%,19%)
(0.09/0.00/0.00/0.19)	

CMYK percentages

%9.18
%0
%0.48
%18.82

Codes

Color #BCCFCE in popluar color models

BCCFCE
RGB188207206
HSL177°16.52%77.45%
HSB/HSV177°9.18%81.18%
CMYK9.18%0.00%0.48%
18.82%

Color #BCCFCE in popluar number systems.

HEXBCCFCE
Decimal188207206
Binary101111001100111111001110
Octal274317316

Shades and tints

Shades of #BCCFCE

#BCCFCE
(188,207,206)
#ABBDBC
(171,189,188)
#9AABAA
(154,171,170)
#899998
(137,153,152)
#788786
(120,135,134)
#677574
(103,117,116)
#566362
(86,99,98)
#455150
(69,81,80)
#343F3E
(52,63,62)
#232D2C
(35,45,44)
#121B1A
(18,27,26)
#000000
(0,0,0)

Tints of #BCCFCE

#BCCFCE
(188,207,206)
#C2D3D2
(194,211,210)
#C8D7D6
(200,215,214)
#CEDBDA
(206,219,218)
#D4DFDE
(212,223,222)
#DAE3E2
(218,227,226)
#E0E7E6
(224,231,230)
#E6EBEA
(230,235,234)
#ECEFEE
(236,239,238)
#F2F3F2
(242,243,242)
#F8F7F6
(248,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCCFCE; }

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

This text font color is #BCCFCE.


Background Color

.myBgColor { background-color: #BCCFCE; }

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

This div background color is #BCCFCE.


Border color

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

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

This div border color is #BCCFCE.


Opacity

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

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

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

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

This text has shadow with #BCCFCE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCCFCE on black background.


Color preview on white background

This text has color #BCCFCE on white background.



Black color preview on #BCCFCE background

This text has black color on #BCCFCE background.


White color preview on #BCCFCE background

This text has white color on #BCCFCE background.