#BAE5CF

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

Shades of Aero Blue #BAE5CF

Tints of Aero Blue #BAE5CF

Color information

#BAE5CF (or 0xBAE5CF) is unknown color: approx Aero Blue. HEX triplet: BA, E5 and CF. RGB value is (186,229,207). Sum of RGB (Red+Green+Blue) = 186+229+207=622 (82% of max value = 765). Red value is 186 (73.05% from 255 or 29.90% from 622); Green value is 229 (89.84% from 255 or 36.82% from 622); Blue value is 207 (81.25% from 255 or 33.28% from 622); Max value from RGB is 229 - color contains mainly: green. Hex color #BAE5CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAE5CF is #451A30. Grayscale: #D5D5D5. Windows color (decimal): -4528689 or 13624762. OLE color: 13624762.

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

Color convert

RGB186229207-
CMYK0.1900.100.10
HSL149.3º45.26%81.37%-
HSV(B)149.3º18.78%89.8%-
XYZ59.5370.9869.59-
YUV213.64124.25108.29-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 29.90%
GREEN value IS 229 (89.84% from 255) = 36.82%
BLUE value IS 207 (81.25% from 255) = 33.28%
R=29.90%
G=36.82%
B=33.28%

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
Decimal1862292070.1900.100.10149.345.2681.37
HexBAE5CF130AA952d51
Octal272345317230121222555121
Binary10111010111001011100111110011010101010100101011011011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAE5CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAE5CF; }

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

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

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

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

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

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

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

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