COLOR #BCDAC8

HEX: #BCDAC8
RGB: (188,218,200)

Color info

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

RGB color model

#BCDAC8 color RGB value is (188,218,200).

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

RGB channels and saturation

R 188 of 255 = 74%
G 218 of 255 = 85%
B 200 of 255 = 78%

188
218
200

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

Portions of RGB colors in percentages

R + G + B =
188 + 218 + 200 = 606 (100%)
R 188 of 606 ~ 31.02%
G 218 of 606 ~ 35.97%
B 200 of 606 ~ 33%

%31.02
%35.97
%33

CMYK color model

#BCDAC8 color CMYK value is (14,0,8,15).

  • cyan value is 13.76%
  • magenta value is 0.00%
  • yellow value is 8.26%
  • key color value is 14.51%
CMYK:
(14,0,8,15)
C14M0Y8K15 
(14%,0%,8%,15%)
(0.14/0.00/0.08/0.15)	

CMYK percentages

%13.76
%0
%8.26
%14.51

Codes

Color #BCDAC8 in popluar color models

BCDAC8
RGB188218200
HSL144°28.85%79.61%
HSB/HSV144°13.76%85.49%
CMYK13.76%0.00%8.26%
14.51%

Color #BCDAC8 in popluar number systems.

HEXBCDAC8
Decimal188218200
Binary101111001101101011001000
Octal274332310

Shades and tints

Shades of #BCDAC8

#BCDAC8
(188,218,200)
#ABC7B6
(171,199,182)
#9AB4A4
(154,180,164)
#89A192
(137,161,146)
#788E80
(120,142,128)
#677B6E
(103,123,110)
#56685C
(86,104,92)
#45554A
(69,85,74)
#344238
(52,66,56)
#232F26
(35,47,38)
#121C14
(18,28,20)
#000000
(0,0,0)

Tints of #BCDAC8

#BCDAC8
(188,218,200)
#C2DDCD
(194,221,205)
#C8E0D2
(200,224,210)
#CEE3D7
(206,227,215)
#D4E6DC
(212,230,220)
#DAE9E1
(218,233,225)
#E0ECE6
(224,236,230)
#E6EFEB
(230,239,235)
#ECF2F0
(236,242,240)
#F2F5F5
(242,245,245)
#F8F8FA
(248,248,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCDAC8; }

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

This text font color is #BCDAC8.


Background Color

.myBgColor { background-color: #BCDAC8; }

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

This div background color is #BCDAC8.


Border color

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

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

This div border color is #BCDAC8.


Opacity

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

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

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

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

This text has shadow with #BCDAC8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCDAC8 on black background.


Color preview on white background

This text has color #BCDAC8 on white background.



Black color preview on #BCDAC8 background

This text has black color on #BCDAC8 background.


White color preview on #BCDAC8 background

This text has white color on #BCDAC8 background.