COLOR #BCEADA

HEX: #BCEADA
RGB: (188,234,218)

Color info

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

RGB color model

#BCEADA color RGB value is (188,234,218).

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

RGB channels and saturation

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

188
234
218

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

Portions of RGB colors in percentages

R + G + B =
188 + 234 + 218 = 640 (100%)
R 188 of 640 ~ 29.38%
G 234 of 640 ~ 36.56%
B 218 of 640 ~ 34.06%

%29.38
%36.56
%34.06

CMYK color model

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

  • cyan value is 19.66%
  • magenta value is 0.00%
  • yellow value is 6.84%
  • key color value is 8.24%
CMYK:
(20,0,7,8)
C20M0Y7K8 
(20%,0%,7%,8%)
(0.20/0.00/0.07/0.08)	

CMYK percentages

%19.66
%0
%6.84
%8.24

Codes

Color #BCEADA in popluar color models

BCEADA
RGB188234218
HSL159°52.27%82.75%
HSB/HSV159°19.66%91.76%
CMYK19.66%0.00%6.84%
8.24%

Color #BCEADA in popluar number systems.

HEXBCEADA
Decimal188234218
Binary101111001110101011011010
Octal274352332

Shades and tints

Shades of #BCEADA

#BCEADA
(188,234,218)
#ABD5C7
(171,213,199)
#9AC0B4
(154,192,180)
#89ABA1
(137,171,161)
#78968E
(120,150,142)
#67817B
(103,129,123)
#566C68
(86,108,104)
#455755
(69,87,85)
#344242
(52,66,66)
#232D2F
(35,45,47)
#12181C
(18,24,28)
#000000
(0,0,0)

Tints of #BCEADA

#BCEADA
(188,234,218)
#C2EBDD
(194,235,221)
#C8ECE0
(200,236,224)
#CEEDE3
(206,237,227)
#D4EEE6
(212,238,230)
#DAEFE9
(218,239,233)
#E0F0EC
(224,240,236)
#E6F1EF
(230,241,239)
#ECF2F2
(236,242,242)
#F2F3F5
(242,243,245)
#F8F4F8
(248,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCEADA; }

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

This text font color is #BCEADA.


Background Color

.myBgColor { background-color: #BCEADA; }

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

This div background color is #BCEADA.


Border color

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

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

This div border color is #BCEADA.


Opacity

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

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

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

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

This text has shadow with #BCEADA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCEADA on black background.


Color preview on white background

This text has color #BCEADA on white background.



Black color preview on #BCEADA background

This text has black color on #BCEADA background.


White color preview on #BCEADA background

This text has white color on #BCEADA background.