COLOR #BAEBE2

HEX: #BAEBE2
RGB: (186,235,226)

Color info

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

RGB color model

#BAEBE2 color RGB value is (186,235,226).

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

RGB channels and saturation

R 186 of 255 = 73%
G 235 of 255 = 92%
B 226 of 255 = 89%

186
235
226

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

Portions of RGB colors in percentages

R + G + B =
186 + 235 + 226 = 647 (100%)
R 186 of 647 ~ 28.75%
G 235 of 647 ~ 36.32%
B 226 of 647 ~ 34.93%

%28.75
%36.32
%34.93

CMYK color model

#BAEBE2 color CMYK value is (21,0,4,8).

  • cyan value is 20.85%
  • magenta value is 0.00%
  • yellow value is 3.83%
  • key color value is 7.84%
CMYK:
(21,0,4,8)
C21M0Y4K8 
(21%,0%,4%,8%)
(0.21/0.00/0.04/0.08)	

CMYK percentages

%20.85
%0
%3.83
%7.84

Codes

Color #BAEBE2 in popluar color models

BAEBE2
RGB186235226
HSL169°55.06%82.55%
HSB/HSV169°20.85%92.16%
CMYK20.85%0.00%3.83%
7.84%

Color #BAEBE2 in popluar number systems.

HEXBAEBE2
Decimal186235226
Binary101110101110101111100010
Octal272353342

Shades and tints

Shades of #BAEBE2

#BAEBE2
(186,235,226)
#AAD6CE
(170,214,206)
#9AC1BA
(154,193,186)
#8AACA6
(138,172,166)
#7A9792
(122,151,146)
#6A827E
(106,130,126)
#5A6D6A
(90,109,106)
#4A5856
(74,88,86)
#3A4342
(58,67,66)
#2A2E2E
(42,46,46)
#1A191A
(26,25,26)
#000000
(0,0,0)

Tints of #BAEBE2

#BAEBE2
(186,235,226)
#C0ECE4
(192,236,228)
#C6EDE6
(198,237,230)
#CCEEE8
(204,238,232)
#D2EFEA
(210,239,234)
#D8F0EC
(216,240,236)
#DEF1EE
(222,241,238)
#E4F2F0
(228,242,240)
#EAF3F2
(234,243,242)
#F0F4F4
(240,244,244)
#F6F5F6
(246,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BAEBE2; }

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

This text font color is #BAEBE2.


Background Color

.myBgColor { background-color: #BAEBE2; }

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

This div background color is #BAEBE2.


Border color

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

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

This div border color is #BAEBE2.


Opacity

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

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

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

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

This text has shadow with #BAEBE2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BAEBE2 on black background.


Color preview on white background

This text has color #BAEBE2 on white background.



Black color preview on #BAEBE2 background

This text has black color on #BAEBE2 background.


White color preview on #BAEBE2 background

This text has white color on #BAEBE2 background.