COLOR #BCCAD5

HEX: #BCCAD5
RGB: (188,202,213)

Color info

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

RGB color model

#BCCAD5 color RGB value is (188,202,213).

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

RGB channels and saturation

R 188 of 255 = 74%
G 202 of 255 = 79%
B 213 of 255 = 84%

188
202
213

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

Portions of RGB colors in percentages

R + G + B =
188 + 202 + 213 = 603 (100%)
R 188 of 603 ~ 31.18%
G 202 of 603 ~ 33.5%
B 213 of 603 ~ 35.32%

%31.18
%33.5
%35.32

CMYK color model

#BCCAD5 color CMYK value is (12,5,0,16).

  • cyan value is 11.74%
  • magenta value is 5.16%
  • yellow value is 0.00%
  • key color value is 16.47%
CMYK:
(12,5,0,16)
C12M5Y0K16 
(12%,5%,0%,16%)
(0.12/0.05/0.00/0.16)	

CMYK percentages

%11.74
%5.16
%0
%16.47

Codes

Color #BCCAD5 in popluar color models

BCCAD5
RGB188202213
HSL206°22.94%78.63%
HSB/HSV206°11.74%83.53%
CMYK11.74%5.16%0.00%
16.47%

Color #BCCAD5 in popluar number systems.

HEXBCCAD5
Decimal188202213
Binary101111001100101011010101
Octal274312325

Shades and tints

Shades of #BCCAD5

#BCCAD5
(188,202,213)
#ABB8C2
(171,184,194)
#9AA6AF
(154,166,175)
#89949C
(137,148,156)
#788289
(120,130,137)
#677076
(103,112,118)
#565E63
(86,94,99)
#454C50
(69,76,80)
#343A3D
(52,58,61)
#23282A
(35,40,42)
#121617
(18,22,23)
#000000
(0,0,0)

Tints of #BCCAD5

#BCCAD5
(188,202,213)
#C2CED8
(194,206,216)
#C8D2DB
(200,210,219)
#CED6DE
(206,214,222)
#D4DAE1
(212,218,225)
#DADEE4
(218,222,228)
#E0E2E7
(224,226,231)
#E6E6EA
(230,230,234)
#ECEAED
(236,234,237)
#F2EEF0
(242,238,240)
#F8F2F3
(248,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCCAD5; }

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

This text font color is #BCCAD5.


Background Color

.myBgColor { background-color: #BCCAD5; }

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

This div background color is #BCCAD5.


Border color

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

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

This div border color is #BCCAD5.


Opacity

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

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

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

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

This text has shadow with #BCCAD5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCCAD5 on black background.


Color preview on white background

This text has color #BCCAD5 on white background.



Black color preview on #BCCAD5 background

This text has black color on #BCCAD5 background.


White color preview on #BCCAD5 background

This text has white color on #BCCAD5 background.