#BAF4D9

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

Shades of Aero Blue #BAF4D9

Tints of Aero Blue #BAF4D9

Color information

#BAF4D9 (or 0xBAF4D9) is unknown color: approx Aero Blue. HEX triplet: BA, F4 and D9. RGB value is (186,244,217). Sum of RGB (Red+Green+Blue) = 186+244+217=647 (85% of max value = 765). Red value is 186 (73.05% from 255 or 28.75% from 647); Green value is 244 (95.70% from 255 or 37.71% from 647); Blue value is 217 (85.16% from 255 or 33.54% from 647); Max value from RGB is 244 - color contains mainly: green. Hex color #BAF4D9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAF4D9 is #450B26. Grayscale: #DFDFDF. Windows color (decimal): -4524839 or 14283962. OLE color: 14283962.

HSL color Cylindrical-coordinate representation of color #BAF4D9: hue angle of 152.07º degrees, saturation: 0.73, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BAF4D9 is Cyan = 0.24, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.04.

Color convert

RGB186244217-
CMYK0.2400.110.04
HSL152.07º72.5%84.31%-
HSV(B)152.07º23.77%95.69%-
XYZ65.1280.1577.68-
YUV223.58124.28101.2-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 28.75%
GREEN value IS 244 (95.70% from 255) = 37.71%
BLUE value IS 217 (85.16% from 255) = 33.54%
R=28.75%
G=37.71%
B=33.54%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1862442170.2400.110.04152.0772.584.31
HexBAF4D9180B4984854
Octal272364331300134230110124
Binary10111010111101001101100111000010111001001100010010001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAF4D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAF4D9; }

 p { color: rgb(186,244,217); }

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

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

 a { background-color: rgb(186,244,217); }

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

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

 span { border-color: rgb(186,244,217); }

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