COLOR #BCEAEB

HEX: #BCEAEB
RGB: (188,234,235)

Color info

#BCEAEB contains red, green and blue colors in about the same proportion. Web safe color of #BCEAEB is #CCFFFF (or #CFF).

RGB color model

#BCEAEB color RGB value is (188,234,235).

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

RGB channels and saturation

R 188 of 255 = 74%
G 234 of 255 = 92%
B 235 of 255 = 92%

188
234
235

R + G + B ~ 86%. #BCEAEB is light color.

Portions of RGB colors in percentages

R + G + B =
188 + 234 + 235 = 657 (100%)
R 188 of 657 ~ 28.61%
G 234 of 657 ~ 35.62%
B 235 of 657 ~ 35.77%

%28.61
%35.62
%35.77

CMYK color model

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

  • cyan value is 20.00%
  • magenta value is 0.43%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(20,0,0,8)
C20M0Y0K8 
(20%,0%,0%,8%)
(0.20/0.00/0.00/0.08)	

CMYK percentages

%20
%0.43
%0
%7.84

Codes

Color #BCEAEB in popluar color models

BCEAEB
RGB188234235
HSL181°54.02%82.94%
HSB/HSV181°20.00%92.16%
CMYK20.00%0.43%0.00%
7.84%

Color #BCEAEB in popluar number systems.

HEXBCEAEB
Decimal188234235
Binary101111001110101011101011
Octal274352353

Shades and tints

Shades of #BCEAEB

#BCEAEB
(188,234,235)
#ABD5D6
(171,213,214)
#9AC0C1
(154,192,193)
#89ABAC
(137,171,172)
#789697
(120,150,151)
#678182
(103,129,130)
#566C6D
(86,108,109)
#455758
(69,87,88)
#344243
(52,66,67)
#232D2E
(35,45,46)
#121819
(18,24,25)
#000000
(0,0,0)

Tints of #BCEAEB

#BCEAEB
(188,234,235)
#C2EBEC
(194,235,236)
#C8ECED
(200,236,237)
#CEEDEE
(206,237,238)
#D4EEEF
(212,238,239)
#DAEFF0
(218,239,240)
#E0F0F1
(224,240,241)
#E6F1F2
(230,241,242)
#ECF2F3
(236,242,243)
#F2F3F4
(242,243,244)
#F8F4F5
(248,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCEAEB; }

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

This text font color is #BCEAEB.


Background Color

.myBgColor { background-color: #BCEAEB; }

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

This div background color is #BCEAEB.


Border color

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

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

This div border color is #BCEAEB.


Opacity

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

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

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

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

This text has shadow with #BCEAEB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCEAEB on black background.


Color preview on white background

This text has color #BCEAEB on white background.



Black color preview on #BCEAEB background

This text has black color on #BCEAEB background.


White color preview on #BCEAEB background

This text has white color on #BCEAEB background.