#BAEACD

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

Shades of Aero Blue #BAEACD

Tints of Aero Blue #BAEACD

Color information

#BAEACD (or 0xBAEACD) is unknown color: approx Aero Blue. HEX triplet: BA, EA and CD. RGB value is (186,234,205). Sum of RGB (Red+Green+Blue) = 186+234+205=625 (82% of max value = 765). Red value is 186 (73.05% from 255 or 29.76% from 625); Green value is 234 (91.80% from 255 or 37.44% from 625); Blue value is 205 (80.47% from 255 or 32.8% from 625); Max value from RGB is 234 - color contains mainly: green. Hex color #BAEACD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAEACD is #451532. Grayscale: #D8D8D8. Windows color (decimal): -4527411 or 13494970. OLE color: 13494970.

HSL color Cylindrical-coordinate representation of color #BAEACD: hue angle of 143.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 #BAEACD is Cyan = 0.21, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.08.

Color convert

RGB186234205-
CMYK0.2100.120.08
HSL143.75º53.33%82.35%-
HSV(B)143.75º20.51%91.76%-
XYZ60.6973.6968.78-
YUV216.34121.6106.36-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 29.76%
GREEN value IS 234 (91.80% from 255) = 37.44%
BLUE value IS 205 (80.47% from 255) = 32.8%
R=29.76%
G=37.44%
B=32.8%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1862342050.2100.120.08143.7553.3382.35
HexBAEACD150C8903552
Octal272352315250141022065122
Binary10111010111010101100110110101011001000100100001101011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAEACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAEACD; }

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

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

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

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

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

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

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

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