#BAEDD0

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

Shades of Aero Blue #BAEDD0

Tints of Aero Blue #BAEDD0

Color information

#BAEDD0 (or 0xBAEDD0) is unknown color: approx Aero Blue. HEX triplet: BA, ED and D0. RGB value is (186,237,208). Sum of RGB (Red+Green+Blue) = 186+237+208=631 (83% of max value = 765). Red value is 186 (73.05% from 255 or 29.48% from 631); Green value is 237 (92.97% from 255 or 37.56% from 631); Blue value is 208 (81.64% from 255 or 32.96% from 631); Max value from RGB is 237 - color contains mainly: green. Hex color #BAEDD0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAEDD0 is #45122F. Grayscale: #DADADA. Windows color (decimal): -4526640 or 13692346. OLE color: 13692346.

HSL color Cylindrical-coordinate representation of color #BAEDD0: hue angle of 145.88º degrees, saturation: 0.59, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BAEDD0 is Cyan = 0.22, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.07.

Color convert

RGB186237208-
CMYK0.2200.120.07
HSL145.88º58.62%82.94%-
HSV(B)145.88º21.52%92.94%-
XYZ61.9275.5671-
YUV218.44122.1104.86-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 29.48%
GREEN value IS 237 (92.97% from 255) = 37.56%
BLUE value IS 208 (81.64% from 255) = 32.96%
R=29.48%
G=37.56%
B=32.96%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1862372080.2200.120.07145.8858.6282.94
HexBAEDD0160C7923b53
Octal27235532026014722273123
Binary1011101011101101110100001011001100111100100101110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAEDD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAEDD0; }

 p { color: rgb(186,237,208); }

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

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

 a { background-color: rgb(186,237,208); }

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

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

 span { border-color: rgb(186,237,208); }

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