#BAEAD7

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

Shades of Aero Blue #BAEAD7

Tints of Aero Blue #BAEAD7

Color information

#BAEAD7 (or 0xBAEAD7) is unknown color: approx Aero Blue. HEX triplet: BA, EA and D7. RGB value is (186,234,215). Sum of RGB (Red+Green+Blue) = 186+234+215=635 (84% of max value = 765). Red value is 186 (73.05% from 255 or 29.29% from 635); Green value is 234 (91.80% from 255 or 36.85% from 635); Blue value is 215 (84.38% from 255 or 33.86% from 635); Max value from RGB is 234 - color contains mainly: green. Hex color #BAEAD7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAEAD7 is #451528. Grayscale: #D9D9D9. Windows color (decimal): -4527401 or 14150330. OLE color: 14150330.

HSL color Cylindrical-coordinate representation of color #BAEAD7: hue angle of 156.25º 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 #BAEAD7 is Cyan = 0.21, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.08.

Color convert

RGB186234215-
CMYK0.2100.080.08
HSL156.25º53.33%82.35%-
HSV(B)156.25º20.51%91.76%-
XYZ61.9474.1975.35-
YUV217.48126.6105.54-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 29.29%
GREEN value IS 234 (91.80% from 255) = 36.85%
BLUE value IS 215 (84.38% from 255) = 33.86%
R=29.29%
G=36.85%
B=33.86%

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
Decimal1862342150.2100.080.08156.2553.3382.35
HexBAEAD7150889c3552
Octal272352327250101023465122
Binary10111010111010101101011110101010001000100111001101011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAEAD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAEAD7; }

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

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

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

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

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

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

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

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