COLOR #BAEBED

HEX: #BAEBED RGB: (186,235,237)

Color info

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

RGB color model

#BAEBED color RGB value is (186,235,237).

RGB: (186,235,237) (73%, 92%, 93%)

RGB channels and saturation

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

186
235
237

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

Portions of RGB colors in percentages

R + G + B = 186 + 235 + 237 = 658 (100%)
R 186 of 658 ~ 28.27%
G 235 of 658 ~ 35.71%
B 237 of 658 ~ 36.02'%

%28.27
%35.71
%36.02

CMYK color model

#BAEBED color CMYK value is (22,1,0,7).

  • cyan value is 21.52%
  • magenta value is 0.84%
  • yellow value is 0.00%
  • key color value is 7.06%

CMYK: (22,1,0,7)
C22M1Y0K7 (22%, 1%, 0%, 7%)
(0.22 / 0.01 / 0.00 / 0.07)

CMYK percentages

%21.52
%0.84
%0
%7.06

Codes

Color #BAEBED in popluar color models

BA EB ED
RGB 186 235 237
HSL 182° 58.62% 82.94%
HSB/HSV 182° 21.52% 92.94%
CMYK 21.52% 0.84% 0.00%
7.06%

Color #BAEBED in popluar number systems.

HEX BA EB ED
Decimal 186 235 237
Binary 10111010 11101011 11101101
Octal 272 353 355

Shades and tints

Shades of #BAEBED

#BAEBED
(186,235,237)
#AAD6D8
(170,214,216)
#9AC1C3
(154,193,195)
#8AACAE
(138,172,174)
#7A9799
(122,151,153)
#6A8284
(106,130,132)
#5A6D6F
(90,109,111)
#4A585A
(74,88,90)
#3A4345
(58,67,69)
#2A2E30
(42,46,48)
#1A191B
(26,25,27)
#000000
(0,0,0)

Tints of #BAEBED

#BAEBED
(186,235,237)
#C0ECEE
(192,236,238)
#C6EDEF
(198,237,239)
#CCEEF0
(204,238,240)
#D2EFF1
(210,239,241)
#D8F0F2
(216,240,242)
#DEF1F3
(222,241,243)
#E4F2F4
(228,242,244)
#EAF3F5
(234,243,245)
#F0F4F6
(240,244,246)
#F6F5F7
(246,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BAEBED; }

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

This text font color is #BAEBED.

Background Color

.myBgColor { background-color: #BAEBED; }

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

This div background color is #BAEBED.

Border color

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

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

This div border color is #BAEBED.

Opacity

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

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

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

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

This text has shadow with #BAEBED color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BAEBED.

Preview

Color preview on black background

This text has color #BAEBED on black background.


Color preview on white background

This text has color #BAEBED on white background.


Black color preview on #BAEBED background

This text has black color on #BAEBED background.


White color preview on #BAEBED background

This text has white color on #BAEBED background.


Related colors

Complementary color

Complementary color for #hex is #451412.


I love getcolorcode.com

Triadic colors

1 #EDBAEB and #EBEDBA with #BAEBED are triadic colors.

2 #EDEBBA and #EBBAED with #BAEBED are triadic colors.