COLOR #BCCAC9

HEX: #BCCAC9
RGB: (188,202,201)

Color info

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

RGB color model

#BCCAC9 color RGB value is (188,202,201).

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

RGB channels and saturation

R 188 of 255 = 74%
G 202 of 255 = 79%
B 201 of 255 = 79%

188
202
201

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

Portions of RGB colors in percentages

R + G + B =
188 + 202 + 201 = 591 (100%)
R 188 of 591 ~ 31.81%
G 202 of 591 ~ 34.18%
B 201 of 591 ~ 34.01%

%31.81
%34.18
%34.01

CMYK color model

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

  • cyan value is 6.93%
  • magenta value is 0.00%
  • yellow value is 0.50%
  • key color value is 20.78%
CMYK:
(7,0,0,21)
C7M0Y0K21 
(7%,0%,0%,21%)
(0.07/0.00/0.00/0.21)	

CMYK percentages

%6.93
%0
%0.5
%20.78

Codes

Color #BCCAC9 in popluar color models

BCCAC9
RGB188202201
HSL176°11.67%76.47%
HSB/HSV176°6.93%79.22%
CMYK6.93%0.00%0.50%
20.78%

Color #BCCAC9 in popluar number systems.

HEXBCCAC9
Decimal188202201
Binary101111001100101011001001
Octal274312311

Shades and tints

Shades of #BCCAC9

#BCCAC9
(188,202,201)
#ABB8B7
(171,184,183)
#9AA6A5
(154,166,165)
#899493
(137,148,147)
#788281
(120,130,129)
#67706F
(103,112,111)
#565E5D
(86,94,93)
#454C4B
(69,76,75)
#343A39
(52,58,57)
#232827
(35,40,39)
#121615
(18,22,21)
#000000
(0,0,0)

Tints of #BCCAC9

#BCCAC9
(188,202,201)
#C2CECD
(194,206,205)
#C8D2D1
(200,210,209)
#CED6D5
(206,214,213)
#D4DAD9
(212,218,217)
#DADEDD
(218,222,221)
#E0E2E1
(224,226,225)
#E6E6E5
(230,230,229)
#ECEAE9
(236,234,233)
#F2EEED
(242,238,237)
#F8F2F1
(248,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCCAC9; }

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

This text font color is #BCCAC9.


Background Color

.myBgColor { background-color: #BCCAC9; }

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

This div background color is #BCCAC9.


Border color

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

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

This div border color is #BCCAC9.


Opacity

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

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

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

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

This text has shadow with #BCCAC9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCCAC9 on black background.


Color preview on white background

This text has color #BCCAC9 on white background.



Black color preview on #BCCAC9 background

This text has black color on #BCCAC9 background.


White color preview on #BCCAC9 background

This text has white color on #BCCAC9 background.