#BAE5CE

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

Shades of Aero Blue #BAE5CE

Tints of Aero Blue #BAE5CE

Color information

#BAE5CE (or 0xBAE5CE) is unknown color: approx Aero Blue. HEX triplet: BA, E5 and CE. RGB value is (186,229,206). Sum of RGB (Red+Green+Blue) = 186+229+206=621 (82% of max value = 765). Red value is 186 (73.05% from 255 or 29.95% from 621); Green value is 229 (89.84% from 255 or 36.88% from 621); Blue value is 206 (80.86% from 255 or 33.17% from 621); Max value from RGB is 229 - color contains mainly: green. Hex color #BAE5CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAE5CE is #451A31. Grayscale: #D5D5D5. Windows color (decimal): -4528690 or 13559226. OLE color: 13559226.

HSL color Cylindrical-coordinate representation of color #BAE5CE: hue angle of 147.91º 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 #BAE5CE is Cyan = 0.19, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.10.

Color convert

RGB186229206-
CMYK0.1900.100.10
HSL147.91º45.26%81.37%-
HSV(B)147.91º18.78%89.8%-
XYZ59.4170.9368.95-
YUV213.52123.75108.37-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 29.95%
GREEN value IS 229 (89.84% from 255) = 36.88%
BLUE value IS 206 (80.86% from 255) = 33.17%
R=29.95%
G=36.88%
B=33.17%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1862292060.1900.100.10147.9145.2681.37
HexBAE5CE130AA942d51
Octal272345316230121222455121
Binary10111010111001011100111010011010101010100101001011011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAE5CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAE5CE; }

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

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

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

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

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

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

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

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