COLOR #BAEBE5

HEX: #BAEBE5
RGB: (186,235,229)

Color info

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

RGB color model

#BAEBE5 color RGB value is (186,235,229).

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

RGB channels and saturation

R 186 of 255 = 73%
G 235 of 255 = 92%
B 229 of 255 = 90%

186
235
229

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

Portions of RGB colors in percentages

R + G + B =
186 + 235 + 229 = 650 (100%)
R 186 of 650 ~ 28.62%
G 235 of 650 ~ 36.15%
B 229 of 650 ~ 35.23%

%28.62
%36.15
%35.23

CMYK color model

#BAEBE5 color CMYK value is (21,0,3,8).

  • cyan value is 20.85%
  • magenta value is 0.00%
  • yellow value is 2.55%
  • key color value is 7.84%
CMYK:
(21,0,3,8)
C21M0Y3K8 
(21%,0%,3%,8%)
(0.21/0.00/0.03/0.08)	

CMYK percentages

%20.85
%0
%2.55
%7.84

Codes

Color #BAEBE5 in popluar color models

BAEBE5
RGB186235229
HSL173°55.06%82.55%
HSB/HSV173°20.85%92.16%
CMYK20.85%0.00%2.55%
7.84%

Color #BAEBE5 in popluar number systems.

HEXBAEBE5
Decimal186235229
Binary101110101110101111100101
Octal272353345

Shades and tints

Shades of #BAEBE5

#BAEBE5
(186,235,229)
#AAD6D1
(170,214,209)
#9AC1BD
(154,193,189)
#8AACA9
(138,172,169)
#7A9795
(122,151,149)
#6A8281
(106,130,129)
#5A6D6D
(90,109,109)
#4A5859
(74,88,89)
#3A4345
(58,67,69)
#2A2E31
(42,46,49)
#1A191D
(26,25,29)
#000000
(0,0,0)

Tints of #BAEBE5

#BAEBE5
(186,235,229)
#C0ECE7
(192,236,231)
#C6EDE9
(198,237,233)
#CCEEEB
(204,238,235)
#D2EFED
(210,239,237)
#D8F0EF
(216,240,239)
#DEF1F1
(222,241,241)
#E4F2F3
(228,242,243)
#EAF3F5
(234,243,245)
#F0F4F7
(240,244,247)
#F6F5F9
(246,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BAEBE5; }

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

This text font color is #BAEBE5.


Background Color

.myBgColor { background-color: #BAEBE5; }

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

This div background color is #BAEBE5.


Border color

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

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

This div border color is #BAEBE5.


Opacity

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

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

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

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

This text has shadow with #BAEBE5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BAEBE5 on black background.


Color preview on white background

This text has color #BAEBE5 on white background.



Black color preview on #BAEBE5 background

This text has black color on #BAEBE5 background.


White color preview on #BAEBE5 background

This text has white color on #BAEBE5 background.