COLOR #BCCCCE

HEX: #BCCCCE
RGB: (188,204,206)

Color info

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

RGB color model

#BCCCCE color RGB value is (188,204,206).

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

RGB channels and saturation

R 188 of 255 = 74%
G 204 of 255 = 80%
B 206 of 255 = 81%

188
204
206

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

Portions of RGB colors in percentages

R + G + B =
188 + 204 + 206 = 598 (100%)
R 188 of 598 ~ 31.44%
G 204 of 598 ~ 34.11%
B 206 of 598 ~ 34.45%

%31.44
%34.11
%34.45

CMYK color model

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

  • cyan value is 8.74%
  • magenta value is 0.97%
  • yellow value is 0.00%
  • key color value is 19.22%
CMYK:
(9,1,0,19)
C9M1Y0K19 
(9%,1%,0%,19%)
(0.09/0.01/0.00/0.19)	

CMYK percentages

%8.74
%0.97
%0
%19.22

Codes

Color #BCCCCE in popluar color models

BCCCCE
RGB188204206
HSL187°15.52%77.25%
HSB/HSV187°8.74%80.78%
CMYK8.74%0.97%0.00%
19.22%

Color #BCCCCE in popluar number systems.

HEXBCCCCE
Decimal188204206
Binary101111001100110011001110
Octal274314316

Shades and tints

Shades of #BCCCCE

#BCCCCE
(188,204,206)
#ABBABC
(171,186,188)
#9AA8AA
(154,168,170)
#899698
(137,150,152)
#788486
(120,132,134)
#677274
(103,114,116)
#566062
(86,96,98)
#454E50
(69,78,80)
#343C3E
(52,60,62)
#232A2C
(35,42,44)
#12181A
(18,24,26)
#000000
(0,0,0)

Tints of #BCCCCE

#BCCCCE
(188,204,206)
#C2D0D2
(194,208,210)
#C8D4D6
(200,212,214)
#CED8DA
(206,216,218)
#D4DCDE
(212,220,222)
#DAE0E2
(218,224,226)
#E0E4E6
(224,228,230)
#E6E8EA
(230,232,234)
#ECECEE
(236,236,238)
#F2F0F2
(242,240,242)
#F8F4F6
(248,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCCCCE; }

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

This text font color is #BCCCCE.


Background Color

.myBgColor { background-color: #BCCCCE; }

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

This div background color is #BCCCCE.


Border color

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

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

This div border color is #BCCCCE.


Opacity

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

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

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

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

This text has shadow with #BCCCCE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCCCCE on black background.


Color preview on white background

This text has color #BCCCCE on white background.



Black color preview on #BCCCCE background

This text has black color on #BCCCCE background.


White color preview on #BCCCCE background

This text has white color on #BCCCCE background.