#BAEDD3

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

Shades of Aero Blue #BAEDD3

Tints of Aero Blue #BAEDD3

Color information

#BAEDD3 (or 0xBAEDD3) is unknown color: approx Aero Blue. HEX triplet: BA, ED and D3. RGB value is (186,237,211). Sum of RGB (Red+Green+Blue) = 186+237+211=634 (83% of max value = 765). Red value is 186 (73.05% from 255 or 29.34% from 634); Green value is 237 (92.97% from 255 or 37.38% from 634); Blue value is 211 (82.81% from 255 or 33.28% from 634); Max value from RGB is 237 - color contains mainly: green. Hex color #BAEDD3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAEDD3 is #45122C. Grayscale: #DADADA. Windows color (decimal): -4526637 or 13888954. OLE color: 13888954.

HSL color Cylindrical-coordinate representation of color #BAEDD3: hue angle of 149.41º 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 #BAEDD3 is Cyan = 0.22, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.07.

Color convert

RGB186237211-
CMYK0.2200.110.07
HSL149.41º58.62%82.94%-
HSV(B)149.41º21.52%92.94%-
XYZ62.2975.7172.96-
YUV218.79123.6104.61-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 29.34%
GREEN value IS 237 (92.97% from 255) = 37.38%
BLUE value IS 211 (82.81% from 255) = 33.28%
R=29.34%
G=37.38%
B=33.28%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1862372110.2200.110.07149.4158.6282.94
HexBAEDD3160B7953b53
Octal27235532326013722573123
Binary1011101011101101110100111011001011111100101011110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAEDD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAEDD3; }

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

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

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

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

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

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

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

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