COLOR #BCDAD8

HEX: #BCDAD8
RGB: (188,218,216)

Color info

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

RGB color model

#BCDAD8 color RGB value is (188,218,216).

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

RGB channels and saturation

R 188 of 255 = 74%
G 218 of 255 = 85%
B 216 of 255 = 85%

188
218
216

R + G + B ~ 81%. #BCDAD8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
188 + 218 + 216 = 622 (100%)
R 188 of 622 ~ 30.23%
G 218 of 622 ~ 35.05%
B 216 of 622 ~ 34.73%

%30.23
%35.05
%34.73

CMYK color model

#BCDAD8 color CMYK value is (14,0,1,15).

  • cyan value is 13.76%
  • magenta value is 0.00%
  • yellow value is 0.92%
  • key color value is 14.51%
CMYK:
(14,0,1,15)
C14M0Y1K15 
(14%,0%,1%,15%)
(0.14/0.00/0.01/0.15)	

CMYK percentages

%13.76
%0
%0.92
%14.51

Codes

Color #BCDAD8 in popluar color models

BCDAD8
RGB188218216
HSL176°28.85%79.61%
HSB/HSV176°13.76%85.49%
CMYK13.76%0.00%0.92%
14.51%

Color #BCDAD8 in popluar number systems.

HEXBCDAD8
Decimal188218216
Binary101111001101101011011000
Octal274332330

Shades and tints

Shades of #BCDAD8

#BCDAD8
(188,218,216)
#ABC7C5
(171,199,197)
#9AB4B2
(154,180,178)
#89A19F
(137,161,159)
#788E8C
(120,142,140)
#677B79
(103,123,121)
#566866
(86,104,102)
#455553
(69,85,83)
#344240
(52,66,64)
#232F2D
(35,47,45)
#121C1A
(18,28,26)
#000000
(0,0,0)

Tints of #BCDAD8

#BCDAD8
(188,218,216)
#C2DDDB
(194,221,219)
#C8E0DE
(200,224,222)
#CEE3E1
(206,227,225)
#D4E6E4
(212,230,228)
#DAE9E7
(218,233,231)
#E0ECEA
(224,236,234)
#E6EFED
(230,239,237)
#ECF2F0
(236,242,240)
#F2F5F3
(242,245,243)
#F8F8F6
(248,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCDAD8; }

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

This text font color is #BCDAD8.


Background Color

.myBgColor { background-color: #BCDAD8; }

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

This div background color is #BCDAD8.


Border color

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

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

This div border color is #BCDAD8.


Opacity

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

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

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

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

This text has shadow with #BCDAD8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCDAD8 on black background.


Color preview on white background

This text has color #BCDAD8 on white background.



Black color preview on #BCDAD8 background

This text has black color on #BCDAD8 background.


White color preview on #BCDAD8 background

This text has white color on #BCDAD8 background.