COLOR #BCDAC2

HEX: #BCDAC2
RGB: (188,218,194)

Color info

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

RGB color model

#BCDAC2 color RGB value is (188,218,194).

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

RGB channels and saturation

R 188 of 255 = 74%
G 218 of 255 = 85%
B 194 of 255 = 76%

188
218
194

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

Portions of RGB colors in percentages

R + G + B =
188 + 218 + 194 = 600 (100%)
R 188 of 600 ~ 31.33%
G 218 of 600 ~ 36.33%
B 194 of 600 ~ 32.33%

%31.33
%36.33
%32.33

CMYK color model

#BCDAC2 color CMYK value is (14,0,11,15).

  • cyan value is 13.76%
  • magenta value is 0.00%
  • yellow value is 11.01%
  • key color value is 14.51%
CMYK:
(14,0,11,15)
C14M0Y11K15 
(14%,0%,11%,15%)
(0.14/0.00/0.11/0.15)	

CMYK percentages

%13.76
%0
%11.01
%14.51

Codes

Color #BCDAC2 in popluar color models

BCDAC2
RGB188218194
HSL132°28.85%79.61%
HSB/HSV132°13.76%85.49%
CMYK13.76%0.00%11.01%
14.51%

Color #BCDAC2 in popluar number systems.

HEXBCDAC2
Decimal188218194
Binary101111001101101011000010
Octal274332302

Shades and tints

Shades of #BCDAC2

#BCDAC2
(188,218,194)
#ABC7B1
(171,199,177)
#9AB4A0
(154,180,160)
#89A18F
(137,161,143)
#788E7E
(120,142,126)
#677B6D
(103,123,109)
#56685C
(86,104,92)
#45554B
(69,85,75)
#34423A
(52,66,58)
#232F29
(35,47,41)
#121C18
(18,28,24)
#000000
(0,0,0)

Tints of #BCDAC2

#BCDAC2
(188,218,194)
#C2DDC7
(194,221,199)
#C8E0CC
(200,224,204)
#CEE3D1
(206,227,209)
#D4E6D6
(212,230,214)
#DAE9DB
(218,233,219)
#E0ECE0
(224,236,224)
#E6EFE5
(230,239,229)
#ECF2EA
(236,242,234)
#F2F5EF
(242,245,239)
#F8F8F4
(248,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCDAC2; }

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

This text font color is #BCDAC2.


Background Color

.myBgColor { background-color: #BCDAC2; }

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

This div background color is #BCDAC2.


Border color

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

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

This div border color is #BCDAC2.


Opacity

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

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

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

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

This text has shadow with #BCDAC2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCDAC2 on black background.


Color preview on white background

This text has color #BCDAC2 on white background.



Black color preview on #BCDAC2 background

This text has black color on #BCDAC2 background.


White color preview on #BCDAC2 background

This text has white color on #BCDAC2 background.