COLOR #BCDDA4

HEX: #BCDDA4 RGB: (188,221,164)

Color info

#BCDDA4 contains red, green and blue colors in about the same proportion. Web safe color of #BCDDA4 is #CCCC99 (or #CC9).

RGB color model

#BCDDA4 color RGB value is (188,221,164).

RGB: (188,221,164) (74%, 87%, 64%)

RGB channels and saturation

R 188 of 255 = 74%
G 221 of 255 = 87%
B 164 of 255 = 64%

188
221
164

R + G + B ~ 75%. #BCDDA4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 188 + 221 + 164 = 573 (100%)
R 188 of 573 ~ 32.81%
G 221 of 573 ~ 38.57%
B 164 of 573 ~ 28.62'%

%32.81
%38.57
%28.62

CMYK color model

#BCDDA4 color CMYK value is (15,0,26,13).

  • cyan value is 14.93%
  • magenta value is 0.00%
  • yellow value is 25.79%
  • key color value is 13.33%

CMYK: (15,0,26,13)
C15M0Y26K13 (15%, 0%, 26%, 13%)
(0.15 / 0.00 / 0.26 / 0.13)

CMYK percentages

%14.93
%0
%25.79
%13.33

Codes

Color #BCDDA4 in popluar color models

BC DD A4
RGB 188 221 164
HSL 95° 45.60% 75.49%
HSB/HSV 95° 25.79% 86.67%
CMYK 14.93% 0.00% 25.79%
13.33%

Color #BCDDA4 in popluar number systems.

HEX BC DD A4
Decimal 188 221 164
Binary 10111100 11011101 10100100
Octal 274 335 244

Shades and tints

Shades of #BCDDA4

#BCDDA4
(188,221,164)
#ABC996
(171,201,150)
#9AB588
(154,181,136)
#89A17A
(137,161,122)
#788D6C
(120,141,108)
#67795E
(103,121,94)
#566550
(86,101,80)
#455142
(69,81,66)
#343D34
(52,61,52)
#232926
(35,41,38)
#121518
(18,21,24)
#000000
(0,0,0)

Tints of #BCDDA4

#BCDDA4
(188,221,164)
#C2E0AC
(194,224,172)
#C8E3B4
(200,227,180)
#CEE6BC
(206,230,188)
#D4E9C4
(212,233,196)
#DAECCC
(218,236,204)
#E0EFD4
(224,239,212)
#E6F2DC
(230,242,220)
#ECF5E4
(236,245,228)
#F2F8EC
(242,248,236)
#F8FBF4
(248,251,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCDDA4 color. Also use rgb(188,221,164) instead hex code.

Text Font Color

.myTextColor { color: #BCDDA4; }

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

This text font color is #BCDDA4.

Background Color

.myBgColor { background-color: #BCDDA4; }

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

This div background color is #BCDDA4.

Border color

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

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

This div border color is #BCDDA4.

Opacity

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

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

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

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

This text has shadow with #BCDDA4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCDDA4.

Preview

Color preview on black background

This text has color #BCDDA4 on black background.


Color preview on white background

This text has color #BCDDA4 on white background.


Black color preview on #BCDDA4 background

This text has black color on #BCDDA4 background.


White color preview on #BCDDA4 background

This text has white color on #BCDDA4 background.


Related colors

Complementary color

Complementary color for #hex is #43225B.


I love getcolorcode.com

Triadic colors

1 #A4BCDD and #DDA4BC with #BCDDA4 are triadic colors.

2 #A4DDBC and #DDBCA4 with #BCDDA4 are triadic colors.