COLOR #BCEAE1

HEX: #BCEAE1
RGB: (188,234,225)

Color info

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

RGB color model

#BCEAE1 color RGB value is (188,234,225).

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

RGB channels and saturation

R 188 of 255 = 74%
G 234 of 255 = 92%
B 225 of 255 = 88%

188
234
225

R + G + B ~ 85%. #BCEAE1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
188 + 234 + 225 = 647 (100%)
R 188 of 647 ~ 29.06%
G 234 of 647 ~ 36.17%
B 225 of 647 ~ 34.78%

%29.06
%36.17
%34.78

CMYK color model

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

  • cyan value is 19.66%
  • magenta value is 0.00%
  • yellow value is 3.85%
  • key color value is 8.24%
CMYK:
(20,0,4,8)
C20M0Y4K8 
(20%,0%,4%,8%)
(0.20/0.00/0.04/0.08)	

CMYK percentages

%19.66
%0
%3.85
%8.24

Codes

Color #BCEAE1 in popluar color models

BCEAE1
RGB188234225
HSL168°52.27%82.75%
HSB/HSV168°19.66%91.76%
CMYK19.66%0.00%3.85%
8.24%

Color #BCEAE1 in popluar number systems.

HEXBCEAE1
Decimal188234225
Binary101111001110101011100001
Octal274352341

Shades and tints

Shades of #BCEAE1

#BCEAE1
(188,234,225)
#ABD5CD
(171,213,205)
#9AC0B9
(154,192,185)
#89ABA5
(137,171,165)
#789691
(120,150,145)
#67817D
(103,129,125)
#566C69
(86,108,105)
#455755
(69,87,85)
#344241
(52,66,65)
#232D2D
(35,45,45)
#121819
(18,24,25)
#000000
(0,0,0)

Tints of #BCEAE1

#BCEAE1
(188,234,225)
#C2EBE3
(194,235,227)
#C8ECE5
(200,236,229)
#CEEDE7
(206,237,231)
#D4EEE9
(212,238,233)
#DAEFEB
(218,239,235)
#E0F0ED
(224,240,237)
#E6F1EF
(230,241,239)
#ECF2F1
(236,242,241)
#F2F3F3
(242,243,243)
#F8F4F5
(248,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCEAE1; }

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

This text font color is #BCEAE1.


Background Color

.myBgColor { background-color: #BCEAE1; }

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

This div background color is #BCEAE1.


Border color

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

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

This div border color is #BCEAE1.


Opacity

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

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

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

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

This text has shadow with #BCEAE1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCEAE1 on black background.


Color preview on white background

This text has color #BCEAE1 on white background.



Black color preview on #BCEAE1 background

This text has black color on #BCEAE1 background.


White color preview on #BCEAE1 background

This text has white color on #BCEAE1 background.