#BAE4D0

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

Shades of Aero Blue #BAE4D0

Tints of Aero Blue #BAE4D0

Color information

#BAE4D0 (or 0xBAE4D0) is unknown color: approx Aero Blue. HEX triplet: BA, E4 and D0. RGB value is (186,228,208). Sum of RGB (Red+Green+Blue) = 186+228+208=622 (82% of max value = 765). Red value is 186 (73.05% from 255 or 29.90% from 622); Green value is 228 (89.45% from 255 or 36.66% from 622); Blue value is 208 (81.64% from 255 or 33.44% from 622); Max value from RGB is 228 - color contains mainly: green. Hex color #BAE4D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAE4D0 is #451B2F. Grayscale: #D5D5D5. Windows color (decimal): -4528944 or 13690042. OLE color: 13690042.

HSL color Cylindrical-coordinate representation of color #BAE4D0: hue angle of 151.43º degrees, saturation: 0.44, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BAE4D0 is Cyan = 0.18, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.11.

Color convert

RGB186228208-
CMYK0.1800.090.11
HSL151.43º43.75%81.18%-
HSV(B)151.43º18.42%89.41%-
XYZ59.3870.4870.15-
YUV213.16125.09108.63-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 29.90%
GREEN value IS 228 (89.45% from 255) = 36.66%
BLUE value IS 208 (81.64% from 255) = 33.44%
R=29.90%
G=36.66%
B=33.44%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1862282080.1800.090.11151.4343.7581.18
HexBAE4D01209B972c51
Octal272344320220111322754121
Binary10111010111001001101000010010010011011100101111011001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAE4D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAE4D0; }

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

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

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

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

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

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

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

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