#BAEAD0

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

Shades of Aero Blue #BAEAD0

Tints of Aero Blue #BAEAD0

Color information

#BAEAD0 (or 0xBAEAD0) is unknown color: approx Aero Blue. HEX triplet: BA, EA and D0. RGB value is (186,234,208). Sum of RGB (Red+Green+Blue) = 186+234+208=628 (83% of max value = 765). Red value is 186 (73.05% from 255 or 29.62% from 628); Green value is 234 (91.80% from 255 or 37.26% from 628); Blue value is 208 (81.64% from 255 or 33.12% from 628); Max value from RGB is 234 - color contains mainly: green. Hex color #BAEAD0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAEAD0 is #45152F. Grayscale: #D8D8D8. Windows color (decimal): -4527408 or 13691578. OLE color: 13691578.

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

Color convert

RGB186234208-
CMYK0.2100.110.08
HSL147.5º53.33%82.35%-
HSV(B)147.5º20.51%91.76%-
XYZ61.0673.8470.71-
YUV216.68123.1106.11-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 29.62%
GREEN value IS 234 (91.80% from 255) = 37.26%
BLUE value IS 208 (81.64% from 255) = 33.12%
R=29.62%
G=37.26%
B=33.12%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1862342080.2100.110.08147.553.3382.35
HexBAEAD0150B8943552
Octal272352320250131022465122
Binary10111010111010101101000010101010111000100101001101011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAEAD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAEAD0; }

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

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

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

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

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

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

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

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