COLOR #BCDAC7

HEX: #BCDAC7 RGB: (188,218,199)

Color info

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

RGB color model

#BCDAC7 color RGB value is (188,218,199).

RGB: (188,218,199) (74%, 85%, 78%)

RGB channels and saturation

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

188
218
199

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

Portions of RGB colors in percentages

R + G + B = 188 + 218 + 199 = 605 (100%)
R 188 of 605 ~ 31.07%
G 218 of 605 ~ 36.03%
B 199 of 605 ~ 32.89'%

%31.07
%36.03
%32.89

CMYK color model

#BCDAC7 color CMYK value is (14,0,9,15).

  • cyan value is 13.76%
  • magenta value is 0.00%
  • yellow value is 8.72%
  • key color value is 14.51%
CMYK: (14,0,9,15) C14M0Y9K15 (14%,0%,9%,15%) (0.14/0.00/0.09/0.15) 

CMYK percentages

%13.76
%0
%8.72
%14.51

Codes

Color #BCDAC7 in popluar color models

BC DA C7
RGB 188 218 199
HSL 142° 28.85% 79.61%
HSB/HSV 142° 13.76% 85.49%
CMYK 13.76% 0.00% 8.72%
14.51%

Color #BCDAC7 in popluar number systems.

HEX BC DA C7
Decimal 188 218 199
Binary 10111100 11011010 11000111
Octal 274 332 307

Shades and tints

Shades of #BCDAC7

#BCDAC7
(188,218,199)
#ABC7B5
(171,199,181)
#9AB4A3
(154,180,163)
#89A191
(137,161,145)
#788E7F
(120,142,127)
#677B6D
(103,123,109)
#56685B
(86,104,91)
#455549
(69,85,73)
#344237
(52,66,55)
#232F25
(35,47,37)
#121C13
(18,28,19)
#000000
(0,0,0)

Tints of #BCDAC7

#BCDAC7
(188,218,199)
#C2DDCC
(194,221,204)
#C8E0D1
(200,224,209)
#CEE3D6
(206,227,214)
#D4E6DB
(212,230,219)
#DAE9E0
(218,233,224)
#E0ECE5
(224,236,229)
#E6EFEA
(230,239,234)
#ECF2EF
(236,242,239)
#F2F5F4
(242,245,244)
#F8F8F9
(248,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCDAC7; }

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

This text font color is #BCDAC7.

Background Color

.myBgColor { background-color: #BCDAC7; }

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

This div background color is #BCDAC7.

Border color

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

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

This div border color is #BCDAC7.

Opacity

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

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

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

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

This text has shadow with #BCDAC7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCDAC7.

Preview

Color preview on black background

This text has color #BCDAC7 on black background.


Color preview on white background

This text has color #BCDAC7 on white background.


Black color preview on #BCDAC7 background

This text has black color on #BCDAC7 background.


White color preview on #BCDAC7 background

This text has white color on #BCDAC7 background.


Related colors

Complementary color

Complementary color for #hex is #432538.


I love getcolorcode.com

Triadic colors

1 #C7BCDA and #DAC7BC with #BCDAC7 are triadic colors.

2 #C7DABC and #DABCC7 with #BCDAC7 are triadic colors.