#BAEAD8

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

Shades of Aero Blue #BAEAD8

Tints of Aero Blue #BAEAD8

Color information

#BAEAD8 (or 0xBAEAD8) is unknown color: approx Aero Blue. HEX triplet: BA, EA and D8. RGB value is (186,234,216). Sum of RGB (Red+Green+Blue) = 186+234+216=636 (84% of max value = 765). Red value is 186 (73.05% from 255 or 29.25% from 636); Green value is 234 (91.80% from 255 or 36.79% from 636); Blue value is 216 (84.77% from 255 or 33.96% from 636); Max value from RGB is 234 - color contains mainly: green. Hex color #BAEAD8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAEAD8 is #451527. Grayscale: #D9D9D9. Windows color (decimal): -4527400 or 14215866. OLE color: 14215866.

HSL color Cylindrical-coordinate representation of color #BAEAD8: hue angle of 157.5º degrees, saturation: 0.53, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BAEAD8 is Cyan = 0.21, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.08.

Color convert

RGB186234216-
CMYK0.2100.080.08
HSL157.5º53.33%82.35%-
HSV(B)157.5º20.51%91.76%-
XYZ62.0774.2476.02-
YUV217.6127.1105.46-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 29.25%
GREEN value IS 234 (91.80% from 255) = 36.79%
BLUE value IS 216 (84.77% from 255) = 33.96%
R=29.25%
G=36.79%
B=33.96%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1862342160.2100.080.08157.553.3382.35
HexBAEAD8150889e3552
Octal272352330250101023665122
Binary10111010111010101101100010101010001000100111101101011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAEAD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAEAD8; }

 p { color: rgb(186,234,216); }

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

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

 a { background-color: rgb(186,234,216); }

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

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

 span { border-color: rgb(186,234,216); }

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