#BAEAD4

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

Shades of Aero Blue #BAEAD4

Tints of Aero Blue #BAEAD4

Color information

#BAEAD4 (or 0xBAEAD4) is unknown color: approx Aero Blue. HEX triplet: BA, EA and D4. RGB value is (186,234,212). Sum of RGB (Red+Green+Blue) = 186+234+212=632 (83% of max value = 765). Red value is 186 (73.05% from 255 or 29.43% from 632); Green value is 234 (91.80% from 255 or 37.03% from 632); Blue value is 212 (83.20% from 255 or 33.54% from 632); Max value from RGB is 234 - color contains mainly: green. Hex color #BAEAD4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAEAD4 is #45152B. Grayscale: #D9D9D9. Windows color (decimal): -4527404 or 13953722. OLE color: 13953722.

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

Color convert

RGB186234212-
CMYK0.2100.090.08
HSL152.5º53.33%82.35%-
HSV(B)152.5º20.51%91.76%-
XYZ61.5674.0473.33-
YUV217.14125.1105.79-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 29.43%
GREEN value IS 234 (91.80% from 255) = 37.03%
BLUE value IS 212 (83.20% from 255) = 33.54%
R=29.43%
G=37.03%
B=33.54%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1862342120.2100.090.08152.553.3382.35
HexBAEAD415098983552
Octal272352324250111023065122
Binary10111010111010101101010010101010011000100110001101011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAEAD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAEAD4; }

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

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

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

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

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

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

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

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