COLOR #BCDAB9

HEX: #BCDAB9 RGB: (188,218,185)

Color info

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

RGB color model

#BCDAB9 color RGB value is (188,218,185).

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

RGB channels and saturation

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

188
218
185

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

Portions of RGB colors in percentages

R + G + B = 188 + 218 + 185 = 591 (100%)
R 188 of 591 ~ 31.81%
G 218 of 591 ~ 36.89%
B 185 of 591 ~ 31.3'%

%31.81
%36.89
%31.3

CMYK color model

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

  • cyan value is 13.76%
  • magenta value is 0.00%
  • yellow value is 15.14%
  • 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
%15.14
%14.51

Codes

Color #BCDAB9 in popluar color models

BC DA B9
RGB 188 218 185
HSL 115° 30.84% 79.02%
HSB/HSV 115° 15.14% 85.49%
CMYK 13.76% 0.00% 15.14%
14.51%

Color #BCDAB9 in popluar number systems.

HEX BC DA B9
Decimal 188 218 185
Binary 10111100 11011010 10111001
Octal 274 332 271

Shades and tints

Shades of #BCDAB9

#BCDAB9
(188,218,185)
#ABC7A9
(171,199,169)
#9AB499
(154,180,153)
#89A189
(137,161,137)
#788E79
(120,142,121)
#677B69
(103,123,105)
#566859
(86,104,89)
#455549
(69,85,73)
#344239
(52,66,57)
#232F29
(35,47,41)
#121C19
(18,28,25)
#000000
(0,0,0)

Tints of #BCDAB9

#BCDAB9
(188,218,185)
#C2DDBF
(194,221,191)
#C8E0C5
(200,224,197)
#CEE3CB
(206,227,203)
#D4E6D1
(212,230,209)
#DAE9D7
(218,233,215)
#E0ECDD
(224,236,221)
#E6EFE3
(230,239,227)
#ECF2E9
(236,242,233)
#F2F5EF
(242,245,239)
#F8F8F5
(248,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCDAB9; }

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

This text font color is #BCDAB9.

Background Color

.myBgColor { background-color: #BCDAB9; }

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

This div background color is #BCDAB9.

Border color

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

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

This div border color is #BCDAB9.

Opacity

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

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

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

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

This text has shadow with #BCDAB9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCDAB9.

Preview

Color preview on black background

This text has color #BCDAB9 on black background.


Color preview on white background

This text has color #BCDAB9 on white background.


Black color preview on #BCDAB9 background

This text has black color on #BCDAB9 background.


White color preview on #BCDAB9 background

This text has white color on #BCDAB9 background.


Related colors

Complementary color

Complementary color for #BCDAB9 is #432546.


I love getcolorcode.com

Triadic colors

1 #B9BCDA and #DAB9BC with #BCDAB9 are triadic colors.

2 #B9DABC and #DABCB9 with #BCDAB9 are triadic colors.