COLOR #BCCCCB

HEX: #BCCCCB RGB: (188,204,203)

Color info

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

RGB color model

#BCCCCB color RGB value is (188,204,203).

RGB: (188,204,203) (74%, 80%, 80%)

RGB channels and saturation

R 188 of 255 = 74%
G 204 of 255 = 80%
B 203 of 255 = 80%

188
204
203

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

Portions of RGB colors in percentages

R + G + B = 188 + 204 + 203 = 595 (100%)
R 188 of 595 ~ 31.6%
G 204 of 595 ~ 34.29%
B 203 of 595 ~ 34.12'%

%31.6
%34.29
%34.12

CMYK color model

#BCCCCB color CMYK value is (8,0,0,20).

  • cyan value is 7.84%
  • magenta value is 0.00%
  • yellow value is 0.49%
  • key color value is 20.00%
CMYK: (8,0,0,20) C8M0Y0K20 (8%,0%,0%,20%) (0.08/0.00/0.00/0.20) 

CMYK percentages

%7.84
%0
%0.49
%20

Codes

Color #BCCCCB in popluar color models

BC CC CB
RGB 188 204 203
HSL 176° 13.56% 76.86%
HSB/HSV 176° 7.84% 80.00%
CMYK 7.84% 0.00% 0.49%
20.00%

Color #BCCCCB in popluar number systems.

HEX BC CC CB
Decimal 188 204 203
Binary 10111100 11001100 11001011
Octal 274 314 313

Shades and tints

Shades of #BCCCCB

#BCCCCB
(188,204,203)
#ABBAB9
(171,186,185)
#9AA8A7
(154,168,167)
#899695
(137,150,149)
#788483
(120,132,131)
#677271
(103,114,113)
#56605F
(86,96,95)
#454E4D
(69,78,77)
#343C3B
(52,60,59)
#232A29
(35,42,41)
#121817
(18,24,23)
#000000
(0,0,0)

Tints of #BCCCCB

#BCCCCB
(188,204,203)
#C2D0CF
(194,208,207)
#C8D4D3
(200,212,211)
#CED8D7
(206,216,215)
#D4DCDB
(212,220,219)
#DAE0DF
(218,224,223)
#E0E4E3
(224,228,227)
#E6E8E7
(230,232,231)
#ECECEB
(236,236,235)
#F2F0EF
(242,240,239)
#F8F4F3
(248,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCCCCB; }

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

This text font color is #BCCCCB.

Background Color

.myBgColor { background-color: #BCCCCB; }

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

This div background color is #BCCCCB.

Border color

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

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

This div border color is #BCCCCB.

Opacity

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

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

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

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

This text has shadow with #BCCCCB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCCCCB.

Preview

Color preview on black background

This text has color #BCCCCB on black background.


Color preview on white background

This text has color #BCCCCB on white background.


Black color preview on #BCCCCB background

This text has black color on #BCCCCB background.


White color preview on #BCCCCB background

This text has white color on #BCCCCB background.


Related colors

Complementary color

Complementary color for #hex is #433334.


I love getcolorcode.com

Triadic colors

1 #CBBCCC and #CCCBBC with #BCCCCB are triadic colors.

2 #CBCCBC and #CCBCCB with #BCCCCB are triadic colors.