#BAEDD1

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

Shades of Aero Blue #BAEDD1

Tints of Aero Blue #BAEDD1

Color information

#BAEDD1 (or 0xBAEDD1) is unknown color: approx Aero Blue. HEX triplet: BA, ED and D1. RGB value is (186,237,209). Sum of RGB (Red+Green+Blue) = 186+237+209=632 (83% of max value = 765). Red value is 186 (73.05% from 255 or 29.43% from 632); Green value is 237 (92.97% from 255 or 37.5% from 632); Blue value is 209 (82.03% from 255 or 33.07% from 632); Max value from RGB is 237 - color contains mainly: green. Hex color #BAEDD1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAEDD1 is #45122E. Grayscale: #DADADA. Windows color (decimal): -4526639 or 13757882. OLE color: 13757882.

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

Color convert

RGB186237209-
CMYK0.2200.120.07
HSL147.06º58.62%82.94%-
HSV(B)147.06º21.52%92.94%-
XYZ62.0475.6171.65-
YUV218.56122.6104.78-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 29.43%
GREEN value IS 237 (92.97% from 255) = 37.5%
BLUE value IS 209 (82.03% from 255) = 33.07%
R=29.43%
G=37.5%
B=33.07%

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
Decimal1862372090.2200.120.07147.0658.6282.94
HexBAEDD1160C7933b53
Octal27235532126014722373123
Binary1011101011101101110100011011001100111100100111110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAEDD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAEDD1; }

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

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

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

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

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

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

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

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