COLOR #BCCAD1

HEX: #BCCAD1
RGB: (188,202,209)

Color info

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

RGB color model

#BCCAD1 color RGB value is (188,202,209).

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

RGB channels and saturation

R 188 of 255 = 74%
G 202 of 255 = 79%
B 209 of 255 = 82%

188
202
209

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

Portions of RGB colors in percentages

R + G + B =
188 + 202 + 209 = 599 (100%)
R 188 of 599 ~ 31.39%
G 202 of 599 ~ 33.72%
B 209 of 599 ~ 34.89%

%31.39
%33.72
%34.89

CMYK color model

#BCCAD1 color CMYK value is (10,3,0,18).

  • cyan value is 10.05%
  • magenta value is 3.35%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK:
(10,3,0,18)
C10M3Y0K18 
(10%,3%,0%,18%)
(0.10/0.03/0.00/0.18)	

CMYK percentages

%10.05
%3.35
%0
%18.04

Codes

Color #BCCAD1 in popluar color models

BCCAD1
RGB188202209
HSL200°18.58%77.84%
HSB/HSV200°10.05%81.96%
CMYK10.05%3.35%0.00%
18.04%

Color #BCCAD1 in popluar number systems.

HEXBCCAD1
Decimal188202209
Binary101111001100101011010001
Octal274312321

Shades and tints

Shades of #BCCAD1

#BCCAD1
(188,202,209)
#ABB8BE
(171,184,190)
#9AA6AB
(154,166,171)
#899498
(137,148,152)
#788285
(120,130,133)
#677072
(103,112,114)
#565E5F
(86,94,95)
#454C4C
(69,76,76)
#343A39
(52,58,57)
#232826
(35,40,38)
#121613
(18,22,19)
#000000
(0,0,0)

Tints of #BCCAD1

#BCCAD1
(188,202,209)
#C2CED5
(194,206,213)
#C8D2D9
(200,210,217)
#CED6DD
(206,214,221)
#D4DAE1
(212,218,225)
#DADEE5
(218,222,229)
#E0E2E9
(224,226,233)
#E6E6ED
(230,230,237)
#ECEAF1
(236,234,241)
#F2EEF5
(242,238,245)
#F8F2F9
(248,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCCAD1; }

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

This text font color is #BCCAD1.


Background Color

.myBgColor { background-color: #BCCAD1; }

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

This div background color is #BCCAD1.


Border color

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

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

This div border color is #BCCAD1.


Opacity

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

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

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

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

This text has shadow with #BCCAD1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCCAD1 on black background.


Color preview on white background

This text has color #BCCAD1 on white background.



Black color preview on #BCCAD1 background

This text has black color on #BCCAD1 background.


White color preview on #BCCAD1 background

This text has white color on #BCCAD1 background.