#BAE9D1

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

Shades of Aero Blue #BAE9D1

Tints of Aero Blue #BAE9D1

Color information

#BAE9D1 (or 0xBAE9D1) is unknown color: approx Aero Blue. HEX triplet: BA, E9 and D1. RGB value is (186,233,209). Sum of RGB (Red+Green+Blue) = 186+233+209=628 (83% of max value = 765). Red value is 186 (73.05% from 255 or 29.62% from 628); Green value is 233 (91.41% from 255 or 37.10% from 628); Blue value is 209 (82.03% from 255 or 33.28% from 628); Max value from RGB is 233 - color contains mainly: green. Hex color #BAE9D1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAE9D1 is #45162E. Grayscale: #D8D8D8. Windows color (decimal): -4527663 or 13756858. OLE color: 13756858.

HSL color Cylindrical-coordinate representation of color #BAE9D1: hue angle of 149.36º degrees, saturation: 0.52, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BAE9D1 is Cyan = 0.20, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.09.

Color convert

RGB186233209-
CMYK0.2000.100.09
HSL149.36º51.65%82.16%-
HSV(B)149.36º20.17%91.37%-
XYZ60.973.3271.26-
YUV216.21123.93106.45-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 29.62%
GREEN value IS 233 (91.41% from 255) = 37.10%
BLUE value IS 209 (82.03% from 255) = 33.28%
R=29.62%
G=37.10%
B=33.28%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1862332090.2000.100.09149.3651.6582.16
HexBAE9D1140A9953452
Octal272351321240121122564122
Binary10111010111010011101000110100010101001100101011101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAE9D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAE9D1; }

 p { color: rgb(186,233,209); }

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

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

 a { background-color: rgb(186,233,209); }

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

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

 span { border-color: rgb(186,233,209); }

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