COLOR #BCCAC8

HEX: #BCCAC8
RGB: (188,202,200)

Color info

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

RGB color model

#BCCAC8 color RGB value is (188,202,200).

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

RGB channels and saturation

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

188
202
200

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

Portions of RGB colors in percentages

R + G + B =
188 + 202 + 200 = 590 (100%)
R 188 of 590 ~ 31.86%
G 202 of 590 ~ 34.24%
B 200 of 590 ~ 33.9%

%31.86
%34.24
%33.9

CMYK color model

#BCCAC8 color CMYK value is (7,0,1,21).

  • cyan value is 6.93%
  • magenta value is 0.00%
  • yellow value is 0.99%
  • key color value is 20.78%
CMYK:
(7,0,1,21)
C7M0Y1K21 
(7%,0%,1%,21%)
(0.07/0.00/0.01/0.21)	

CMYK percentages

%6.93
%0
%0.99
%20.78

Codes

Color #BCCAC8 in popluar color models

BCCAC8
RGB188202200
HSL171°11.67%76.47%
HSB/HSV171°6.93%79.22%
CMYK6.93%0.00%0.99%
20.78%

Color #BCCAC8 in popluar number systems.

HEXBCCAC8
Decimal188202200
Binary101111001100101011001000
Octal274312310

Shades and tints

Shades of #BCCAC8

#BCCAC8
(188,202,200)
#ABB8B6
(171,184,182)
#9AA6A4
(154,166,164)
#899492
(137,148,146)
#788280
(120,130,128)
#67706E
(103,112,110)
#565E5C
(86,94,92)
#454C4A
(69,76,74)
#343A38
(52,58,56)
#232826
(35,40,38)
#121614
(18,22,20)
#000000
(0,0,0)

Tints of #BCCAC8

#BCCAC8
(188,202,200)
#C2CECD
(194,206,205)
#C8D2D2
(200,210,210)
#CED6D7
(206,214,215)
#D4DADC
(212,218,220)
#DADEE1
(218,222,225)
#E0E2E6
(224,226,230)
#E6E6EB
(230,230,235)
#ECEAF0
(236,234,240)
#F2EEF5
(242,238,245)
#F8F2FA
(248,242,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCCAC8; }

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

This text font color is #BCCAC8.


Background Color

.myBgColor { background-color: #BCCAC8; }

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

This div background color is #BCCAC8.


Border color

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

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

This div border color is #BCCAC8.


Opacity

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

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

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

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

This text has shadow with #BCCAC8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCCAC8 on black background.


Color preview on white background

This text has color #BCCAC8 on white background.



Black color preview on #BCCAC8 background

This text has black color on #BCCAC8 background.


White color preview on #BCCAC8 background

This text has white color on #BCCAC8 background.