#BAEDCD

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

Shades of Aero Blue #BAEDCD

Tints of Aero Blue #BAEDCD

Color information

#BAEDCD (or 0xBAEDCD) is unknown color: approx Aero Blue. HEX triplet: BA, ED and CD. RGB value is (186,237,205). Sum of RGB (Red+Green+Blue) = 186+237+205=628 (83% of max value = 765). Red value is 186 (73.05% from 255 or 29.62% from 628); Green value is 237 (92.97% from 255 or 37.74% from 628); Blue value is 205 (80.47% from 255 or 32.64% from 628); Max value from RGB is 237 - color contains mainly: green. Hex color #BAEDCD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAEDCD is #451232. Grayscale: #DADADA. Windows color (decimal): -4526643 or 13495738. OLE color: 13495738.

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

Color convert

RGB186237205-
CMYK0.2200.140.07
HSL142.35º58.62%82.94%-
HSV(B)142.35º21.52%92.94%-
XYZ61.5575.4269.07-
YUV218.1120.6105.1-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 29.62%
GREEN value IS 237 (92.97% from 255) = 37.74%
BLUE value IS 205 (80.47% from 255) = 32.64%
R=29.62%
G=37.74%
B=32.64%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1862372050.2200.140.07142.3558.6282.94
HexBAEDCD160E78e3b53
Octal27235531526016721673123
Binary1011101011101101110011011011001110111100011101110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAEDCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAEDCD; }

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

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

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

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

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

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

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

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