#BAFCD6

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

Shades of Aero Blue #BAFCD6

Tints of Aero Blue #BAFCD6

Color information

#BAFCD6 (or 0xBAFCD6) is unknown color: approx Aero Blue. HEX triplet: BA, FC and D6. RGB value is (186,252,214). Sum of RGB (Red+Green+Blue) = 186+252+214=652 (86% of max value = 765). Red value is 186 (73.05% from 255 or 28.53% from 652); Green value is 252 (98.83% from 255 or 38.65% from 652); Blue value is 214 (83.98% from 255 or 32.82% from 652); Max value from RGB is 252 - color contains mainly: green. Hex color #BAFCD6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAFCD6 is #450329. Grayscale: #E4E4E4. Windows color (decimal): -4522794 or 14089402. OLE color: 14089402.

HSL color Cylindrical-coordinate representation of color #BAFCD6: hue angle of 145.45º degrees, saturation: 0.92, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BAFCD6 is Cyan = 0.26, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.01.

Color convert

RGB186252214-
CMYK0.2600.150.01
HSL145.45º91.67%85.88%-
HSV(B)145.45º26.19%98.82%-
XYZ67.284.9176.47-
YUV227.93120.1398.09-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 28.53%
GREEN value IS 252 (98.83% from 255) = 38.65%
BLUE value IS 214 (83.98% from 255) = 32.82%
R=28.53%
G=38.65%
B=32.82%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1862522140.2600.150.01145.4591.6785.88
HexBAFCD61A0F1915c56
Octal272374326320171221134126
Binary101110101111110011010110110100111111001000110111001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAFCD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAFCD6; }

 p { color: rgb(186,252,214); }

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

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

 a { background-color: rgb(186,252,214); }

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

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

 span { border-color: rgb(186,252,214); }

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