COLOR #BCCEBC

HEX: #BCCEBC
RGB: (188,206,188)

Color info

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

RGB color model

#BCCEBC color RGB value is (188,206,188).

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

RGB channels and saturation

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

188
206
188

R + G + B ~ 76%. #BCCEBC is quite light color.

Portions of RGB colors in percentages

R + G + B =
188 + 206 + 188 = 582 (100%)
R 188 of 582 ~ 32.3%
G 206 of 582 ~ 35.4%
B 188 of 582 ~ 32.3%

%32.3
%35.4
%32.3

CMYK color model

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

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

CMYK percentages

%8.74
%0
%8.74
%19.22

Codes

Color #BCCEBC in popluar color models

BCCEBC
RGB188206188
HSL120°15.52%77.25%
HSB/HSV120°8.74%80.78%
CMYK8.74%0.00%8.74%
19.22%

Color #BCCEBC in popluar number systems.

HEXBCCEBC
Decimal188206188
Binary101111001100111010111100
Octal274316274

Shades and tints

Shades of #BCCEBC

#BCCEBC
(188,206,188)
#ABBCAB
(171,188,171)
#9AAA9A
(154,170,154)
#899889
(137,152,137)
#788678
(120,134,120)
#677467
(103,116,103)
#566256
(86,98,86)
#455045
(69,80,69)
#343E34
(52,62,52)
#232C23
(35,44,35)
#121A12
(18,26,18)
#000000
(0,0,0)

Tints of #BCCEBC

#BCCEBC
(188,206,188)
#C2D2C2
(194,210,194)
#C8D6C8
(200,214,200)
#CEDACE
(206,218,206)
#D4DED4
(212,222,212)
#DAE2DA
(218,226,218)
#E0E6E0
(224,230,224)
#E6EAE6
(230,234,230)
#ECEEEC
(236,238,236)
#F2F2F2
(242,242,242)
#F8F6F8
(248,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCCEBC; }

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

This text font color is #BCCEBC.


Background Color

.myBgColor { background-color: #BCCEBC; }

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

This div background color is #BCCEBC.


Border color

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

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

This div border color is #BCCEBC.


Opacity

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

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

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

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

This text has shadow with #BCCEBC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCCEBC on black background.


Color preview on white background

This text has color #BCCEBC on white background.



Black color preview on #BCCEBC background

This text has black color on #BCCEBC background.


White color preview on #BCCEBC background

This text has white color on #BCCEBC background.