#BAE7D4

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

Shades of Aero Blue #BAE7D4

Tints of Aero Blue #BAE7D4

Color information

#BAE7D4 (or 0xBAE7D4) is unknown color: approx Aero Blue. HEX triplet: BA, E7 and D4. RGB value is (186,231,212). Sum of RGB (Red+Green+Blue) = 186+231+212=629 (83% of max value = 765). Red value is 186 (73.05% from 255 or 29.57% from 629); Green value is 231 (90.62% from 255 or 36.72% from 629); Blue value is 212 (83.20% from 255 or 33.70% from 629); Max value from RGB is 231 - color contains mainly: green. Hex color #BAE7D4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAE7D4 is #45182B. Grayscale: #D7D7D7. Windows color (decimal): -4528172 or 13952954. OLE color: 13952954.

HSL color Cylindrical-coordinate representation of color #BAE7D4: hue angle of 154.67º degrees, saturation: 0.48, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BAE7D4 is Cyan = 0.19, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.09.

Color convert

RGB186231212-
CMYK0.1900.080.09
HSL154.67º48.39%81.76%-
HSV(B)154.67º19.48%90.59%-
XYZ60.7172.3473.05-
YUV215.38126.09107.04-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 29.57%
GREEN value IS 231 (90.62% from 255) = 36.72%
BLUE value IS 212 (83.20% from 255) = 33.70%
R=29.57%
G=36.72%
B=33.70%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1862312120.1900.080.09154.6748.3981.76
HexBAE7D4130899b3052
Octal272347324230101123360122
Binary10111010111001111101010010011010001001100110111100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAE7D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAE7D4; }

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

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

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

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

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

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

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

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