COLOR #BCCEC0

HEX: #BCCEC0
RGB: (188,206,192)

Color info

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

RGB color model

#BCCEC0 color RGB value is (188,206,192).

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

RGB channels and saturation

R 188 of 255 = 74%
G 206 of 255 = 81%
B 192 of 255 = 75%

188
206
192

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

Portions of RGB colors in percentages

R + G + B =
188 + 206 + 192 = 586 (100%)
R 188 of 586 ~ 32.08%
G 206 of 586 ~ 35.15%
B 192 of 586 ~ 32.76%

%32.08
%35.15
%32.76

CMYK color model

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

  • cyan value is 8.74%
  • magenta value is 0.00%
  • yellow value is 6.80%
  • key color value is 19.22%
CMYK:
(9,0,7,19)
C9M0Y7K19 
(9%,0%,7%,19%)
(0.09/0.00/0.07/0.19)	

CMYK percentages

%8.74
%0
%6.8
%19.22

Codes

Color #BCCEC0 in popluar color models

BCCEC0
RGB188206192
HSL133°15.52%77.25%
HSB/HSV133°8.74%80.78%
CMYK8.74%0.00%6.80%
19.22%

Color #BCCEC0 in popluar number systems.

HEXBCCEC0
Decimal188206192
Binary101111001100111011000000
Octal274316300

Shades and tints

Shades of #BCCEC0

#BCCEC0
(188,206,192)
#ABBCAF
(171,188,175)
#9AAA9E
(154,170,158)
#89988D
(137,152,141)
#78867C
(120,134,124)
#67746B
(103,116,107)
#56625A
(86,98,90)
#455049
(69,80,73)
#343E38
(52,62,56)
#232C27
(35,44,39)
#121A16
(18,26,22)
#000000
(0,0,0)

Tints of #BCCEC0

#BCCEC0
(188,206,192)
#C2D2C5
(194,210,197)
#C8D6CA
(200,214,202)
#CEDACF
(206,218,207)
#D4DED4
(212,222,212)
#DAE2D9
(218,226,217)
#E0E6DE
(224,230,222)
#E6EAE3
(230,234,227)
#ECEEE8
(236,238,232)
#F2F2ED
(242,242,237)
#F8F6F2
(248,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCCEC0; }

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

This text font color is #BCCEC0.


Background Color

.myBgColor { background-color: #BCCEC0; }

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

This div background color is #BCCEC0.


Border color

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

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

This div border color is #BCCEC0.


Opacity

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

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

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

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

This text has shadow with #BCCEC0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCCEC0 on black background.


Color preview on white background

This text has color #BCCEC0 on white background.



Black color preview on #BCCEC0 background

This text has black color on #BCCEC0 background.


White color preview on #BCCEC0 background

This text has white color on #BCCEC0 background.