COLOR #BCCECE

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

Color info

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

RGB color model

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

RGB: (188,206,206) (74%, 81%, 81%)

RGB channels and saturation

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

188
206
206

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

Portions of RGB colors in percentages

R + G + B = 188 + 206 + 206 = 600 (100%)
R 188 of 600 ~ 31.33%
G 206 of 600 ~ 34.33%
B 206 of 600 ~ 34.33'%

%31.33
%34.33
%34.33

CMYK color model

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

  • cyan value is 8.74%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 19.22%

CMYK: (9,0,0,19)
C9M0Y0K19 (9%, 0%, 0%, 19%)
(0.09 / 0.00 / 0.00 / 0.19)

CMYK percentages

%8.74
%0
%0
%19.22

Codes

Color #BCCECE in popluar color models

BC CE CE
RGB 188 206 206
HSL 180° 15.52% 77.25%
HSB/HSV 180° 8.74% 80.78%
CMYK 8.74% 0.00% 0.00%
19.22%

Color #BCCECE in popluar number systems.

HEX BC CE CE
Decimal 188 206 206
Binary 10111100 11001110 11001110
Octal 274 316 316

Shades and tints

Shades of #BCCECE

#BCCECE
(188,206,206)
#ABBCBC
(171,188,188)
#9AAAAA
(154,170,170)
#899898
(137,152,152)
#788686
(120,134,134)
#677474
(103,116,116)
#566262
(86,98,98)
#455050
(69,80,80)
#343E3E
(52,62,62)
#232C2C
(35,44,44)
#121A1A
(18,26,26)
#000000
(0,0,0)

Tints of #BCCECE

#BCCECE
(188,206,206)
#C2D2D2
(194,210,210)
#C8D6D6
(200,214,214)
#CEDADA
(206,218,218)
#D4DEDE
(212,222,222)
#DAE2E2
(218,226,226)
#E0E6E6
(224,230,230)
#E6EAEA
(230,234,234)
#ECEEEE
(236,238,238)
#F2F2F2
(242,242,242)
#F8F6F6
(248,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCCECE; }

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

This text font color is #BCCECE.

Background Color

.myBgColor { background-color: #BCCECE; }

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

This div background color is #BCCECE.

Border color

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

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

This div border color is #BCCECE.

Opacity

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

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

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

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

This text has shadow with #BCCECE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCCECE.

Preview

Color preview on black background

This text has color #BCCECE on black background.


Color preview on white background

This text has color #BCCECE on white background.


Black color preview on #BCCECE background

This text has black color on #BCCECE background.


White color preview on #BCCECE background

This text has white color on #BCCECE background.


Related colors

Complementary color

Complementary color for #hex is #433131.


I love getcolorcode.com