COLOR #BAECEB

HEX: #BAECEB
RGB: (186,236,235)

Color info

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

RGB color model

#BAECEB color RGB value is (186,236,235).

  • red value is 186;
  • green value is 236;
  • blue value is 235.
RGB:
(186,236,235)
(73%,93%,92%)

RGB channels and saturation

R 186 of 255 = 73%
G 236 of 255 = 93%
B 235 of 255 = 92%

186
236
235

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

Portions of RGB colors in percentages

R + G + B =
186 + 236 + 235 = 657 (100%)
R 186 of 657 ~ 28.31%
G 236 of 657 ~ 35.92%
B 235 of 657 ~ 35.77%

%28.31
%35.92
%35.77

CMYK color model

#BAECEB color CMYK value is (21,0,0,7).

  • cyan value is 21.19%
  • magenta value is 0.00%
  • yellow value is 0.42%
  • key color value is 7.45%
CMYK:
(21,0,0,7)
C21M0Y0K7 
(21%,0%,0%,7%)
(0.21/0.00/0.00/0.07)	

CMYK percentages

%21.19
%0
%0.42
%7.45

Codes

Color #BAECEB in popluar color models

BAECEB
RGB186236235
HSL179°56.82%82.75%
HSB/HSV179°21.19%92.55%
CMYK21.19%0.00%0.42%
7.45%

Color #BAECEB in popluar number systems.

HEXBAECEB
Decimal186236235
Binary101110101110110011101011
Octal272354353

Shades and tints

Shades of #BAECEB

#BAECEB
(186,236,235)
#AAD7D6
(170,215,214)
#9AC2C1
(154,194,193)
#8AADAC
(138,173,172)
#7A9897
(122,152,151)
#6A8382
(106,131,130)
#5A6E6D
(90,110,109)
#4A5958
(74,89,88)
#3A4443
(58,68,67)
#2A2F2E
(42,47,46)
#1A1A19
(26,26,25)
#000000
(0,0,0)

Tints of #BAECEB

#BAECEB
(186,236,235)
#C0EDEC
(192,237,236)
#C6EEED
(198,238,237)
#CCEFEE
(204,239,238)
#D2F0EF
(210,240,239)
#D8F1F0
(216,241,240)
#DEF2F1
(222,242,241)
#E4F3F2
(228,243,242)
#EAF4F3
(234,244,243)
#F0F5F4
(240,245,244)
#F6F6F5
(246,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BAECEB color. Also use rgb(186,236,235) instead hex code.

Text Font Color

.myTextColor { color: #BAECEB; }

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

This text font color is #BAECEB.


Background Color

.myBgColor { background-color: #BAECEB; }

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

This div background color is #BAECEB.


Border color

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

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

This div border color is #BAECEB.


Opacity

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

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

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

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

This text has shadow with #BAECEB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BAECEB on black background.


Color preview on white background

This text has color #BAECEB on white background.



Black color preview on #BAECEB background

This text has black color on #BAECEB background.


White color preview on #BAECEB background

This text has white color on #BAECEB background.