COLOR #BCDABA

HEX: #BCDABA RGB: (188,218,186)

Color info

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

RGB color model

#BCDABA color RGB value is (188,218,186).

RGB: (188,218,186) (74%, 85%, 73%)

RGB channels and saturation

R 188 of 255 = 74%
G 218 of 255 = 85%
B 186 of 255 = 73%

188
218
186

R + G + B ~ 77%. #BCDABA is quite light color.

Portions of RGB colors in percentages

R + G + B = 188 + 218 + 186 = 592 (100%)
R 188 of 592 ~ 31.76%
G 218 of 592 ~ 36.82%
B 186 of 592 ~ 31.42'%

%31.76
%36.82
%31.42

CMYK color model

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

  • cyan value is 13.76%
  • magenta value is 0.00%
  • yellow value is 14.68%
  • key color value is 14.51%

CMYK: (14,0,15,15)
C14M0Y15K15 (14%, 0%, 15%, 15%)
(0.14 / 0.00 / 0.15 / 0.15)

CMYK percentages

%13.76
%0
%14.68
%14.51

Codes

Color #BCDABA in popluar color models

BC DA BA
RGB 188 218 186
HSL 116° 30.19% 79.22%
HSB/HSV 116° 14.68% 85.49%
CMYK 13.76% 0.00% 14.68%
14.51%

Color #BCDABA in popluar number systems.

HEX BC DA BA
Decimal 188 218 186
Binary 10111100 11011010 10111010
Octal 274 332 272

Shades and tints

Shades of #BCDABA

#BCDABA
(188,218,186)
#ABC7AA
(171,199,170)
#9AB49A
(154,180,154)
#89A18A
(137,161,138)
#788E7A
(120,142,122)
#677B6A
(103,123,106)
#56685A
(86,104,90)
#45554A
(69,85,74)
#34423A
(52,66,58)
#232F2A
(35,47,42)
#121C1A
(18,28,26)
#000000
(0,0,0)

Tints of #BCDABA

#BCDABA
(188,218,186)
#C2DDC0
(194,221,192)
#C8E0C6
(200,224,198)
#CEE3CC
(206,227,204)
#D4E6D2
(212,230,210)
#DAE9D8
(218,233,216)
#E0ECDE
(224,236,222)
#E6EFE4
(230,239,228)
#ECF2EA
(236,242,234)
#F2F5F0
(242,245,240)
#F8F8F6
(248,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCDABA; }

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

This text font color is #BCDABA.

Background Color

.myBgColor { background-color: #BCDABA; }

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

This div background color is #BCDABA.

Border color

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

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

This div border color is #BCDABA.

Opacity

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

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

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

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

This text has shadow with #BCDABA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCDABA.

Preview

Color preview on black background

This text has color #BCDABA on black background.


Color preview on white background

This text has color #BCDABA on white background.


Black color preview on #BCDABA background

This text has black color on #BCDABA background.


White color preview on #BCDABA background

This text has white color on #BCDABA background.


Related colors

Complementary color

Complementary color for #hex is #432545.


I love getcolorcode.com

Triadic colors

1 #BABCDA and #DABABC with #BCDABA are triadic colors.

2 #BADABC and #DABCBA with #BCDABA are triadic colors.