COLOR #BCEAD8

HEX: #BCEAD8
RGB: (188,234,216)

Color info

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

RGB color model

#BCEAD8 color RGB value is (188,234,216).

  • red value is 188;
  • green value is 234;
  • blue value is 216.
RGB:
(188,234,216)
(74%,92%,85%)

RGB channels and saturation

R 188 of 255 = 74%
G 234 of 255 = 92%
B 216 of 255 = 85%

188
234
216

R + G + B ~ 84%. #BCEAD8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
188 + 234 + 216 = 638 (100%)
R 188 of 638 ~ 29.47%
G 234 of 638 ~ 36.68%
B 216 of 638 ~ 33.86%

%29.47
%36.68
%33.86

CMYK color model

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

  • cyan value is 19.66%
  • magenta value is 0.00%
  • yellow value is 7.69%
  • key color value is 8.24%
CMYK:
(20,0,8,8)
C20M0Y8K8 
(20%,0%,8%,8%)
(0.20/0.00/0.08/0.08)	

CMYK percentages

%19.66
%0
%7.69
%8.24

Codes

Color #BCEAD8 in popluar color models

BCEAD8
RGB188234216
HSL157°52.27%82.75%
HSB/HSV157°19.66%91.76%
CMYK19.66%0.00%7.69%
8.24%

Color #BCEAD8 in popluar number systems.

HEXBCEAD8
Decimal188234216
Binary101111001110101011011000
Octal274352330

Shades and tints

Shades of #BCEAD8

#BCEAD8
(188,234,216)
#ABD5C5
(171,213,197)
#9AC0B2
(154,192,178)
#89AB9F
(137,171,159)
#78968C
(120,150,140)
#678179
(103,129,121)
#566C66
(86,108,102)
#455753
(69,87,83)
#344240
(52,66,64)
#232D2D
(35,45,45)
#12181A
(18,24,26)
#000000
(0,0,0)

Tints of #BCEAD8

#BCEAD8
(188,234,216)
#C2EBDB
(194,235,219)
#C8ECDE
(200,236,222)
#CEEDE1
(206,237,225)
#D4EEE4
(212,238,228)
#DAEFE7
(218,239,231)
#E0F0EA
(224,240,234)
#E6F1ED
(230,241,237)
#ECF2F0
(236,242,240)
#F2F3F3
(242,243,243)
#F8F4F6
(248,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCEAD8; }

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

This text font color is #BCEAD8.


Background Color

.myBgColor { background-color: #BCEAD8; }

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

This div background color is #BCEAD8.


Border color

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

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

This div border color is #BCEAD8.


Opacity

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

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

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

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

This text has shadow with #BCEAD8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCEAD8 on black background.


Color preview on white background

This text has color #BCEAD8 on white background.



Black color preview on #BCEAD8 background

This text has black color on #BCEAD8 background.


White color preview on #BCEAD8 background

This text has white color on #BCEAD8 background.