#BAE5D4

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

Shades of Aero Blue #BAE5D4

Tints of Aero Blue #BAE5D4

Color information

#BAE5D4 (or 0xBAE5D4) is unknown color: approx Aero Blue. HEX triplet: BA, E5 and D4. RGB value is (186,229,212). Sum of RGB (Red+Green+Blue) = 186+229+212=627 (83% of max value = 765). Red value is 186 (73.05% from 255 or 29.67% from 627); Green value is 229 (89.84% from 255 or 36.52% from 627); Blue value is 212 (83.20% from 255 or 33.81% from 627); Max value from RGB is 229 - color contains mainly: green. Hex color #BAE5D4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAE5D4 is #451A2B. Grayscale: #D6D6D6. Windows color (decimal): -4528684 or 13952442. OLE color: 13952442.

HSL color Cylindrical-coordinate representation of color #BAE5D4: hue angle of 156.28º degrees, saturation: 0.45, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BAE5D4 is Cyan = 0.19, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.10.

Color convert

RGB186229212-
CMYK0.1900.070.10
HSL156.28º45.26%81.37%-
HSV(B)156.28º18.78%89.8%-
XYZ60.1571.2372.87-
YUV214.2126.75107.88-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 29.67%
GREEN value IS 229 (89.84% from 255) = 36.52%
BLUE value IS 212 (83.20% from 255) = 33.81%
R=29.67%
G=36.52%
B=33.81%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1862292120.1900.070.10156.2845.2681.37
HexBAE5D41307A9c2d51
Octal27234532423071223455121
Binary1011101011100101110101001001101111010100111001011011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAE5D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAE5D4; }

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

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

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

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

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

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

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

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