#BAEACF

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

Shades of Aero Blue #BAEACF

Tints of Aero Blue #BAEACF

Color information

#BAEACF (or 0xBAEACF) is unknown color: approx Aero Blue. HEX triplet: BA, EA and CF. RGB value is (186,234,207). Sum of RGB (Red+Green+Blue) = 186+234+207=627 (83% of max value = 765). Red value is 186 (73.05% from 255 or 29.67% from 627); Green value is 234 (91.80% from 255 or 37.32% from 627); Blue value is 207 (81.25% from 255 or 33.01% from 627); Max value from RGB is 234 - color contains mainly: green. Hex color #BAEACF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAEACF is #451530. Grayscale: #D8D8D8. Windows color (decimal): -4527409 or 13626042. OLE color: 13626042.

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

Color convert

RGB186234207-
CMYK0.2100.120.08
HSL146.25º53.33%82.35%-
HSV(B)146.25º20.51%91.76%-
XYZ60.9473.7970.06-
YUV216.57122.6106.2-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 29.67%
GREEN value IS 234 (91.80% from 255) = 37.32%
BLUE value IS 207 (81.25% from 255) = 33.01%
R=29.67%
G=37.32%
B=33.01%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1862342070.2100.120.08146.2553.3382.35
HexBAEACF150C8923552
Octal272352317250141022265122
Binary10111010111010101100111110101011001000100100101101011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAEACF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAEACF; }

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

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

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

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

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

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

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

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