#BAECD1

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

Shades of Aero Blue #BAECD1

Tints of Aero Blue #BAECD1

Color information

#BAECD1 (or 0xBAECD1) is unknown color: approx Aero Blue. HEX triplet: BA, EC and D1. RGB value is (186,236,209). Sum of RGB (Red+Green+Blue) = 186+236+209=631 (83% of max value = 765). Red value is 186 (73.05% from 255 or 29.48% from 631); Green value is 236 (92.58% from 255 or 37.40% from 631); Blue value is 209 (82.03% from 255 or 33.12% from 631); Max value from RGB is 236 - color contains mainly: green. Hex color #BAECD1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAECD1 is #45132E. Grayscale: #DADADA. Windows color (decimal): -4526895 or 13757626. OLE color: 13757626.

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

Color convert

RGB186236209-
CMYK0.2100.110.07
HSL147.6º56.82%82.75%-
HSV(B)147.6º21.19%92.55%-
XYZ61.7575.0371.55-
YUV217.97122.94105.2-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 29.48%
GREEN value IS 236 (92.58% from 255) = 37.40%
BLUE value IS 209 (82.03% from 255) = 33.12%
R=29.48%
G=37.40%
B=33.12%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1862362090.2100.110.07147.656.8282.75
HexBAECD1150B7943953
Octal27235432125013722471123
Binary1011101011101100110100011010101011111100101001110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAECD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAECD1; }

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

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

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

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

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

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

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

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