COLOR #BCEAD2

HEX: #BCEAD2 RGB: (188,234,210)

Color info

#BCEAD2 contains red, green and blue colors in about the same proportion. Web safe color of #BCEAD2 is #CCFFCC (or #CFC).

RGB color model

#BCEAD2 color RGB value is (188,234,210).

RGB: (188,234,210) (74%, 92%, 82%)

RGB channels and saturation

R 188 of 255 = 74%
G 234 of 255 = 92%
B 210 of 255 = 82%

188
234
210

R + G + B ~ 83%. #BCEAD2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 188 + 234 + 210 = 632 (100%)
R 188 of 632 ~ 29.75%
G 234 of 632 ~ 37.03%
B 210 of 632 ~ 33.23'%

%29.75
%37.03
%33.23

CMYK color model

#BCEAD2 color CMYK value is (20,0,10,8).

  • cyan value is 19.66%
  • magenta value is 0.00%
  • yellow value is 10.26%
  • key color value is 8.24%

CMYK: (20,0,10,8)
C20M0Y10K8 (20%, 0%, 10%, 8%)
(0.20 / 0.00 / 0.10 / 0.08)

CMYK percentages

%19.66
%0
%10.26
%8.24

Codes

Color #BCEAD2 in popluar color models

BC EA D2
RGB 188 234 210
HSL 149° 52.27% 82.75%
HSB/HSV 149° 19.66% 91.76%
CMYK 19.66% 0.00% 10.26%
8.24%

Color #BCEAD2 in popluar number systems.

HEX BC EA D2
Decimal 188 234 210
Binary 10111100 11101010 11010010
Octal 274 352 322

Shades and tints

Shades of #BCEAD2

#BCEAD2
(188,234,210)
#ABD5BF
(171,213,191)
#9AC0AC
(154,192,172)
#89AB99
(137,171,153)
#789686
(120,150,134)
#678173
(103,129,115)
#566C60
(86,108,96)
#45574D
(69,87,77)
#34423A
(52,66,58)
#232D27
(35,45,39)
#121814
(18,24,20)
#000000
(0,0,0)

Tints of #BCEAD2

#BCEAD2
(188,234,210)
#C2EBD6
(194,235,214)
#C8ECDA
(200,236,218)
#CEEDDE
(206,237,222)
#D4EEE2
(212,238,226)
#DAEFE6
(218,239,230)
#E0F0EA
(224,240,234)
#E6F1EE
(230,241,238)
#ECF2F2
(236,242,242)
#F2F3F6
(242,243,246)
#F8F4FA
(248,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCEAD2 color. Also use rgb(188,234,210) instead hex code.

Text Font Color

.myTextColor { color: #BCEAD2; }

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

This text font color is #BCEAD2.

Background Color

.myBgColor { background-color: #BCEAD2; }

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

This div background color is #BCEAD2.

Border color

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

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

This div border color is #BCEAD2.

Opacity

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

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

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

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

This text has shadow with #BCEAD2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCEAD2.

Preview

Color preview on black background

This text has color #BCEAD2 on black background.


Color preview on white background

This text has color #BCEAD2 on white background.


Black color preview on #BCEAD2 background

This text has black color on #BCEAD2 background.


White color preview on #BCEAD2 background

This text has white color on #BCEAD2 background.


Related colors

Complementary color

Complementary color for #hex is #43152D.


I love getcolorcode.com

Triadic colors

1 #D2BCEA and #EAD2BC with #BCEAD2 are triadic colors.

2 #D2EABC and #EABCD2 with #BCEAD2 are triadic colors.