#BAEAD5

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

Shades of Aero Blue #BAEAD5

Tints of Aero Blue #BAEAD5

Color information

#BAEAD5 (or 0xBAEAD5) is unknown color: approx Aero Blue. HEX triplet: BA, EA and D5. RGB value is (186,234,213). Sum of RGB (Red+Green+Blue) = 186+234+213=633 (83% of max value = 765). Red value is 186 (73.05% from 255 or 29.38% from 633); Green value is 234 (91.80% from 255 or 36.97% from 633); Blue value is 213 (83.59% from 255 or 33.65% from 633); Max value from RGB is 234 - color contains mainly: green. Hex color #BAEAD5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAEAD5 is #45152A. Grayscale: #D9D9D9. Windows color (decimal): -4527403 or 14019258. OLE color: 14019258.

HSL color Cylindrical-coordinate representation of color #BAEAD5: hue angle of 153.75º degrees, saturation: 0.53, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BAEAD5 is Cyan = 0.21, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.08.

Color convert

RGB186234213-
CMYK0.2100.090.08
HSL153.75º53.33%82.35%-
HSV(B)153.75º20.51%91.76%-
XYZ61.6874.0974-
YUV217.25125.6105.71-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 29.38%
GREEN value IS 234 (91.80% from 255) = 36.97%
BLUE value IS 213 (83.59% from 255) = 33.65%
R=29.38%
G=36.97%
B=33.65%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1862342130.2100.090.08153.7553.3382.35
HexBAEAD5150989a3552
Octal272352325250111023265122
Binary10111010111010101101010110101010011000100110101101011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAEAD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAEAD5; }

 p { color: rgb(186,234,213); }

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

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

 a { background-color: rgb(186,234,213); }

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

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

 span { border-color: rgb(186,234,213); }

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