COLOR #BCCAC6

HEX: #BCCAC6
RGB: (188,202,198)

Color info

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

RGB color model

#BCCAC6 color RGB value is (188,202,198).

  • red value is 188;
  • green value is 202;
  • blue value is 198.
RGB:
(188,202,198)
(74%,79%,78%)

RGB channels and saturation

R 188 of 255 = 74%
G 202 of 255 = 79%
B 198 of 255 = 78%

188
202
198

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

Portions of RGB colors in percentages

R + G + B =
188 + 202 + 198 = 588 (100%)
R 188 of 588 ~ 31.97%
G 202 of 588 ~ 34.35%
B 198 of 588 ~ 33.67%

%31.97
%34.35
%33.67

CMYK color model

#BCCAC6 color CMYK value is (7,0,2,21).

  • cyan value is 6.93%
  • magenta value is 0.00%
  • yellow value is 1.98%
  • key color value is 20.78%
CMYK:
(7,0,2,21)
C7M0Y2K21 
(7%,0%,2%,21%)
(0.07/0.00/0.02/0.21)	

CMYK percentages

%6.93
%0
%1.98
%20.78

Codes

Color #BCCAC6 in popluar color models

BCCAC6
RGB188202198
HSL163°11.67%76.47%
HSB/HSV163°6.93%79.22%
CMYK6.93%0.00%1.98%
20.78%

Color #BCCAC6 in popluar number systems.

HEXBCCAC6
Decimal188202198
Binary101111001100101011000110
Octal274312306

Shades and tints

Shades of #BCCAC6

#BCCAC6
(188,202,198)
#ABB8B4
(171,184,180)
#9AA6A2
(154,166,162)
#899490
(137,148,144)
#78827E
(120,130,126)
#67706C
(103,112,108)
#565E5A
(86,94,90)
#454C48
(69,76,72)
#343A36
(52,58,54)
#232824
(35,40,36)
#121612
(18,22,18)
#000000
(0,0,0)

Tints of #BCCAC6

#BCCAC6
(188,202,198)
#C2CECB
(194,206,203)
#C8D2D0
(200,210,208)
#CED6D5
(206,214,213)
#D4DADA
(212,218,218)
#DADEDF
(218,222,223)
#E0E2E4
(224,226,228)
#E6E6E9
(230,230,233)
#ECEAEE
(236,234,238)
#F2EEF3
(242,238,243)
#F8F2F8
(248,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCCAC6; }

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

This text font color is #BCCAC6.


Background Color

.myBgColor { background-color: #BCCAC6; }

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

This div background color is #BCCAC6.


Border color

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

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

This div border color is #BCCAC6.


Opacity

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

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

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

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

This text has shadow with #BCCAC6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCCAC6 on black background.


Color preview on white background

This text has color #BCCAC6 on white background.



Black color preview on #BCCAC6 background

This text has black color on #BCCAC6 background.


White color preview on #BCCAC6 background

This text has white color on #BCCAC6 background.