#BAFAD7

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

Shades of Aero Blue #BAFAD7

Tints of Aero Blue #BAFAD7

Color information

#BAFAD7 (or 0xBAFAD7) is unknown color: approx Aero Blue. HEX triplet: BA, FA and D7. RGB value is (186,250,215). Sum of RGB (Red+Green+Blue) = 186+250+215=651 (86% of max value = 765). Red value is 186 (73.05% from 255 or 28.57% from 651); Green value is 250 (98.05% from 255 or 38.40% from 651); Blue value is 215 (84.38% from 255 or 33.03% from 651); Max value from RGB is 250 - color contains mainly: green. Hex color #BAFAD7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAFAD7 is #450528. Grayscale: #E2E2E2. Windows color (decimal): -4523305 or 14154426. OLE color: 14154426.

HSL color Cylindrical-coordinate representation of color #BAFAD7: hue angle of 147.19º degrees, saturation: 0.86, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BAFAD7 is Cyan = 0.26, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.02.

Color convert

RGB186250215-
CMYK0.2600.140.02
HSL147.19º86.49%85.49%-
HSV(B)147.19º25.6%98.04%-
XYZ66.783.7276.93-
YUV226.87121.398.85-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 28.57%
GREEN value IS 250 (98.05% from 255) = 38.40%
BLUE value IS 215 (84.38% from 255) = 33.03%
R=28.57%
G=38.40%
B=33.03%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1862502150.2600.140.02147.1986.4985.49
HexBAFAD71A0E2935655
Octal272372327320162223126125
Binary1011101011111010110101111101001110101001001110101101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAFAD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAFAD7; }

 p { color: rgb(186,250,215); }

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

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

 a { background-color: rgb(186,250,215); }

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

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

 span { border-color: rgb(186,250,215); }

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