#BAEDCE

Color #BAEDCE Aero Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Aero Blue #BAEDCE

Tints of Aero Blue #BAEDCE

Color information

#BAEDCE (or 0xBAEDCE) is unknown color: approx Aero Blue. HEX triplet: BA, ED and CE. RGB value is (186,237,206). Sum of RGB (Red+Green+Blue) = 186+237+206=629 (83% of max value = 765). Red value is 186 (73.05% from 255 or 29.57% from 629); Green value is 237 (92.97% from 255 or 37.68% from 629); Blue value is 206 (80.86% from 255 or 32.75% from 629); Max value from RGB is 237 - color contains mainly: green. Hex color #BAEDCE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAEDCE is #451231. Grayscale: #DADADA. Windows color (decimal): -4526642 or 13561274. OLE color: 13561274.

HSL color Cylindrical-coordinate representation of color #BAEDCE: hue angle of 143.53º degrees, saturation: 0.59, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BAEDCE is Cyan = 0.22, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.

Color convert

RGB186237206-
CMYK0.2200.130.07
HSL143.53º58.62%82.94%-
HSV(B)143.53º21.52%92.94%-
XYZ61.6775.4669.71-
YUV218.22121.1105.02-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 186 (73.05% from 255) = 29.57%
GREEN value IS 237 (92.97% from 255) = 37.68%
BLUE value IS 206 (80.86% from 255) = 32.75%
R=29.57%
G=37.68%
B=32.75%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1862372060.2200.130.07143.5358.6282.94
HexBAEDCE160D7903b53
Octal27235531626015722073123
Binary1011101011101101110011101011001101111100100001110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAEDCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAEDCE; }

 p { color: rgb(186,237,206); }

 H1.HeaderClassName
 {
   color: #BAEDCE;
 }
 .AnyTagClassName
 {
   color: #BAEDCE;
 }
</style>
background-color css

<style>
 a { background-color: #BAEDCE; }

 a { background-color: rgb(186,237,206); }

 div.DivClassName
 {
   background-color: #BAEDCE;
 }
 .BgClassName
 {
   background-color: #BAEDCE;
 }
</style>
border-color css

<style>
 span { border-color: #BAEDCE; }

 span { border-color: rgb(186,237,206); }

 td.TdClassName
 {
   border-color: #BAEDCE;
 }
 .TagClassName
 {
   border-color: #BAEDCE;
 }
</style>